get_otlp_label_values
List observed values for any OTLP metric label, like service_name, to explore available dimensions. Filter by metric and time range to narrow results.
Instructions
[PREVIEW] List values observed for one native OTLP metric label (e.g. all service_name values)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Window end, unix epoch seconds | |
| key | Yes | Label name to list values for, e.g. service_name; discover names with get_otlp_metric_labels | |
| limit | No | Max results | |
| start | No | Window start, unix epoch seconds | |
| metric | No | Narrow to values present on this metric name |