Slide 2 of 9

What is Grafana Metrics Drilldown

What is Metrics Drilldown?

Grafana Metrics Drilldown is a queryless browsing experience for Prometheus-compatible metrics that lets you explore infrastructure data without writing PromQL.

How it works

Metrics Drilldown automatically indexes your metrics by labels and metadata, letting you:

  • See all available metrics
  • Narrow down by job, instance, namespace, etc.
  • See graphs without writing queries
  • Discover how metrics relate to each other

Where you’ll find it

Access Grafana Metrics Drilldown from the Grafana main menu: select Drilldown, then choose Metrics.

Script

Grafana Metrics Drilldown is a queryless browsing experience for Prometheus-compatible metrics. It’s designed for fast verification and exploration.

When metrics are accessible in Grafana, Metrics Drilldown automatically indexes them by their labels. You can browse through metric names, filter by label values, and see time series visualizations without writing a single line of PromQL.

The interface works like a file browser. You start broad and drill down into specifics. Click on a metric name, see what labels it has, filter by label values, and visualize the results.

This makes it ideal for verifying that metrics are being collected correctly, discovering what labels exist on your systems, and investigating unusual behavior when you don’t yet know what query to write.