get_otlp_metric_labels
Retrieve label names from OTLP metrics, optionally filtered by metric name, label substring, and time range.
Instructions
[PREVIEW] List label names on native OTLP metrics, optionally narrowed to one metric
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Window end, unix epoch seconds | |
| limit | No | Max results | |
| start | No | Window start, unix epoch seconds | |
| metric | No | Narrow to labels present on this metric name | |
| label_name | No | Substring filter on label names |