Skip to main content
Glama

Grafana MCP Server

by levalhq

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

NameRequiredDescriptionDefault
data_source_uidYesThe UID of the datasource to query
end_rfc_3339NoEnd time in RFC3339 format
matchersNoPrometheus-style matchers
nameYesA label name
start_rfc_3339NoStart time in RFC3339 format

Input Schema (JSON Schema)

{ "properties": { "data_source_uid": { "description": "The UID of the datasource to query", "type": "string" }, "end_rfc_3339": { "description": "End time in RFC3339 format", "type": "string" }, "matchers": { "description": "Prometheus-style matchers", "type": "string" }, "name": { "description": "A label name", "type": "string" }, "start_rfc_3339": { "description": "Start time in RFC3339 format", "type": "string" } }, "required": [ "data_source_uid", "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/levalhq/mcp-grafana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server