Section 2 · Metrics Drilldown

Navigate the metric hierarchy to find and filter

Estimated time: 1 min

How to find and filter metrics

Your Prometheus metrics already have a natural hierarchy. Metrics Drilldown lets you navigate it, from a metric name down to specific time series.

Metric hierarchy showing name, labels, and values

The structure

LevelWhat it isExample
Metric nameThe measurement being trackednode_cpu_seconds_total
LabelsDimensions that categorize the metricjob, instance, mode
Label valuesSpecific values for each labelinstance="server-01"
Time seriesIndividual data streams matching the filtersCPU time for server-01 in user mode

Start broad and then filter down to specific time series:

  1. Browse metric names.
  2. Select a metric to see its labels.
  3. Filter by label values.
  4. View matching time series visualizations.