<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Grafana Metrics Drilldown on Grafana Labs</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/</link><description>Recent content in Grafana Metrics Drilldown on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/index.xml" rel="self" type="application/rss+xml"/><item><title>About metrics and telemetry</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/about-metrics/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/about-metrics/</guid><content><![CDATA[&lt;h1 id=&#34;about-metrics-and-telemetry&#34;&gt;About metrics and telemetry&lt;/h1&gt;
&lt;p&gt;Metrics, logs, traces, and profiles form the pillars of observability.
Correlating the four pillars of observability helps create a holistic view of your application and infrastructure.&lt;/p&gt;
&lt;h2 id=&#34;telemetry-signals&#34;&gt;Telemetry signals&lt;/h2&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/media/metrics-explore/four-pillars-observe.png&#34;
  alt=&#34;Diagram showing the four pillars of observability: metrics, logs, traces, and profiles&#34; width=&#34;766&#34;
     height=&#34;491&#34;/&gt;&lt;/p&gt;
&lt;h3 id=&#34;metrics&#34;&gt;Metrics&lt;/h3&gt;
&lt;p&gt;Metrics provide a high-level picture of a system&amp;rsquo;s state. They are the foundation of alerts because you can compare them against known thresholds. Alerts run continuously and trigger when values move outside expected ranges. Metrics often provide the first signal that something changed.&lt;/p&gt;
&lt;h3 id=&#34;logs&#34;&gt;Logs&lt;/h3&gt;
&lt;p&gt;Logs provide an audit trail of activity from individual processes that adds context. Logs are atomic events that describe what is happening in your application&amp;rsquo;s services. While metrics are quantitative (numeric) and structured, logs are qualitative (textual) and unstructured or semi-structured. Logs provide more detail, but they can also create much higher data volumes.
Logs let you know what&amp;rsquo;s happening to your application.&lt;/p&gt;
&lt;h3 id=&#34;traces&#34;&gt;Traces&lt;/h3&gt;
&lt;p&gt;Traces add detail to the observability picture by showing what happens at each step in a request path. A trace shows where requests start and finish and how long each step takes to complete. For example, a trace can show how long an HTTP request, a database lookup, or a call to a third-party service takes. This data helps you locate problem areas and understand their impact.&lt;/p&gt;
&lt;h3 id=&#34;profiles&#34;&gt;Profiles&lt;/h3&gt;
&lt;p&gt;Profiles help you understand how your applications utilize compute resources such as CPU time and memory. This helps you identify specific lines of code or functions to optimize and improve performance and efficiency.&lt;/p&gt;
&lt;h2 id=&#34;why-use-metrics&#34;&gt;Why use metrics?&lt;/h2&gt;
&lt;p&gt;Metrics tell you how much of something exists, such as how much memory a computer has available. In Grafana, metrics are most useful when you record them repeatedly over time. This lets you compare how changes, such as running a program, affect available system resources.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/media/metrics-explore/visualization_sample.png&#34;
  alt=&#34;A Grafana dashboard showing time series metrics for system resource usage over time&#34; width=&#34;1116&#34;
     height=&#34;794&#34;/&gt;&lt;/p&gt;
&lt;p&gt;Metrics like these are stored in a time series database (TSDB), like &lt;a href=&#34;https://prometheus.io/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Prometheus&lt;/a&gt;, by recording a metric and pairing that entry with a time stamp. Each TSDB uses a slightly different &lt;a href=&#34;https://prometheus.io/docs/concepts/data_model/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;data model&lt;/a&gt;, but all combine these two aspects. Grafana and Grafana Cloud can accept their different metrics formats for visualization.&lt;/p&gt;
&lt;p&gt;For example, you might be interested in comparing system I/O performance as the number of users increases during a morning while many users in a company come online to start their work days.&lt;/p&gt;
&lt;p&gt;A chart showing resource use over time is an example of a visualization. Comparing time-stamped metrics in visualizations helps you spot system changes as they happen.&lt;/p&gt;
&lt;p&gt;Grafana and Grafana Cloud offer a variety of visualizations to suit different use cases. For more information, refer to the Grafana documentation on &lt;a href=&#34;/docs/grafana/latest/panels-visualizations/visualizations/&#34;&gt;visualizations&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;use-metrics-with-other-telemetry-data&#34;&gt;Use metrics with other telemetry data&lt;/h3&gt;
&lt;p&gt;If you also have other telemetry data, like logs or traces, you can use the telemetry signals together.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&#34;/docs/grafana-cloud/telemetry-signals/use-signals-together/&#34;&gt;Use signals together&lt;/a&gt; to learn about using metrics with other telemetry data and why correlation matters.&lt;/p&gt;
]]></content><description>&lt;h1 id="about-metrics-and-telemetry">About metrics and telemetry&lt;/h1>
&lt;p>Metrics, logs, traces, and profiles form the pillars of observability.
Correlating the four pillars of observability helps create a holistic view of your application and infrastructure.&lt;/p></description></item><item><title>Get started with Grafana Metrics Drilldown</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/get-started/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/get-started/</guid><content><![CDATA[&lt;h1 id=&#34;get-started-with-grafana-metrics-drilldown&#34;&gt;Get started with Grafana Metrics Drilldown&lt;/h1&gt;
&lt;p&gt;Use Grafana Metrics Drilldown to explore your metrics without writing a PromQL query. You can access Grafana Metrics Drilldown in Grafana Cloud or in self-managed Grafana.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;p&gt;The Metrics Drilldown app is installed in both Grafana Cloud and self-managed Grafana by default. Make sure you have the following prerequisites for your environment:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Requirement&lt;/th&gt;
              &lt;th&gt;Grafana Cloud&lt;/th&gt;
              &lt;th&gt;Self-managed Grafana (OSS / Enterprise)&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Grafana&lt;/td&gt;
              &lt;td&gt;A Grafana Cloud account with a Grafana stack&lt;/td&gt;
              &lt;td&gt;Your own Grafana instance running version 11.6 or later&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Data source&lt;/td&gt;
              &lt;td&gt;A configured Prometheus-compatible metrics data source&lt;/td&gt;
              &lt;td&gt;A configured Prometheus-compatible metrics data source, with the scrape interval set to match your metrics system&amp;rsquo;s scrape interval&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h2 id=&#34;access-metrics-drilldown&#34;&gt;Access Metrics Drilldown&lt;/h2&gt;
&lt;p&gt;Access Metrics Drilldown either through the main page in Grafana or through a dashboard.&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;From the Grafana main page&lt;/th&gt;
              &lt;th&gt;From a dashboard&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;1. From the Grafana left-side menu, select &lt;strong&gt;Drilldown&lt;/strong&gt;.&lt;/td&gt;
              &lt;td&gt;1. Navigate to your dashboard in Grafana.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2. From the list of Drilldown apps, select &lt;strong&gt;Metrics&lt;/strong&gt;.&lt;/td&gt;
              &lt;td&gt;2. Select a time series panel.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;/td&gt;
              &lt;td&gt;3. Open the panel menu, and select &lt;strong&gt;Open in Grafana Metrics Drilldown&lt;/strong&gt;.&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;In some Grafana versions, the dashboard menu action appears under &lt;strong&gt;Metrics drilldown&lt;/strong&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;h2 id=&#34;use-metrics-with-other-telemetry-data&#34;&gt;Use metrics with other telemetry data&lt;/h2&gt;
&lt;p&gt;If you also have other telemetry data, like logs or traces, you can use the telemetry signals together.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Refer to &lt;a href=&#34;/docs/grafana-cloud/telemetry-signals/use-signals-together/&#34;&gt;Use signals together&lt;/a&gt; to learn about using metrics with other telemetry data and why correlation matters.&lt;/li&gt;
&lt;li&gt;Refer to &lt;a href=&#34;/docs/grafana-cloud/telemetry-signals/workflows/&#34;&gt;Telemetry signal workflows&lt;/a&gt; to explore workflows across all the Drilldown apps.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;
&lt;p&gt;Now you&amp;rsquo;re ready to drill down into your metric data. For more information, refer to 
    &lt;a href=&#34;/docs/grafana/v12.0/explore/simplified-exploration/metrics/drill-down-metrics/&#34;&gt;Drill down your metrics&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="get-started-with-grafana-metrics-drilldown">Get started with Grafana Metrics Drilldown&lt;/h1>
&lt;p>Use Grafana Metrics Drilldown to explore your metrics without writing a PromQL query. You can access Grafana Metrics Drilldown in Grafana Cloud or in self-managed Grafana.&lt;/p></description></item><item><title>Drill down your metrics</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/drill-down-metrics/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/metrics/drill-down-metrics/</guid><content><![CDATA[&lt;h1 id=&#34;drill-down-your-metrics&#34;&gt;Drill down your metrics&lt;/h1&gt;
&lt;p&gt;Drill down into your metrics to gain insight into your data without writing a query. First, filter the metrics that Metrics Drilldown surfaces. Then, select a metric to perform in-depth analysis.&lt;/p&gt;
&lt;h2 id=&#34;filter-metrics-in-metrics-drilldown&#34;&gt;Filter metrics in Metrics Drilldown&lt;/h2&gt;
&lt;p&gt;To begin drilling down your data, filter the metrics that appear in Metrics Drilldown.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the &lt;strong&gt;Metrics Drilldown&lt;/strong&gt; page in Grafana. Refer to 
    &lt;a href=&#34;/docs/grafana/v12.0/explore/simplified-exploration/metrics/get-started/&#34;&gt;Get started with Grafana Metrics Drilldown&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the &lt;strong&gt;Data source&lt;/strong&gt; dropdown, select a data source to view related metrics. Supported data sources include Prometheus and Prometheus-compatible data sources.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) Select a label name from the &lt;strong&gt;Filter by label values&lt;/strong&gt; dropdown. Then, follow the prompts to complete your filter criteria.&lt;/p&gt;
&lt;p&gt;

&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;You can apply multiple filters to your metrics. If you don&amp;rsquo;t see a metric you expect, refer to &lt;a href=&#34;#troubleshoot-missing-metrics&#34;&gt;Troubleshoot missing metrics&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/media/docs/explore-metrics/metrics-drilldown-choose-filters.png&#34;
  alt=&#34;Grafana Metrics Drilldown with filters and metrics that contain data&#34; width=&#34;1235&#34;
     height=&#34;572&#34;/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) To search for metrics, type keywords in the search bar under &lt;strong&gt;Quick search metrics&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) Select how you want to sort metrics in the app. You can sort metrics alphabetically (A-Z or Z-A), with recently selected metrics first (default), by prevalence in dashboard panel queries, or by prevalence in alerting rules.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the time picker to select a date and time range from the dropdown menu, or use an absolute time range.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the refresh interval control next to the &lt;strong&gt;Refresh&lt;/strong&gt; icon to set a refresh rate from the dropdown menu. By default, refresh is &lt;strong&gt;Off&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;apply-advanced-filters&#34;&gt;Apply advanced filters&lt;/h2&gt;
&lt;p&gt;Apply advanced filters to further refine the metrics that appear in Metrics Drilldown. Access the following advanced filters from the left-side menu of the Metrics Drilldown app.&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Filter type&lt;/th&gt;
              &lt;th&gt;Description&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Rules filters&lt;/td&gt;
              &lt;td&gt;Filter metrics based on whether they are regular metrics or recording rules.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Prefix filters&lt;/td&gt;
              &lt;td&gt;Filter metrics based on their name prefix in the Prometheus namespace. Multiple selected prefixes use &amp;ldquo;OR&amp;rdquo; logic.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Suffix filters&lt;/td&gt;
              &lt;td&gt;Filter metrics based on their name suffix. Multiple selected suffixes use &amp;ldquo;OR&amp;rdquo; logic.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Recent metrics filters&lt;/td&gt;
              &lt;td&gt;Filter metrics based on when they started being ingested.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Group by labels&lt;/td&gt;
              &lt;td&gt;Group metrics by their label values.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Bookmarks&lt;/td&gt;
              &lt;td&gt;View saved metrics.&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h3 id=&#34;filter-logic&#34;&gt;Filter logic&lt;/h3&gt;
&lt;p&gt;Multiple selections for a filter apply &amp;ldquo;OR&amp;rdquo; logic, but selections between filters apply &amp;ldquo;AND&amp;rdquo; logic.
For example, if you select both &lt;code&gt;envoy&lt;/code&gt; and &lt;code&gt;kafka&lt;/code&gt; as prefix filters, the app shows all metrics with a prefix of either &lt;code&gt;envoy&lt;/code&gt; or &lt;code&gt;kafka&lt;/code&gt;.
Then, if you select &lt;code&gt;count&lt;/code&gt; as a suffix filter, the app updates to only show metrics with the &lt;code&gt;count&lt;/code&gt; suffix.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/media/docs/explore-metrics/metrics-drilldown-filter-logic.svg&#34;
  alt=&#34;Diagram showing how filter logic works: selections within a filter use OR logic, while selections between filters use AND logic&#34;/&gt;&lt;/p&gt;
&lt;h2 id=&#34;analyze-selected-metrics&#34;&gt;Analyze selected metrics&lt;/h2&gt;
&lt;p&gt;After filtering the metrics in Metrics Drilldown, you can investigate the selected metrics.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;From the &lt;strong&gt;Metrics Drilldown&lt;/strong&gt; main page, locate the metric you want to investigate.&lt;/li&gt;
&lt;li&gt;From the upper-right corner of the metric panel, click &lt;strong&gt;Select&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;&#34;&gt;
  &lt;figure class=&#34;p-0 m-0 &#34;&gt;
    &lt;video 
      width=&#34;&#34; 
      controls
      muted
      playsinline
      
        class=&#34;lazyload&#34;
        preload=&#34;none&#34;
        
             
      
      
        loop
      
      src=&#34;/media/docs/explore-metrics/metrics-drilldown-select-metric-to-explore.mp4&#34;
      type=&#34;video/mp4&#34;
    &gt;
    &lt;/video&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;A detailed view of the metric opens that shows the following details:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;Breakdown&lt;/strong&gt; tab that shows time series visualizations for each of the label-value pairs for the selected metric. To add a label-value pair to your filters, you can drill down on each label and then select &lt;strong&gt;Add to filter&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Related metrics&lt;/strong&gt; tab that shows other metrics with similar names and common prefixes. Use it to quickly find metrics that belong to the same area or task without knowing exact metric names.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Related logs&lt;/strong&gt; tab that shows how many related log streams match your metric and lets you continue investigating in logs-focused workflows.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;view-the-metric-in-explore&#34;&gt;View the metric in Explore&lt;/h3&gt;
&lt;p&gt;Using the panel menu, you can view the metric in Explore or copy the URL.&lt;/p&gt;
&lt;p&gt;To open the visualization in Explore, use the metric panel actions and select &lt;strong&gt;Explore&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id=&#34;share-and-bookmark-metrics&#34;&gt;Share and bookmark metrics&lt;/h3&gt;
&lt;p&gt;You can share a metric view with others or bookmark it for yourself.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To share, select &lt;strong&gt;Copy URL&lt;/strong&gt; to copy the current page URL to your clipboard. The URL isn&amp;rsquo;t saved in the app.&lt;/li&gt;
&lt;li&gt;To bookmark, select &lt;strong&gt;Add bookmark&lt;/strong&gt; to save your current exploration state, including the data source, filters, selected metric, label breakdowns, and time range.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To revisit a bookmark, open the bookmarks list from the left-side menu.
Bookmarks are personal and saved per user. If you want to share a specific state with others, use &lt;strong&gt;Copy URL&lt;/strong&gt; instead.&lt;/p&gt;
&lt;h2 id=&#34;troubleshoot-missing-metrics&#34;&gt;Troubleshoot missing metrics&lt;/h2&gt;
&lt;p&gt;Some Prometheus metrics may not appear in Metrics Drilldown, even though you can view them in Explore. This happens in high-cardinality environments when the Prometheus data source enforces its default 40,000-metric limit.&lt;/p&gt;
&lt;p&gt;To resolve this issue, choose one of the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Increase the metric limit in your Prometheus data source settings.&lt;/p&gt;


&lt;div class=&#34;admonition admonition-caution&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Caution&lt;/p&gt;&lt;p&gt;Increasing this limit can affect Metrics Drilldown performance.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the name filter to focus on a specific metric. For example: &lt;code&gt;__name__ = vm_http&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="drill-down-your-metrics">Drill down your metrics&lt;/h1>
&lt;p>Drill down into your metrics to gain insight into your data without writing a query. First, filter the metrics that Metrics Drilldown surfaces. Then, select a metric to perform in-depth analysis.&lt;/p></description></item></channel></rss>