get_loki_label_values
Retrieve all values for a specific label within a Loki datasource to filter log data by time range, enabling targeted log analysis and exploration.
Instructions
Get all values for a specific label in a Loki datasource
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasourceUid | Yes | The Loki datasource UID | |
| label | Yes | The label name to get values for | |
| start | No | Start time (RFC3339 or Unix timestamp) | |
| end | No | End time (RFC3339 or Unix timestamp) |