The region for which we have stored metrics.
Private
dataReadonly
regionThe region for which we have stored metrics.
Returns the MetricData
for every metric in the data store.
Whether this data store is empty.
Ensures the data for all metrics is numeric.
This MultiMetricDataStore
cast to MultiMetricDataStore<number>
.
Removes timeseries data for all metrics.
new MultiMetricDataStore object without timeseries data.
Merges the provided data store into this one and returns the result.
Data from the provided data store takes precedence over any existing data.
The merged data store.
The data store to merge into this one.
Gets the MetricData for a particular metric.
The MetricData for the metric.
The metric to get data for.
Generated using TypeDoc
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.