get_metric_metadata
Retrieve detailed metadata for a specific metric using the Prometheus MCP Server, enabling precise analysis and understanding of metric attributes for effective monitoring.
Instructions
Get metadata for a specific metric
Input Schema
Name | Required | Description | Default |
---|---|---|---|
metric | Yes |
Input Schema (JSON Schema)
{
"properties": {
"metric": {
"title": "Metric",
"type": "string"
}
},
"required": [
"metric"
],
"title": "get_metric_metadataArguments",
"type": "object"
}