Data API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/data/metrics:metadata/{metric_name} \ --header 'API-Token: <api-key>'
{ "metadata": { "description": "<string>", "name": "<string>", "type": "CUMULATIVE_COUNTER" } }
Metric Metadata
Chronosphere API token
The name of the metric to retrieve metadata for.
A successful response.
ReadMetricMetadataResponse contains the metadata for the requested metric.
The metadata for the requested metric.
Show child attributes