mirror of https://github.com/grafana/grafana.git
[DOC] Add shared note for Explore app rename to Drilldown (#101166)
This commit is contained in:
parent
bbeae46105
commit
95b88e592d
|
@ -12,7 +12,7 @@ hero:
|
|||
level: 1
|
||||
width: 100
|
||||
height: 100
|
||||
description: Use the Drilldown apps to investigate and identify issues using telemetry data.
|
||||
description: Use the Grafana Drilldown apps to investigate and identify issues using telemetry data.
|
||||
cards:
|
||||
title_class: pt-0 lh-1
|
||||
items:
|
||||
|
@ -40,6 +40,8 @@ The Grafana Drilldown apps are designed for effortless data exploration through
|
|||
|
||||
Easily explore telemetry signals with these specialized tools, tailored specifically for the Grafana databases to provide quick and accurate insights.
|
||||
|
||||
{{< docs/shared source="grafana" lookup="plugins/rename-note.md" version="<GRAFANA_VERSION>" >}}
|
||||
|
||||
To learn more, read:
|
||||
|
||||
- [From multi-line queries to no-code investigations: meeting Grafana users where they are](https://grafana.com/blog/2024/10/22/from-multi-line-queries-to-no-code-investigations-meeting-grafana-users-where-they-are/)
|
||||
|
|
|
@ -16,7 +16,9 @@ weight: 200
|
|||
|
||||
Grafana Metrics Drilldown is a query-less experience for browsing **Prometheus-compatible** metrics. Quickly find related metrics with just a few simple clicks, without needing to write PromQL queries to retrieve metrics.
|
||||
|
||||
With Grafana Metrics Drilldown, you can:
|
||||
{{< docs/shared source="grafana" lookup="plugins/rename-note.md" version="<GRAFANA_VERSION>" >}}
|
||||
|
||||
With Metrics Drilldown, you can:
|
||||
|
||||
- Easily segment metrics based on their labels, so you can immediately spot anomalies and identify issues.
|
||||
- Automatically display the optimal visualization for each metric type (gauge vs. counter, for example) without manual setup.
|
||||
|
@ -25,13 +27,13 @@ With Grafana Metrics Drilldown, you can:
|
|||
- View a history of user steps when navigating through metrics and their filters.
|
||||
- Seamlessly pivot to related telemetry, including log data.
|
||||
|
||||
{{< docs/play title="Grafana Metrics Drilldown" url="https://play.grafana.org/explore/metrics/trail?from=now-1h&to=now&var-ds=grafanacloud-demoinfra-prom&var-filters=&refresh=&metricPrefix=all" >}}
|
||||
{{< docs/play title="Metrics Drilldown" url="https://play.grafana.org/explore/metrics/trail?from=now-1h&to=now&var-ds=grafanacloud-demoinfra-prom&var-filters=&refresh=&metricPrefix=all" >}}
|
||||
|
||||
You can access Grafana Metrics Drilldown either as a standalone experience or as part of Grafana dashboards.
|
||||
You can access Metrics Drilldown either as a standalone experience or as part of Grafana dashboards.
|
||||
|
||||
## Standalone experience
|
||||
|
||||
To access Grafana Metrics Drilldown as a standalone experience:
|
||||
To access Metrics Drilldown as a standalone experience:
|
||||
|
||||
1. Click the arrow next to **Drilldown** in the Grafana left-side menu and click **Metrics**. You are taken to an overview page that shows recent metrics, bookmarks, and the option to select a new metric exploration.
|
||||
1. To get started with a new exploration, click **Let's start!**.
|
||||
|
@ -63,7 +65,7 @@ After you have gathered your metrics exploration data you can:
|
|||
|
||||
## Dashboard experience
|
||||
|
||||
To access Grafana Metrics Drilldown via a dashboard:
|
||||
To access Metrics Drilldown via a dashboard:
|
||||
|
||||
1. Navigate to your dashboard.
|
||||
1. Select a time series panel.
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
headless: true
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
---
|
||||
|
||||
[//]: # 'This file contains a rename note for Explore to Drilldown apps.'
|
||||
[//]: # 'This shared file is included in a lot of files. Check the app docs in'
|
||||
[//]: # 'drilldown-traces, drilldown-logs, drilldown-profiles, grafana, and website/grafana-cloud.'
|
||||
[//]: # 'If you make changes to this file, verify that the meaning and content are not changed in any place where the file is included.'
|
||||
[//]: # 'Any links should be fully qualified and not relative: /docs/grafana/ instead of ../grafana/.'
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
The Grafana Explore apps have changed to Grafana Drilldown apps.
|
||||
For example, Explore Logs is now Logs Drilldown.
|
||||
To learn more, read [Grafana Drilldown apps: the improved queryless experience known as the Explore apps](https://grafana.com/blog/2025/02/20/grafana-drilldown-apps-the-improved-queryless-experience-formerly-known-as-the-explore-apps/).
|
||||
{{< /admonition >}}
|
Loading…
Reference in New Issue