Class MultiMetricDataStore<T>

A metric data store containing data for multiple metrics for a single region.

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

Type Parameters

  • T = unknown

Hierarchy

  • MultiMetricDataStore

Constructors

Properties

region: Region

The region for which we have stored metrics.

Accessors

Methods

  • Checks whether this data store contains data for the given metric.

    Returns

    Whether this data store contains data for the given metric.

    Parameters

    • metric: string | Metric

      The metric to check for data for.

    Returns boolean

Generated using TypeDoc