loki_label_values
Fetches distinct values of a given Loki label over a configurable lookback period, enabling quick discovery of label options for log queries.
Instructions
[READ] Distinct values of one Loki label (bounded).
Args: name: Label name to enumerate (e.g. 'app', 'namespace'). hours: Lookback window in hours (capped at the tool's max lookback). target: Loki target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| hours | No | ||
| target | No |