MetricKeyMetaDataInfo
Metrics metadata info
{
"description": "string",
"key": "string",
"unit": "string",
"aggregate_by_resource_ids": false,
"value_type": "string",
"is_point_in_time": false,
"is_time_series": false,
"is_status_metric": false,
"introduced_in_version": "string",
"deprecated_in_version": "string"
}
Description about the metric key
Metric key identifier
Metrics unit enum
Flag to indicate if this metrics is aggregateable across all resource_ids using our Data API.
PointInTime metrics key flag. These keys can be queried using /napp/api/v1/metrics/point-in-time/data api.
Time series metrics key flag. These keys can be queried using /napp/api/v1/metrics/data api.
Status metrics key flag. Query this metric using point-in-time url /napp/api/v1/metrics/point-in-time/data if only the latest status is of interest. Query using time-series url /napp/api/v1/metrics/data if the interest is to see the transitions of this status in a given time interval.
Release version in which this metric was introduced.
Release version in which this metric was deprecated.