Class MultiRegionMultiMetricDataStore<T>

A metric data store containing data for multiple regions and multiple metrics.

Useful when fetching / storing a bunch of metrics that a single component needs.

Type Parameters

  • T = unknown

Hierarchy

  • MultiRegionMultiMetricDataStore

Constructors

Properties

Accessors

Methods

  • Checks if the data store contains data for the given region and metric.

    Returns

    Whether the data store contains data for the given region and metric.

    Parameters

    • region: Region

      The region to check for data for.

    • metric: string | Metric

      The metric to check for data for.

    Returns boolean

Generated using TypeDoc