MetricKeyMetaDataInfo

MetricKeyMetaDataInfo
MetricKeyMetaDataInfo

Metrics metadata info

JSON Example
{
    "description": "string",
    "key": "string",
    "unit": "string",
    "aggregate_by_resource_ids": false,
    "value_type": "string"
}
string
description
Optional

Description about the metric key

string
key
Optional

Metric key identifier

unit
Optional

Metrics unit enum

Possible values are : METRIC_COUNT, BITS_PER_SECOND, PERCENT, MILLISECONDS, SECONDS, PER_SECOND, BYTES, KILO_BYTES, KILO_BYTES_PER_SECOND, BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB, GB, MBPS, GHZ, RATIO, MICROSECONDS, HEALTH, HOURS, PACKETS_PER_SECOND, PACKETS, NANOSECONDS,
boolean
aggregate_by_resource_ids
Optional

Flag to indicate if this metrics is aggregateable across all resource_ids using our Data API.

value_type
Optional

Type for values

Possible values are : DOUBLE, STRING,