Interface MetricDataJSON

JSON format of a data snapshot representing the contents of a MetricData instance.

Hierarchy

  • MetricDataJSON

Indexable

[metricName: string]: {
    currentValue: unknown;
    timeseriesPoints?: TimeseriesPointJSON[];
}

Generated using TypeDoc