<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Metrics Drilldown on Grafana Labs</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/</link><description>Recent content in Metrics Drilldown on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/learning-hub/explore-your-data/01-metrics-drilldown/index.xml" rel="self" type="application/rss+xml"/><item><title>Metrics Drilldown</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/07-transition/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/07-transition/</guid><content><![CDATA[&lt;h2 id=&#34;metrics-drilldown&#34;&gt;Metrics Drilldown&lt;/h2&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;metrics-module.svg&#34;
  alt=&#34;Metrics Drilldown module overview&#34;/&gt;&lt;/p&gt;
&lt;p&gt;In this module, you&amp;rsquo;ll explore infrastructure metrics without writing PromQL:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn how Grafana Metrics Drilldown organizes labels and metadata&lt;/li&gt;
&lt;li&gt;Navigate, filter, visualize, and investigate time series&lt;/li&gt;
&lt;li&gt;Complete a hands-on learning path with real metrics&lt;/li&gt;
&lt;li&gt;Save findings to dashboards for permanent monitoring&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Estimated time:&lt;/strong&gt; 12-15 minutes&lt;/p&gt;
]]></content><description>&lt;h2 id="metrics-drilldown">Metrics Drilldown&lt;/h2>
&lt;hr />
&lt;p>&lt;img
class="lazyload d-inline-block"
data-src="metrics-module.svg"
alt="Metrics Drilldown module overview"/>&lt;/p>
&lt;p>In this module, you&amp;rsquo;ll explore infrastructure metrics without writing PromQL:&lt;/p>
&lt;ul>
&lt;li>Learn how Grafana Metrics Drilldown organizes labels and metadata&lt;/li>
&lt;li>Navigate, filter, visualize, and investigate time series&lt;/li>
&lt;li>Complete a hands-on learning path with real metrics&lt;/li>
&lt;li>Save findings to dashboards for permanent monitoring&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Estimated time:&lt;/strong> 12-15 minutes&lt;/p></description></item><item><title>What is Grafana Metrics Drilldown</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/08-what-is-metrics-drilldown/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/08-what-is-metrics-drilldown/</guid><content><![CDATA[&lt;h2 id=&#34;what-is-metrics-drilldown&#34;&gt;What is Metrics Drilldown?&lt;/h2&gt;
&lt;p&gt;Grafana Metrics Drilldown is a queryless browsing experience for Prometheus-compatible metrics that lets you explore infrastructure data without writing PromQL.&lt;/p&gt;
&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;
&lt;p&gt;Metrics Drilldown automatically indexes your metrics by labels and metadata, letting you:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;See all available metrics&lt;/li&gt;
&lt;li&gt;Narrow down by job, instance, namespace, etc.&lt;/li&gt;
&lt;li&gt;See graphs without writing queries&lt;/li&gt;
&lt;li&gt;Discover how metrics relate to each other&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;where-youll-find-it&#34;&gt;Where you&amp;rsquo;ll find it&lt;/h2&gt;
&lt;p&gt;Access Grafana Metrics Drilldown from the Grafana main menu: select Drilldown, then choose Metrics.&lt;/p&gt;
]]></content><description>&lt;h2 id="what-is-metrics-drilldown">What is Metrics Drilldown?&lt;/h2>
&lt;p>Grafana Metrics Drilldown is a queryless browsing experience for Prometheus-compatible metrics that lets you explore infrastructure data without writing PromQL.&lt;/p>
&lt;h2 id="how-it-works">How it works&lt;/h2>
&lt;p>Metrics Drilldown automatically indexes your metrics by labels and metadata, letting you:&lt;/p></description></item><item><title>How Metrics Drilldown organizes data</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/09-how-it-organizes/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/09-how-it-organizes/</guid><content><![CDATA[&lt;h2 id=&#34;how-grafana-metrics-drilldown-organizes-data&#34;&gt;How Grafana Metrics Drilldown organizes data&lt;/h2&gt;
&lt;p&gt;Metrics Drilldown follows the natural hierarchy of Prometheus metrics.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;metric-hierarchy.svg&#34;
  alt=&#34;Metric hierarchy showing name, labels, and values&#34;/&gt;&lt;/p&gt;
&lt;h2 id=&#34;the-structure&#34;&gt;The structure&lt;/h2&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Level&lt;/th&gt;
              &lt;th&gt;What it is&lt;/th&gt;
              &lt;th&gt;Example&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Metric name&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;The measurement being tracked&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;node_cpu_seconds_total&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Labels&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Dimensions that categorize the metric&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;job&lt;/code&gt;, &lt;code&gt;instance&lt;/code&gt;, &lt;code&gt;mode&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Label values&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Specific values for each label&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;instance=&amp;quot;server-01&amp;quot;&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Time series&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Individual data streams matching the filters&lt;/td&gt;
              &lt;td&gt;CPU time for server-01 in user mode&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h2 id=&#34;navigation-model&#34;&gt;Navigation model&lt;/h2&gt;
&lt;p&gt;Start broad and then filter down to specific time series:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Browse metric names&lt;/li&gt;
&lt;li&gt;Select a metric to see its labels&lt;/li&gt;
&lt;li&gt;Filter by label values&lt;/li&gt;
&lt;li&gt;View matching time series visualizations&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h2 id="how-grafana-metrics-drilldown-organizes-data">How Grafana Metrics Drilldown organizes data&lt;/h2>
&lt;p>Metrics Drilldown follows the natural hierarchy of Prometheus metrics.&lt;/p>
&lt;p>&lt;img
class="lazyload d-inline-block"
data-src="metric-hierarchy.svg"
alt="Metric hierarchy showing name, labels, and values"/>&lt;/p>
&lt;h2 id="the-structure">The structure&lt;/h2>
&lt;section class="expand-table-wrapper">&lt;div class="responsive-table-wrapper">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Level&lt;/th>
&lt;th>What it is&lt;/th>
&lt;th>Example&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>Metric name&lt;/strong>&lt;/td>
&lt;td>The measurement being tracked&lt;/td>
&lt;td>&lt;code>node_cpu_seconds_total&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Labels&lt;/strong>&lt;/td>
&lt;td>Dimensions that categorize the metric&lt;/td>
&lt;td>&lt;code>job&lt;/code>, &lt;code>instance&lt;/code>, &lt;code>mode&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Label values&lt;/strong>&lt;/td>
&lt;td>Specific values for each label&lt;/td>
&lt;td>&lt;code>instance=&amp;quot;server-01&amp;quot;&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Time series&lt;/strong>&lt;/td>
&lt;td>Individual data streams matching the filters&lt;/td>
&lt;td>CPU time for server-01 in user mode&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;/section>&lt;h2 id="navigation-model">Navigation model&lt;/h2>
&lt;p>Start broad and then filter down to specific time series:&lt;/p></description></item><item><title>The exploration workflow</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/10-exploration-workflow/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/10-exploration-workflow/</guid><content><![CDATA[&lt;h2 id=&#34;the-exploration-workflow&#34;&gt;The exploration workflow&lt;/h2&gt;
&lt;p&gt;Grafana Metrics Drilldown follows a five-step pattern for investigating infrastructure metrics.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;metrics-workflow.svg&#34;
  alt=&#34;Exploration workflow showing five steps&#34;/&gt;&lt;/p&gt;
&lt;h2 id=&#34;the-workflow&#34;&gt;The workflow&lt;/h2&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Step&lt;/th&gt;
              &lt;th&gt;What you do&lt;/th&gt;
              &lt;th&gt;What you get&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Search&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Type part of a metric name in the search bar&lt;/td&gt;
              &lt;td&gt;List of matching metrics&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Filter&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Use filter options via the sidebar to narrow scope by label values&lt;/td&gt;
              &lt;td&gt;Reduced set of time series&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Visualize&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;View the automatic graph of selected metric&lt;/td&gt;
              &lt;td&gt;Time series visualization&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Investigate&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Explore related metrics with shared labels via the Related Metrics tab&lt;/td&gt;
              &lt;td&gt;Discover connections and patterns&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Add to dashboard&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Click the menu to export visualization to a dashboard&lt;/td&gt;
              &lt;td&gt;Permanent monitoring&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h2 id=&#34;why-this-workflow-matters&#34;&gt;Why this workflow matters&lt;/h2&gt;
&lt;p&gt;This pattern guides you from broad exploration to specific findings. You don&amp;rsquo;t need to know exactly what you&amp;rsquo;re looking for when you start. The workflow helps you discover problems and patterns as you navigate.&lt;/p&gt;
]]></content><description>&lt;h2 id="the-exploration-workflow">The exploration workflow&lt;/h2>
&lt;p>Grafana Metrics Drilldown follows a five-step pattern for investigating infrastructure metrics.&lt;/p>
&lt;p>&lt;img
class="lazyload d-inline-block"
data-src="metrics-workflow.svg"
alt="Exploration workflow showing five steps"/>&lt;/p>
&lt;h2 id="the-workflow">The workflow&lt;/h2>
&lt;section class="expand-table-wrapper">&lt;div class="responsive-table-wrapper">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Step&lt;/th>
&lt;th>What you do&lt;/th>
&lt;th>What you get&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>Search&lt;/strong>&lt;/td>
&lt;td>Type part of a metric name in the search bar&lt;/td>
&lt;td>List of matching metrics&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Filter&lt;/strong>&lt;/td>
&lt;td>Use filter options via the sidebar to narrow scope by label values&lt;/td>
&lt;td>Reduced set of time series&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Visualize&lt;/strong>&lt;/td>
&lt;td>View the automatic graph of selected metric&lt;/td>
&lt;td>Time series visualization&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Investigate&lt;/strong>&lt;/td>
&lt;td>Explore related metrics with shared labels via the Related Metrics tab&lt;/td>
&lt;td>Discover connections and patterns&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Add to dashboard&lt;/strong>&lt;/td>
&lt;td>Click the menu to export visualization to a dashboard&lt;/td>
&lt;td>Permanent monitoring&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;/section>&lt;h2 id="why-this-workflow-matters">Why this workflow matters&lt;/h2>
&lt;p>This pattern guides you from broad exploration to specific findings. You don&amp;rsquo;t need to know exactly what you&amp;rsquo;re looking for when you start. The workflow helps you discover problems and patterns as you navigate.&lt;/p></description></item><item><title>Pattern detection benefits</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/11-pattern-detection/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/11-pattern-detection/</guid><content><![CDATA[&lt;h2 id=&#34;pattern-detection-benefits&#34;&gt;Pattern detection benefits&lt;/h2&gt;
&lt;p&gt;Visual exploration reveals trends and anomalies that raw numbers might hide.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;metric-patterns.svg&#34;
  alt=&#34;Visual patterns tell the story of your infrastructure&#34;/&gt;&lt;/p&gt;
]]></content><description>&lt;h2 id="pattern-detection-benefits">Pattern detection benefits&lt;/h2>
&lt;p>Visual exploration reveals trends and anomalies that raw numbers might hide.&lt;/p>
&lt;p>&lt;img
class="lazyload d-inline-block"
data-src="metric-patterns.svg"
alt="Visual patterns tell the story of your infrastructure"/>&lt;/p></description></item><item><title>Visual investigation advantages</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/12-visual-advantages/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/12-visual-advantages/</guid><content><![CDATA[&lt;h2 id=&#34;visual-investigation-advantages&#34;&gt;Visual investigation advantages&lt;/h2&gt;
&lt;p&gt;Grafana Metrics Drilldown reveals relationships between metrics through shared labels.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;label-discovery.svg&#34;
  alt=&#34;Label-based discovery reveals infrastructure relationships&#34;/&gt;&lt;/p&gt;
]]></content><description>&lt;h2 id="visual-investigation-advantages">Visual investigation advantages&lt;/h2>
&lt;p>Grafana Metrics Drilldown reveals relationships between metrics through shared labels.&lt;/p>
&lt;p>&lt;img
class="lazyload d-inline-block"
data-src="label-discovery.svg"
alt="Label-based discovery reveals infrastructure relationships"/>&lt;/p></description></item><item><title>Dashboard integration</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/13-dashboard-integration/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/13-dashboard-integration/</guid><content><![CDATA[&lt;h2 id=&#34;dashboard-integration&#34;&gt;Dashboard integration&lt;/h2&gt;
&lt;p&gt;Add findings from Metrics Drilldown directly to dashboards without switching tools.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;dashboard-workflow.svg&#34;
  alt=&#34;From exploration to permanent monitoring&#34;/&gt;&lt;/p&gt;
]]></content><description>&lt;h2 id="dashboard-integration">Dashboard integration&lt;/h2>
&lt;p>Add findings from Metrics Drilldown directly to dashboards without switching tools.&lt;/p>
&lt;p>&lt;img
class="lazyload d-inline-block"
data-src="dashboard-workflow.svg"
alt="From exploration to permanent monitoring"/>&lt;/p></description></item><item><title>Explore metrics learning path</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/14-learning-path/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/14-learning-path/</guid><content><![CDATA[&lt;h2 id=&#34;learning-path-explore-metrics-with-metrics-drilldown&#34;&gt;Learning path: Explore metrics with Metrics Drilldown&lt;/h2&gt;








&lt;div class=&#34;learning-path-card&#34;&gt;
  



&lt;div class=&#34;pathway-row__label mb-1&#34;&gt;
  
  &lt;svg width=&#34;40&#34; height=&#34;40&#34; viewBox=&#34;0 0 40 40&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;rect x=&#34;0.5&#34; y=&#34;0.5&#34; width=&#34;39&#34; height=&#34;39&#34; rx=&#34;3.5&#34; fill=&#34;white&#34; stroke=&#34;#D8D8DF&#34;&gt;&lt;/rect&gt;&lt;path d=&#34;M8 20H14C16.5 20 18.5 18 18.5 15.5V12&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&lt;/path&gt;&lt;path d=&#34;M8 20H14C16.5 20 18.5 22 18.5 24.5V28&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&lt;/path&gt;&lt;path d=&#34;M14 20H32&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&lt;/path&gt;&lt;circle cx=&#34;18.5&#34; cy=&#34;12&#34; r=&#34;2&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;2&#34; fill=&#34;white&#34;&gt;&lt;/circle&gt;&lt;circle cx=&#34;18.5&#34; cy=&#34;28&#34; r=&#34;2&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;2&#34; fill=&#34;white&#34;&gt;&lt;/circle&gt;&lt;path d=&#34;M29 17L32 20L29 23&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&lt;/path&gt;&lt;/svg&gt;

  Learning path
&lt;/div&gt;

&lt;h4&gt;Metrics Drilldown&lt;/h4&gt;
&lt;p&gt;Welcome to the Grafana learning path that shows you how to use Metrics Drilldown to explore your metrics and provide insight into troubleshooting.&lt;/p&gt;

&lt;div class=&#34;d-sm-flex gap-half mb-2&#34;&gt;
  &lt;div class=&#34;d-flex align-items-center gap-half text-gray-12 mt-half body-small&#34;&gt;
    &lt;div class=&#34;journey-list__icon&#34;&gt;
  &lt;svg width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
  &lt;path fill-rule=&#34;evenodd&#34; clip-rule=&#34;evenodd&#34; d=&#34;M11.9995 22.5039C17.7985 22.5039 22.4995 17.8029 22.4995 12.0039C22.4995 6.20492 17.7985 1.50391 11.9995 1.50391C6.20052 1.50391 1.49951 6.20492 1.49951 12.0039C1.49951 17.8029 6.20052 22.5039 11.9995 22.5039Z&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path d=&#34;M11.9995 12.0039V8.25391&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path d=&#34;M11.9995 12.0078L16.6865 16.6958&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
&lt;/svg&gt;
&lt;/div&gt;
    &lt;span&gt;11 min&lt;/span&gt;
  &lt;/div&gt;
  
  &lt;div class=&#34;d-flex align-items-center gap-half text-gray-12 mt-half body-small&#34;&gt;
    &lt;div class=&#34;journey-list__icon&#34;&gt;
  &lt;svg width=&#34;24&#34; height=&#34;25&#34; viewBox=&#34;0 0 24 25&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
  &lt;path fill-rule=&#34;evenodd&#34; clip-rule=&#34;evenodd&#34; d=&#34;M0.75 9.83984C0.75 7.6307 2.54086 5.83984 4.75 5.83984H19.25C21.4591 5.83984 23.25 7.6307 23.25 9.83984V19.1198C23.25 21.329 21.4591 23.1198 19.25 23.1198H4.75C2.54086 23.1198 0.75 21.329 0.75 19.1198V9.83984Z&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path fill-rule=&#34;evenodd&#34; clip-rule=&#34;evenodd&#34; d=&#34;M14.25 1.52344H9.75C8.92157 1.52344 8.25 2.16815 8.25 2.96344V5.84344H15.75V2.96344C15.75 2.16815 15.0784 1.52344 14.25 1.52344Z&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path fill-rule=&#34;evenodd&#34; clip-rule=&#34;evenodd&#34; d=&#34;M12 15.923C12.8284 15.923 13.5 15.2783 13.5 14.483C13.5 13.6877 12.8284 13.043 12 13.043C11.1716 13.043 10.5 13.6877 10.5 14.483C10.5 15.2783 11.1716 15.923 12 15.923Z&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path fill-rule=&#34;evenodd&#34; clip-rule=&#34;evenodd&#34; d=&#34;M13.2742 8.91315L13.7162 10.309C13.8671 10.7897 14.3806 11.0756 14.8902 10.9628L16.3622 10.6354C16.9349 10.5115 17.5249 10.7602 17.8175 11.2488C18.11 11.7374 18.037 12.3519 17.6372 12.7647L16.6062 13.8312C16.2493 14.1997 16.2493 14.7703 16.6062 15.1388L17.6372 16.2053C18.0379 16.6179 18.1115 17.2331 17.8188 17.7222C17.526 18.2113 16.9353 18.4601 16.3622 18.3356L14.8902 18.0082C14.3806 17.8953 13.8671 18.1812 13.7162 18.662L13.2742 20.0559C13.1055 20.5961 12.5877 20.9661 12.0002 20.9661C11.4128 20.9661 10.8949 20.5961 10.7262 20.0559L10.2842 18.661C10.1333 18.1803 9.61982 17.8944 9.11021 18.0072L7.63821 18.3346C7.06469 18.4597 6.47325 18.2109 6.18034 17.7213C5.88742 17.2317 5.96161 16.6159 6.36321 16.2034L7.39421 15.1368C7.75116 14.7684 7.75116 14.1978 7.39421 13.8293L6.36321 12.7628C5.96346 12.35 5.89039 11.7354 6.18296 11.2468C6.47553 10.7582 7.06551 10.5096 7.63821 10.6335L9.11021 10.9608C9.61923 11.0739 10.1324 10.7889 10.2842 10.309L10.7262 8.91507C10.8944 8.37473 11.412 8.00435 11.9995 8.00391C12.5869 8.00346 13.1051 8.37307 13.2742 8.91315V8.91315Z&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
&lt;/svg&gt;
&lt;/div&gt;
    &lt;span&gt;Beginner&lt;/span&gt;
  &lt;/div&gt;
  
  
  &lt;div class=&#34;d-flex align-items-center gap-half text-gray-12 mt-half body-small&#34;&gt;
    &lt;div class=&#34;journey-list__icon&#34;&gt;
  &lt;svg width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
  &lt;path fill-rule=&#34;evenodd&#34; clip-rule=&#34;evenodd&#34; d=&#34;M0.75 2.75C0.75 1.64543 1.64543 0.75 2.75 0.75H21.25C22.3546 0.75 23.25 1.64543 23.25 2.75V21.25C23.25 22.3546 22.3546 23.25 21.25 23.25H2.75C1.64543 23.25 0.75 22.3546 0.75 21.25V2.75Z&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path d=&#34;M12 4.5L7.5 10.5L4.5 7.5&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path d=&#34;M14.25 8.25H18.75&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path d=&#34;M12 13.5L7.5 19.5L4.5 16.5&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
  &lt;path d=&#34;M14.25 17.25H18.75&#34; stroke=&#34;#FF671D&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
&lt;/svg&gt;
&lt;/div&gt;
    &lt;span&gt;Docs &amp;amp; blog posts&lt;/span&gt;
  &lt;/div&gt;
  
&lt;/div&gt;





&lt;div class=&#34;orange-outline-list br-12 border-color-orange-flat border-width-2 p-1-5 pb-1&#34; x3-data=&#34;selectStack(&#39;/docs/learning-paths/drilldown-metrics&#39;)&#34;&gt;
  &lt;div class=&#34;icon-heading d-flex&#34;&gt;
    &lt;div class=&#34;icon-heading__container&#34;&gt;
  &lt;svg width=&#34;30&#34; height=&#34;30&#34; viewBox=&#34;0 0 25 26&#34; fill=&#34;none&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
  &lt;path d=&#34;M16.1401 14.4402C16.2141 14.4402 16.2852 14.4101 16.3373 14.3581C16.5355 14.1569 21.1904 9.39886 21.1904 5.0513C21.1904 2.26537 18.924 0 16.1391 0C13.3541 0 11.0878 2.26537 11.0878 5.0513C11.0878 9.39886 15.7427 14.1569 15.9419 14.3581C15.9939 14.4111 16.065 14.4402 16.1401 14.4402ZM13.5814 5.0513C13.5814 3.63882 14.7266 2.49262 16.1401 2.49262C17.5536 2.49262 18.6978 3.63781 18.6978 5.0513C18.6978 6.46478 17.5526 7.60999 16.1401 7.60999C14.7276 7.60999 13.5814 6.46478 13.5814 5.0513Z&#34; fill=&#34;#FF671D&#34;/&gt;
  &lt;path d=&#34;M24.9034 21.9305C24.0595 18.9113 17.9561 17.4147 12.5704 16.0933C9.54023 15.3496 5.76827 14.4246 5.73524 13.6037C5.72823 13.4225 5.97949 12.7398 9.52922 11.5516C9.80551 11.4585 9.96668 11.1842 9.91262 10.8989C9.85856 10.6136 9.60229 10.4164 9.318 10.4304C4.13956 10.6807 0.501743 12.1602 0.0482666 14.1993C-0.172966 15.1944 0.26149 16.749 3.58398 18.5009L4.29773 18.8763C6.54509 20.0545 8.16879 20.9064 8.1808 21.6992C8.19482 22.6502 5.93745 24.0507 3.72713 25.296C3.58398 25.3761 3.5139 25.5433 3.55495 25.7024C3.59699 25.8616 3.74014 25.9717 3.90431 25.9717H23.0354C23.1315 25.9717 23.2226 25.9337 23.2907 25.8656C24.6971 24.4581 25.2397 23.1347 24.9034 21.9305Z&#34; fill=&#34;#FBC55A&#34;/&gt;
&lt;/svg&gt;
&lt;/div&gt;
    &lt;div class=&#34;no-anchor-heading&#34;&gt;
      &lt;h4&gt;Open in Grafana Cloud&lt;/h4&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&#34;mt-1&#34;&gt;
    &lt;p class=&#34;mb-1 maxw-650&#34;&gt;Complete this learning path directly in your Grafana Cloud stack, or in the Grafana Play stack, with an interactive learning experience.&lt;/p&gt;
    &lt;div class=&#34;d-flex column-gap-1 justify-content-end&#34;&gt;
      &lt;a
        x3-bind:href=&#34;launchUrl&#34;
        class=&#34;btn btn--primary br-8&#34;
        target=&#34;_blank&#34;
        x3-on:click=&#34;trackPathfinderClick(&#39;drilldown-metrics&#39;, &#39;Metrics Drilldown&#39;)&#34;&gt;
        Open in Grafana Cloud
      &lt;/a&gt;
      &lt;a
        x3-bind:href=&#34;playUrl&#34;
        class=&#34;btn btn--primary br-8&#34;
        target=&#34;_blank&#34;
        x3-on:click=&#34;trackPlayClick(&#39;drilldown-metrics&#39;, &#39;Metrics Drilldown&#39;)&#34;&gt;
        Try in Grafana Play
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;div class=&#34;mt-1&#34;&gt;
  &lt;a
    href=&#34;/docs/learning-paths/drilldown-metrics/&#34;
    target=&#34;_blank&#34;
    rel=&#34;noopener noreferrer&#34;
    class=&#34;btn btn--outline arrow w-100p br-8&#34;
    x3-on:click=&#34;$dispatch(&#39;track-view-on-website&#39;, {
      pathId: &#39;drilldown-metrics&#39;,
      pathTitle: &#39;Metrics Drilldown&#39;
    })&#34;&gt;
    View on website
  &lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;



]]></content><description>&lt;h2 id="learning-path-explore-metrics-with-metrics-drilldown">Learning path: Explore metrics with Metrics Drilldown&lt;/h2>
&lt;div class="learning-path-card">
&lt;div class="pathway-row__label mb-1">
&lt;svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">&lt;rect x="0.5" y="0.5" width="39" height="39" rx="3.5" fill="white" stroke="#D8D8DF">&lt;/rect>&lt;path d="M8 20H14C16.5 20 18.5 18 18.5 15.5V12" stroke="#FF671D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">&lt;/path>&lt;path d="M8 20H14C16.5 20 18.5 22 18.5 24.5V28" stroke="#FF671D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">&lt;/path>&lt;path d="M14 20H32" stroke="#FF671D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">&lt;/path>&lt;circle cx="18.5" cy="12" r="2" stroke="#FF671D" stroke-width="2" fill="white">&lt;/circle>&lt;circle cx="18.5" cy="28" r="2" stroke="#FF671D" stroke-width="2" fill="white">&lt;/circle>&lt;path d="M29 17L32 20L29 23" stroke="#FF671D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">&lt;/path>&lt;/svg>
Learning path
&lt;/div>
&lt;h4>Metrics Drilldown&lt;/h4>
&lt;p>Welcome to the Grafana learning path that shows you how to use Metrics Drilldown to explore your metrics and provide insight into troubleshooting.&lt;/p></description></item><item><title>Metrics exploration complete</title><link>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/15-debrief/</link><pubDate>Fri, 24 Apr 2026 09:55:28 -0400</pubDate><guid>https://grafana.com/docs/learning-hub/explore-your-data/01-metrics-drilldown/15-debrief/</guid><content><![CDATA[&lt;h2 id=&#34;metrics-exploration-complete&#34;&gt;Metrics exploration complete!&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;What you accomplished:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Accessed Metrics Drilldown from the main menu&lt;/li&gt;
&lt;li&gt;Searched and filtered metrics using labels&lt;/li&gt;
&lt;li&gt;Investigated time series patterns visually&lt;/li&gt;
&lt;li&gt;Added metric visualizations to a dashboard&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Skills unlocked:&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Skill&lt;/th&gt;
              &lt;th&gt;You can now&amp;hellip;&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Queryless metric exploration&lt;/td&gt;
              &lt;td&gt;Browse and investigate Prometheus-compatible metrics without PromQL&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Label-based filtering&lt;/td&gt;
              &lt;td&gt;Narrow investigations by infrastructure dimensions&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Visual pattern detection&lt;/td&gt;
              &lt;td&gt;Identify trends and anomalies through graphs&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Dashboard integration&lt;/td&gt;
              &lt;td&gt;Save exploration findings for permanent monitoring&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h2 id=&#34;whats-next&#34;&gt;What&amp;rsquo;s next&lt;/h2&gt;
&lt;p&gt;In the next module, you&amp;rsquo;ll explore logs using the same visual approach. Logs Drilldown provides queryless investigation for searching and analyzing log data.&lt;/p&gt;
]]></content><description>&lt;h2 id="metrics-exploration-complete">Metrics exploration complete!&lt;/h2>
&lt;p>&lt;strong>What you accomplished:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Accessed Metrics Drilldown from the main menu&lt;/li>
&lt;li>Searched and filtered metrics using labels&lt;/li>
&lt;li>Investigated time series patterns visually&lt;/li>
&lt;li>Added metric visualizations to a dashboard&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Skills unlocked:&lt;/strong>&lt;/p></description></item></channel></rss>