What problem does it solve? When working with Grafana, it is often unclear which datasources exist, what metrics or logs they contain, or which UID to use in queries. This Skill provides a structured workflow to inventory datasources and explore their Prometheus metrics and Loki log streams before writing queries. ## Core Features & Use Cases - Datasource Inventory: List all Grafana datasources by type (Prometheus, Loki) and retrieve their UIDs for use in subsequent commands. - Metrics Exploration: Enumerate Prometheus labels, label values, and metric metadata, then validate findings with instant or range PromQL queries. - Log Stream Discovery: Inspect Loki labels and list log streams using LogQL selectors with exact, regex, and negation matchers. - Use Case: A dashboard shows no data for a service. Use this Skill to verify the datasource exists, check whether the service appears in the up metric or job labels, and test a query to pinpoint whether the issue is configuration, scraping, or label selection. ## Quick Start Ask the assistant to list what metrics and log streams are available in your Grafana instance and identify the datasource UID for Prometheus.