Get Metric Metadata
GetMetricMetadata.
Parameters
Parameter | Description |
---|---|
Query | Metric to query. |
Example Output
{
"data": [
{
"__name__": "string",
"instance": "string",
"job": "string"
}
],
"status": "string"
}
Workflow Library Example
Get Metric Metadata with Prometheus and Send Results Via Email
Preview this Workflow on desktop