prom_metadata
Retrieve detailed metadata for Prometheus metrics to understand available data, analyze system performance, and streamline monitoring workflows.
Instructions
Get metric metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
metric | No | Metric name (optional) |
Input Schema (JSON Schema)
{
"properties": {
"metric": {
"description": "Metric name (optional)",
"type": "string"
}
},
"type": "object"
}