MetricKeyMetaDataInfo
Metrics metadata info
{
"description": "string",
"key": "string",
"unit": "string",
"aggregate_by_resource_ids": false,
"query_time_features": {
"aggregation": false,
"filter_by_metric_value": false
},
"value_type": "string",
"is_point_in_time": false,
"is_time_series": false,
"is_status_metric": false,
"relationships": [
{
"related_resource_type": "string",
"related_dimension": "string"
}
],
"introduced_in_version": "string",
"deprecated_in_version": "string"
}
Description about the metric key
Metric key identifier
Unit of the metric. PERCENT, BYTES, SEC, BYTES_PER_SEC etc
Flag to indicate if this metrics is aggregateable across all resource_ids using metrics timeseries API or point-in-time API. This flag is deprecated in SSP 5.1, instead use new flag aggregation under query_time_features field.
PointInTime metrics key flag. These keys can be queried using /metrics/point-in-time/data api.
Time series metrics key flag. These keys can be queried using /metrics/data api.
Status metrics key flag. Query this metric using point-in-time url /metrics/point-in-time/data if only the latest status is of interest. Query using time-series url /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.