Better Stack

telemetry_get_metric_details_tool

Get comprehensive details about a specific metric. Returns metric overview (data points, active series, available aggregations), definition (SQL expression or JSON path), example queries for different aggregation functions, and Prometheus tags (for pure metrics). Essential for understanding how to query and use a metric

Remote betterstack

Other tools also called telemetry_get_metric_details_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "source_id": {
      "type": "integer",
      "description": "The ID of the source"
    },
    "metric_name": {
      "type": "string",
      "description": "The name of the metric"
    }
  }
}