list_pyroscope_label_values
Retrieve all available label values for a specific label name within profiling data, enabling targeted analysis of application performance metrics across defined time ranges.
Instructions
Lists all available label values for a particular label name in profiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source_uid | Yes | The UID of the datasource to query | |
| end_rfc_3339 | No | End time in RFC3339 format | |
| matchers | No | Prometheus-style matchers | |
| name | Yes | A label name | |
| start_rfc_3339 | No | Start time in RFC3339 format |