MetricInfo
namestring
Metric name
typestring
Metric type (gauge, sum, histogram, summary)
descriptionstring
Metric description
unitstring
Metric unit
attribute_keysstring[]
Available metric attribute keys
resource_attribute_keysstring[]
Available resource attribute keys
MetricInfo
{
"name": "string",
"type": "string",
"description": "string",
"unit": "string",
"attribute_keys": [
"string"
],
"resource_attribute_keys": [
"string"
]
}
Was this page helpful?