Consolidate Grafana visualization documentation (#112393)
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
This commit is contained in:
co-authored by
Jacob Valdez
parent
7bc97d5fa8
commit
d8c6af2fa7
@@ -0,0 +1,48 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana-cloud/visualization/
|
||||
- /docs/grafana-cloud/visualizations/
|
||||
description: Learn how to build dashboards and visualizations.
|
||||
menuTitle: Visualize data
|
||||
title: Visualize your data in Grafana
|
||||
hero:
|
||||
title: Visualize data
|
||||
level: 1
|
||||
width: 100
|
||||
height: 100
|
||||
description: Easily collect, correlate, and visualize data with beautiful dashboards using Grafana—the solution that drives informed decisions, enhances system performance, and streamlines troubleshooting.
|
||||
cards:
|
||||
items:
|
||||
- description: Allow you to query, transform, visualize, and understand your data no matter where it’s stored.
|
||||
height: 24
|
||||
href: /docs/grafana-cloud/visualizations/dashboards/
|
||||
title: Dashboards
|
||||
- description: Allow you to easily collect, correlate, and visualize data so you can make informed decisions in real time.
|
||||
height: 24
|
||||
href: /docs/grafana-cloud/visualizations/panels-visualizations/
|
||||
title: Panels and visualizations
|
||||
- description: Use the Drilldown apps to explore your telemetry data with a queryless experience.
|
||||
height: 24
|
||||
href: /docs/grafana-cloud/visualizations/simplified-exploration/
|
||||
title: Drilldown apps
|
||||
|
||||
weight: 500
|
||||
---
|
||||
|
||||
{{< docs/hero-simple key="hero" >}}
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
A Grafana dashboard is a set of one or more panels that provide an at-a-glance view of related information. These panels are the basic building block in Grafana dashboards, and they're created using components that query and transform raw data from a data source into charts, graphs, and other visualizations.
|
||||
|
||||
A data source can be an SQL database, Grafana Loki, Grafana Mimir, or a JSON-based API. It can even be a basic CSV file. Queries allow you to reduce the entirety of your data to a specific dataset, providing a more manageable visualization. Data source plugins take a query you want answered, retrieve the data from the data source, and reconcile the differences between the data model of the data source and the data model of Grafana dashboards.
|
||||
|
||||
The growing suite of Grafana visualizations, ranging from time series graphs to heatmaps to cutting-edge 3D charts, provide you several different ways to present your data within a panel, depending on what best suits the data and your needs. If the data format in a visualization doesn’t meet your requirements, you can apply a transformation that manipulates the data returned by a query.
|
||||
|
||||
With 150+ data source plugins, you can unify all your data sources into a single dashboard to streamline data monitoring and troubleshooting. With Grafana, you can translate, transform, and visualize data in flexible and versatile dashboards.
|
||||
|
||||
## Explore
|
||||
|
||||
{{< card-grid key="cards" type="simple" >}}
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- features/dashboard/dashboards/ # /docs/grafana/latest/features/dashboard/dashboards/
|
||||
- ./dashboards/previews/ # /docs/grafana/latest/dashboards/previews/
|
||||
- ../features/dashboard/dashboards/ # /docs/grafana/latest/features/dashboard/dashboards/
|
||||
- ../dashboards/previews/ # /docs/grafana/latest/dashboards/previews/
|
||||
- ../dashboards/ # /docs/grafana/next/dashboards/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../enterprise/usage-insights/
|
||||
- ../enterprise/usage-insights/dashboard-datasource-insights/
|
||||
- ../enterprise/usage-insights/improved-search/
|
||||
- ../enterprise/usage-insights/presence-indicator/
|
||||
- ../../enterprise/usage-insights/ # /docs/grafana/next/enterprise/usage-insights/
|
||||
- ../../enterprise/usage-insights/dashboard-datasource-insights/ # /docs/grafana/next/enterprise/usage-insights/dashboard-datasource-insights/
|
||||
- ../../enterprise/usage-insights/improved-search/ # /docs/grafana/next/enterprise/usage-insights/improved-search/
|
||||
- ../../enterprise/usage-insights/presence-indicator/ # /docs/grafana/next/enterprise/usage-insights/presence-indicator/
|
||||
- ../../dashboards/assess-dashboard-usage/ # /docs/grafana/next/dashboards/assess-dashboard-usage/
|
||||
description: Understand how your Grafana instance is used
|
||||
keywords:
|
||||
- grafana
|
||||
+2
@@ -21,6 +21,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/dashboards/variables/
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/dashboards/variables/
|
||||
aliases:
|
||||
- ../../dashboards/build-dashboards/ # /docs/grafana/next/dashboards/build-dashboards/
|
||||
---
|
||||
|
||||
# Build dashboards
|
||||
+4
-2
@@ -1,7 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/annotations/
|
||||
- ../annotations/
|
||||
- ../../../dashboards/annotations/ # /docs/grafana/next/annotations/
|
||||
- ../../../dashboards/build-dashboards/annotate-visualizations/ # /docs/grafana/next/dashboards/build-dashboards/annotate-visualizations/
|
||||
- ../../../panels/visualizations/annotations/ # /docs/grafana/next/panels/visualizations/annotations/
|
||||
- ../../../reference/annotations/ # /docs/grafana/latest/reference/annotations/
|
||||
keywords:
|
||||
- grafana
|
||||
- annotations
|
||||
+7
-6
@@ -1,11 +1,12 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../best-practices/
|
||||
- ../../best-practices/best-practices-for-creating-dashboards/
|
||||
- ../../best-practices/best-practices-for-managing-dashboards/
|
||||
- ../../best-practices/common-observability-strategies/
|
||||
- ../../best-practices/dashboard-management-maturity-levels/
|
||||
- ../../getting-started/strategies/
|
||||
- ../../../best-practices/ # /docs/grafana/next/best-practices/
|
||||
- ../../../best-practices/best-practices-for-creating-dashboards/ # /docs/grafana/next/best-practices/best-practices-for-creating-dashboards/
|
||||
- ../../../best-practices/best-practices-for-managing-dashboards/ # /docs/grafana/next/best-practices/best-practices-for-managing-dashboards/
|
||||
- ../../../best-practices/common-observability-strategies/ # /docs/grafana/next/best-practices/common-observability-strategies/
|
||||
- ../../../best-practices/dashboard-management-maturity-levels/ # /docs/grafana/next/best-practices/dashboard-management-maturity-levels/
|
||||
- ../../../getting-started/strategies/ # /docs/grafana/next/getting-started/strategies/
|
||||
- ../../../dashboards/build-dashboards/best-practices/ # /docs/grafana/next/dashboards/build-dashboards/best-practices/
|
||||
description: Learn best practices for building and maintaining Grafana dashboards
|
||||
labels:
|
||||
products:
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../variables/url-variables/
|
||||
- ../../variables/variable-types/url-variables/
|
||||
- ../../../variables/url-variables/ # /docs/grafana/next/variables/url-variables/
|
||||
- ../../../variables/variable-types/url-variables/ # /docs/grafana/next/variables/variable-types/url-variables/
|
||||
- ../../../dashboards/build-dashboards/create-dashboard-url-variables/ # /docs/grafana/next/dashboards/build-dashboards/create-dashboard-url-variables/
|
||||
keywords:
|
||||
- grafana
|
||||
- url variables
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- add-organize-panels/
|
||||
- ../../../dashboards/build-dashboards/add-organize-panels/ # /docs/grafana/next/dashboards/build-dashboards/add-organize-panels/
|
||||
- ../../../dashboards/build-dashboards/create-dashboard/ # /docs/grafana/next/dashboards/build-dashboards/create-dashboard/
|
||||
keywords:
|
||||
- panel
|
||||
- dashboard
|
||||
+2
@@ -72,6 +72,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/configure-overrides/
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana-cloud/visualizations/panels-visualizations/configure-overrides/
|
||||
aliases:
|
||||
- ../../../dashboards/build-dashboards/create-dynamic-dashboard/ # /docs/grafana/next/dashboards/build-dashboards/create-dynamic-dashboard/
|
||||
---
|
||||
|
||||
# Create and edit dynamic dashboards
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/export_import/ # /docs/grafana/<GRAFANA_VERSION>/reference/export_import/
|
||||
- ../export-import/ # /docs/grafana/<GRAFANA_VERSION>/dashboards/export-import/
|
||||
- ../../../reference/export_import/ # /docs/grafana/next/reference/export_import/
|
||||
- ../../../dashboards/export-import/ # /docs/grafana/next/dashboards/export-import/
|
||||
- ../../../dashboards/build-dashboards/import-dashboards/ # /docs/grafana/next/dashboards/build-dashboards/import-dashboards/
|
||||
canonical: https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/
|
||||
keywords:
|
||||
- grafana
|
||||
+7
-6
@@ -1,11 +1,12 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/navigation-links/
|
||||
- ../../linking/
|
||||
- ../../linking/dashboard-links/
|
||||
- ../../linking/linking-overview/
|
||||
- ../../panels/working-with-panels/add-link-to-panel/
|
||||
- ../manage-dashboard-links/
|
||||
- ../../../dashboards/build-dashboards/manage-dashboard-links/ # /docs/grafana/next/dashboards/build-dashboards/manage-dashboard-links/
|
||||
- ../../../features/navigation-links/ # /docs/grafana/next/features/navigation-links/
|
||||
- ../../../linking/ # /docs/grafana/next/linking/
|
||||
- ../../../linking/dashboard-links/ # /docs/grafana/next/linking/dashboard-links/
|
||||
- ../../../linking/linking-overview/ # /docs/grafana/next/linking/linking-overview/
|
||||
- ../../../panels/working-with-panels/add-link-to-panel/ # /docs/grafana/next/panels/working-with-panels/add-link-to-panel
|
||||
- ../../../dashboards/manage-dashboard-links/ # /docs/grafana/next/dashboards/manage-dashboard-links/
|
||||
description: Add links to your Grafana dashboards to connect to other dashboards, panels, and websites
|
||||
keywords:
|
||||
- link
|
||||
+9
-8
@@ -1,13 +1,14 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/library-panels/
|
||||
- ../../panels/library-panels/add-library-panel/
|
||||
- ../../panels/library-panels/create-library-panel/
|
||||
- ../../panels/library-panels/delete-library-panel/
|
||||
- ../../panels/library-panels/manage-library-panel/
|
||||
- ../../panels/library-panels/unlink-library-panel/
|
||||
- ../../panels/panel-library/
|
||||
- ../manage-library-panels/
|
||||
- ../../../dashboards/build-dashboards/manage-library-panels/ # /docs/grafana/next/dashboards/build-dashboards/manage-library-panels/
|
||||
- ../../../panels/library-panels/ # /docs/grafana/next/panels/library-panels
|
||||
- ../../../panels/library-panels/add-library-panel/ # /docs/grafana/next/panels/library-panels/add-library-panel
|
||||
- ../../../panels/library-panels/create-library-panel/ # /docs/grafana/next/panels/library-panels/create-library-panel
|
||||
- ../../../panels/library-panels/delete-library-panel/ # /docs/grafana/next/panels/library-panels/delete-library-panel
|
||||
- ../../../panels/library-panels/manage-library-panel/ # /docs/grafana/next/panels/library-panels/manage-library-panel
|
||||
- ../../../panels/library-panels/unlink-library-panel/ # /docs/grafana/next/panels/library-panels/unlink-library-panel
|
||||
- ../../../panels/panel-library/ # /docs/grafana/next/panels/panels-library/
|
||||
- ../manage-library-panels/ # /docs/grafana/next/visualizations/dashboards/manage-library-panels/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/dashboard_history/
|
||||
- ../dashboard-history/
|
||||
- ../../../reference/dashboard_history/ # /docs/grafana/next/reference/dashboard_history/
|
||||
- ../../../dashboards/dashboard-history/ # /docs/grafana/next/dashboards/dashboard-history/
|
||||
- ../../../dashboards/build-dashboards/manage-version-history/ # /docs/grafana/next/dashboards/build-dashboards/manage-version-history/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+2
@@ -34,6 +34,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/dashboards/build-dashboards/manage-dashboard-links/#dashboard-links
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana-cloud/visualizations/dashboards/build-dashboards/manage-dashboard-links/#dashboard-links
|
||||
aliases:
|
||||
- ../../../dashboards/build-dashboards/modify-dashboard-settings/ # /docs/grafana/next/dashboards/build-dashboards/modify-dashboard-settings/
|
||||
---
|
||||
|
||||
# Modify dashboard settings
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/dashboard/
|
||||
- ../json-model/
|
||||
- ../../../reference/dashboard/ # /docs/grafana/next/reference/dashboard/
|
||||
- ../../../dashboards/json-model/ # /docs/grafana/next/dashboards/json-model/
|
||||
- ../../../dashboards/build-dashboards/view-dashboard-json-model/ # /docs/grafana/next/dashboards/build-dashboards/view-dashboard-json-model/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../reference/playlist/
|
||||
- playlist/
|
||||
- ../../reference/playlist/ # /docs/grafana/next/reference/playlist/
|
||||
- ../../dashboards/playlist/ # /docs/grafana/next/dashboards/playlist/
|
||||
- ../../dashboards/create-manage-playlists/ # /docs/grafana/next/dashboards/create-manage-playlists/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+6
-5
@@ -1,10 +1,11 @@
|
||||
---
|
||||
aliases:
|
||||
- ../administration/reports/ # /docs/grafana/latest/administration/reports/
|
||||
- ../enterprise/export-pdf/ # /docs/grafana/latest/enterprise/export-pdf/
|
||||
- ../enterprise/reporting/ # /docs/grafana/latest/enterprise/reporting/
|
||||
- ../panels/create-reports/ # /docs/grafana/latest/panels/create-reports/
|
||||
- reporting/ # /docs/grafana/latest/dashboards/reporting/
|
||||
- ../../administration/reports/ # /docs/grafana/next/administration/reports/
|
||||
- ../../enterprise/export-pdf/ # /docs/grafana/next/enterprise/export-pdf/
|
||||
- ../../enterprise/reporting/ # /docs/grafana/next/enterprise/reporting/
|
||||
- ../../panels/create-reports/ # /docs/grafana/next/panels/create-reports/
|
||||
- ../../dashboards/reporting/ # /docs/grafana/next/dashboards/reporting/
|
||||
- ../../dashboards/create-reports/ # /docs/grafana/next/dashboards/create-reports/
|
||||
keywords:
|
||||
- grafana
|
||||
- reporting
|
||||
+2
@@ -17,6 +17,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/administration/organization-preferences/#change-grafana-ui-theme
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/administration/organization-preferences/#change-grafana-ui-theme
|
||||
aliases:
|
||||
- ../../../dashboards/create-reports/report-settings/ # /docs/grafana/next/dashboards/create-reports/report-settings/
|
||||
---
|
||||
|
||||
# Reporting settings
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/working-with-panels/organize-dashboard/
|
||||
- ../reference/dashboard_folders/
|
||||
- dashboard-folders/
|
||||
- dashboard-manage/
|
||||
- ../../panels/working-with-panels/organize-dashboard/ # /docs/grafana/next/panels/working-with-panels/organize-dashboard/
|
||||
- ../../reference/dashboard_folders/ # /docs/grafana/next/reference/dashboard_folders/
|
||||
- ../../dashboards/dashboard-folders/ # /docs/grafana/next/dashboards/dashboard-folders/
|
||||
- ../../dashboards/dashboard-manage/ # /docs/grafana/next/dashboards/dashboard-manage/
|
||||
- ../../dashboards/manage-dashboards/ # /docs/grafana/next/dashboards/manage-dashboards/
|
||||
canonical: https://grafana.com/docs/grafana/latest/dashboards/manage-dashboards/
|
||||
keywords:
|
||||
- grafana
|
||||
+2
@@ -28,6 +28,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-grafana/#feature_toggles
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-grafana/#feature_toggles
|
||||
aliases:
|
||||
- ../../dashboards/search-dashboards/ # /docs/grafana/next/dashboards/search-dashboards/
|
||||
---
|
||||
|
||||
# Search dashboards and folders
|
||||
+9
-8
@@ -1,13 +1,14 @@
|
||||
---
|
||||
aliases:
|
||||
- ../reference/share_dashboard/ # /docs/grafana/latest/reference/share_dashboard/
|
||||
- ../reference/share_panel/ # /docs/grafana/latest/reference/share_panel/
|
||||
- ../share-dashboards-panels/ # /docs/grafana/latest/share-dashboards-panels/
|
||||
- ../sharing/ # /docs/grafana/latest/sharing/
|
||||
- ../sharing/playlists/ # /docs/grafana/latest/sharing/playlists/
|
||||
- ../sharing/share-dashboard/ # /docs/grafana/latest/sharing/share-dashboard/
|
||||
- ../sharing/share-panel/ # /docs/grafana/latest/sharing/share-panel/
|
||||
- share-dashboard/ # /docs/grafana/latest/dashboards/share-dashboard/
|
||||
- ../../reference/share_dashboard/ # /docs/grafana/next/reference/share_dashboard/
|
||||
- ../../reference/share_panel/ # /docs/grafana/next/reference/share_panel/
|
||||
- ../../share-dashboards-panels/ # /docs/grafana/next/share-dashboards-panels/
|
||||
- ../../sharing/ # /docs/grafana/next/sharing/
|
||||
- ../../sharing/playlists/ # /docs/grafana/next/sharing/playlists/
|
||||
- ../../sharing/share-dashboard/ # /docs/grafana/next/sharing/share-dashboard/
|
||||
- ../../sharing/share-panel/ # /docs/grafana/next/sharing/share-panel/
|
||||
- ../../dashboards/share-dashboard/ # /docs/grafana/next/dashboards/share-dashboard/
|
||||
- ../../dashboards/share-dashboards-panels/ # /docs/grafana/next/dashboards/share-dashboards-panels/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- ../dashboard-public/ # /docs/grafana/latest/dashboards/dashboard-public/
|
||||
- ../../../dashboards/dashboard-public/ # /docs/grafana/next/dashboards/dashboard-public/
|
||||
- ../../../dashboards/share-dashboards-panels/shared-dashboards/ # /docs/grafana/next/dashboards/share-dashboards-panels/shared-dashboards/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../troubleshooting/troubleshoot-dashboards/
|
||||
- ../reference/timerange/
|
||||
- ../../troubleshooting/troubleshoot-dashboards/ # /docs/grafana/next/troubleshooting/troubleshoot-dashboards/
|
||||
- ../../reference/timerange/ # /docs/grafana/next/reference/timerange/
|
||||
- ../../dashboards/troubleshoot-dashboards/ # /docs/grafana/next/dashboards/troubleshoot-dashboards/
|
||||
canonical: https://grafana.com/docs/grafana/latest/dashboards/troubleshoot-dashboards/
|
||||
keywords:
|
||||
- grafana
|
||||
+8
-7
@@ -1,12 +1,13 @@
|
||||
---
|
||||
aliases:
|
||||
- ../reference/search/
|
||||
- dashboard-ui/
|
||||
- dashboard-ui/dashboard-header/
|
||||
- dashboard-ui/dashboard-row/
|
||||
- search/
|
||||
- shortcuts/
|
||||
- time-range-controls/
|
||||
- ../../reference/search/ # /docs/grafana/next/reference/search/
|
||||
- ../../dashboards/dashboard-ui/ # /docs/grafana/next/dashboards/dashboard-ui/
|
||||
- ../../dashboards/dashboard-ui/dashboard-header/ # /docs/grafana/next/dashboards/dashboard-ui/dashboard-header/
|
||||
- ../../dashboards/dashboard-ui/dashboard-row/ # /docs/grafana/next/dashboards/dashboard-ui/dashboard-row/
|
||||
- ../../dashboards/search/ # /docs/grafana/next/dashboards/search/
|
||||
- ../../dashboards/shortcuts/ # /docs/grafana/next/dashboards/shortcuts/
|
||||
- ../../dashboards/time-range-controls/ # /docs/grafana/next/dashboards/time-range-controls/
|
||||
- ../../dashboards/use-dashboards/ # /docs/grafana/next/dashboards/use-dashboards/
|
||||
keywords:
|
||||
- dashboard
|
||||
- search
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../variables/ # /docs/grafana/<GRAFANA VERSION>/variables/
|
||||
- ../variables/templates-and-variables/ # /docs/grafana/<GRAFANA VERSION>/variables/templates-and-variables/
|
||||
- ../variables/variable-examples/ # /docs/grafana/<GRAFANA VERSION>/variables/variable-examples/
|
||||
- ../../variables/ # /docs/grafana/next/variables/
|
||||
- ../../variables/templates-and-variables/ # /docs/grafana/next/variables/templates-and-variables/
|
||||
- ../../variables/variable-examples/ # /docs/grafana/next/variables/variable-examples/
|
||||
- ../../dashboards/variables/ # /docs/grafana/next/dashboards/variables/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+26
-25
@@ -1,30 +1,31 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/templating/
|
||||
- ../../variables/add-ad-hoc-filters/
|
||||
- ../../variables/add-constant-variable/
|
||||
- ../../variables/add-custom-variable/
|
||||
- ../../variables/add-data-source-variable/
|
||||
- ../../variables/add-interval-variable/
|
||||
- ../../variables/add-query-variable/
|
||||
- ../../variables/add-template-variables/
|
||||
- ../../variables/add-text-box-variable/
|
||||
- ../../variables/chained-variables/
|
||||
- ../../variables/filter-variables-with-regex/
|
||||
- ../../variables/formatting-multi-value-variables/
|
||||
- ../../variables/global-variables/
|
||||
- ../../variables/manage-variable/
|
||||
- ../../variables/variable-selection-options/
|
||||
- ../../variables/variable-types/
|
||||
- ../../variables/variable-types/add-ad-hoc-filters/
|
||||
- ../../variables/variable-types/add-constant-variable/
|
||||
- ../../variables/variable-types/add-custom-variable/
|
||||
- ../../variables/variable-types/add-data-source-variable/
|
||||
- ../../variables/variable-types/add-interval-variable/
|
||||
- ../../variables/variable-types/add-query-variable/
|
||||
- ../../variables/variable-types/add-text-box-variable/
|
||||
- ../../variables/variable-types/chained-variables/
|
||||
- ../../variables/variable-types/global-variables/
|
||||
- ../../../reference/templating/ # /docs/grafana/next/reference/templating/
|
||||
- ../../../variables/add-ad-hoc-filters/ # /docs/grafana/next/variables/add-ad-hoc-filters/
|
||||
- ../../../variables/add-constant-variable/ # /docs/grafana/next/variables/add-constant-variable/
|
||||
- ../../../variables/add-custom-variable/ # /docs/grafana/next/variables/add-custom-variable/
|
||||
- ../../../variables/add-data-source-variable/ # /docs/grafana/next/variables/add-data-source-variable/
|
||||
- ../../../variables/add-interval-variable/ # /docs/grafana/next/variables/add-interval-variable/
|
||||
- ../../../variables/add-query-variable/ # /docs/grafana/next/variables/add-query-variable/
|
||||
- ../../../variables/add-template-variables/ # /docs/grafana/next/variables/add-template-variables/
|
||||
- ../../../variables/add-text-box-variable/ # /docs/grafana/next/variables/add-text-box-variable/
|
||||
- ../../../variables/chained-variables/ # /docs/grafana/next/variables/chained-variables/
|
||||
- ../../../variables/filter-variables-with-regex/ # /docs/grafana/next/variables/filter-variables-with-regex/
|
||||
- ../../../variables/formatting-multi-value-variables/ # /docs/grafana/next/variables/formatting-multi-value-variables/
|
||||
- ../../../variables/global-variables/ # /docs/grafana/next/variables/global-variables/
|
||||
- ../../../variables/manage-variable/ # /docs/grafana/next/variables/manage-variable/
|
||||
- ../../../variables/variable-selection-options/ # /docs/grafana/next/variables/variable-selection-options/
|
||||
- ../../../variables/variable-types/ # /docs/grafana/next/variables/variable-types/
|
||||
- ../../../variables/variable-types/add-ad-hoc-filters/ # /docs/grafana/next/variables/variable-types/add-ad-hoc-filters/
|
||||
- ../../../variables/variable-types/add-constant-variable/ # /docs/grafana/next/variables/variable-types/add-constant-variable/
|
||||
- ../../../variables/variable-types/add-custom-variable/ # /docs/grafana/next/variables/variable-types/add-custom-variable/
|
||||
- ../../../variables/variable-types/add-data-source-variable/ # /docs/grafana/next/variables/variable-types/add-data-source-variable/
|
||||
- ../../../variables/variable-types/add-interval-variable/ # /docs/grafana/next/variables/variable-types/add-interval-variable/
|
||||
- ../../../variables/variable-types/add-query-variable/ # /docs/grafana/next/variables/variable-types/add-query-variable/
|
||||
- ../../../variables/variable-types/add-text-box-variable/ # /docs/grafana/next/variables/variable-types/add-text-box-variable/
|
||||
- ../../../variables/variable-types/chained-variables/ # /docs/grafana/next/variables/variable-types/chained-variables/
|
||||
- ../../../variables/variable-types/global-variables/ # /docs/grafana/next/variables/variable-types/global-variables/
|
||||
- ../../../dashboards/variables/add-template-variables/ # /docs/grafana/next/dashboards/variables/add-template-variables/
|
||||
keywords:
|
||||
- grafana
|
||||
- documentation
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/templating/
|
||||
- ../../variables/inspect-variable/
|
||||
- ../../../reference/templating/ # /docs/grafana/next/reference/templating/
|
||||
- ../../../variables/inspect-variable/ # /docs/grafana/next/variables/inspect-variable/
|
||||
- ../../../dashboards/variables/inspect-variable/ # /docs/grafana/next/dashboards/variables/inspect-variable/
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../reference/templating/
|
||||
- ../../variables/advanced-variable-format-options/
|
||||
- ../../variables/syntax/
|
||||
- ../../../reference/templating/ # /docs/grafana/next/reference/templating/
|
||||
- ../../../variables/advanced-variable-format-options/ # /docs/grafana/next/variables/advanced-variable-format-options/
|
||||
- ../../../variables/syntax/ # /docs/grafana/next/variables/syntax/
|
||||
- ../../../dashboards/variables/variable-syntax/ # /docs/grafana/next/dashboards/variables/variable-syntax/
|
||||
keywords:
|
||||
- grafana
|
||||
- templating
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- features/explore/
|
||||
- ../features/explore/ # /docs/grafana/next/features/explore/
|
||||
- ../explore/ # /docs/grafana/next/explore/
|
||||
- /docs/grafana-cloud/visualizations/explore/
|
||||
keywords:
|
||||
- explore
|
||||
- loki
|
||||
+2
@@ -6,6 +6,8 @@ labels:
|
||||
- cloud
|
||||
title: Correlations Editor in Explore
|
||||
weight: 20
|
||||
aliases:
|
||||
- ../../explore/correlations-editor-in-explore/ # /docs/grafana/next/explore/correlations-editor-in-explore/
|
||||
---
|
||||
|
||||
# Correlations Editor in Explore
|
||||
+3
@@ -9,6 +9,9 @@ keywords:
|
||||
- Explore
|
||||
title: Query inspector in Explore
|
||||
weight: 15
|
||||
aliases:
|
||||
- ../../explore/explore-inspector/ # /docs/grafana/next/explore/explore-inspector/
|
||||
- /docs/grafana-cloud/visualizations/explore/explore-inspector/
|
||||
---
|
||||
|
||||
# Query inspector in Explore
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
-
|
||||
- ../../explore/get-started-with-explore/ # /docs/grafana/next/explore/get-started-with-explore/
|
||||
keywords:
|
||||
- explore
|
||||
- loki
|
||||
+2
@@ -10,6 +10,8 @@ labels:
|
||||
- oss
|
||||
title: Logs in Explore
|
||||
weight: 25
|
||||
aliases:
|
||||
- ../../explore/logs-integration/ # /docs/grafana/next/explore/logs-integration/
|
||||
---
|
||||
|
||||
# Logs in Explore
|
||||
+2
@@ -16,6 +16,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/query-transform-data/#saved-queries
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana-cloud/visualizations/panels-visualizations/query-transform-data/#saved-queries
|
||||
aliases:
|
||||
- ../../explore/query-management/ # /docs/grafana/next/explore/query-management/
|
||||
---
|
||||
|
||||
# Query management in Explore
|
||||
+2
@@ -9,6 +9,8 @@ labels:
|
||||
- oss
|
||||
title: Traces in Explore
|
||||
weight: 40
|
||||
aliases:
|
||||
- ../../explore/trace-integration/ # /docs/grafana/next/explore/trace-integration/
|
||||
---
|
||||
|
||||
# Traces in Explore
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- dashboards/configure-panels-visualizations/
|
||||
- features/panels/panels/
|
||||
- panels/
|
||||
- ../dashboards/configure-panels-visualizations/ # /docs/grafana/next/dashboards/configure-panels-visualizations/
|
||||
- ../features/panels/panels/ # /docs/grafana/next/features/panels/panels/
|
||||
- ../panels/ # /docs/grafana/next/panels/
|
||||
- ../panels-visualizations/ # /docs/grafana/next/panels-visualizations/
|
||||
keywords:
|
||||
- grafana
|
||||
- configure
|
||||
+7
-6
@@ -1,11 +1,12 @@
|
||||
---
|
||||
aliases:
|
||||
- ../linking/data-link-variables/
|
||||
- ../linking/data-links/
|
||||
- ../panels/configure-data-links/
|
||||
- ../reference/datalinks/
|
||||
- ../variables/url-variables/
|
||||
- ../variables/variable-types/url-variables/
|
||||
- ../../linking/data-link-variables/ # /docs/grafana/next/linking/data-link-variables/
|
||||
- ../../linking/data-links/ # /docs/grafana/next/linking/data-links/
|
||||
- ../../panels/configure-data-links/ # /docs/grafana/next/panels/configure-data-links/
|
||||
- ../../reference/datalinks/ # /docs/grafana/next/reference/datalinks/
|
||||
- ../../variables/url-variables/ # /docs/grafana/next/variables/url-variables/
|
||||
- ../../variables/variable-types/url-variables/ # /docs/grafana/next/variables/variable-types/url-variables/
|
||||
- ../../panels-visualizations/configure-data-links/ # /docs/grafana/next/panels-visualizations/configure-data-links/
|
||||
keywords:
|
||||
- grafana
|
||||
- url variables
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/working-with-panels/configure-legend/
|
||||
- visualizations/configure-legend/
|
||||
- ../../panels/working-with-panels/configure-legend/ # /docs/grafana/next/panels/working-with-panels/configure-legend/
|
||||
- ../../panels-visualizations/visualizations/configure-legend/ # /docs/grafana/next/panels-visualizations/visualizations/configure-legend/
|
||||
- ../../panels-visualizations/configure-legend/ # /docs/grafana/next/panels-visualizations/configure-legend/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+9
-8
@@ -1,13 +1,14 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/configure-overrides/
|
||||
- ../panels/field-overrides/
|
||||
- ../panels/override-field-values/
|
||||
- ../panels/override-field-values/about-field-overrides/
|
||||
- ../panels/override-field-values/add-a-field-override/
|
||||
- ../panels/override-field-values/delete-a-field-override/
|
||||
- ../panels/override-field-values/edit-field-override/
|
||||
- ../panels/override-field-values/view-field-override/
|
||||
- ../../panels/configure-overrides/ # /docs/grafana/next/panels/configure-overrides/
|
||||
- ../../panels/field-overrides/ # /docs/grafana/next/panels/field-overrides/
|
||||
- ../../panels/override-field-values/ # /docs/grafana/next/panels/override-field-values/
|
||||
- ../../panels/override-field-values/about-field-overrides/ # /docs/grafana/next/panels/override-field-values/about-field-overrides/
|
||||
- ../../panels/override-field-values/add-a-field-override/ # /docs/grafana/next/panels/override-field-values/add-a-field-override/
|
||||
- ../../panels/override-field-values/delete-a-field-override/ # /docs/grafana/next/panels/override-field-values/delete-a-field-override/
|
||||
- ../../panels/override-field-values/edit-field-override/ # /docs/grafana/next/panels/override-field-values/edit-field-override/
|
||||
- ../../panels/override-field-values/view-field-override/ # /docs/grafana/next/panels/override-field-values/view-field-override/
|
||||
- ../../panels-visualizations/configure-overrides/ # /docs/grafana/next/panels-visualizations/configure-overrides/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+6
-5
@@ -1,10 +1,11 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/add-panels-dynamically/
|
||||
- ../panels/configure-panel-options/
|
||||
- ../panels/repeat-panels-or-rows/
|
||||
- ../panels/working-with-panels/add-title-and-description/
|
||||
- ../panels/working-with-panels/view-json-model/
|
||||
- ../../panels/add-panels-dynamically/ # /docs/grafana/next/panels/add-panels-dynamically/
|
||||
- ../../panels/configure-panel-options/ # /docs/grafana/next/panels/configure-panel-options/
|
||||
- ../../panels/repeat-panels-or-rows/ # /docs/grafana/next/panels/repeat-panels-or-rows/
|
||||
- ../../panels/working-with-panels/add-title-and-description/ # /docs/grafana/next/panels/working-with-panels/add-title-and-description/
|
||||
- ../../panels/working-with-panels/view-json-model/ # /docs/grafana/next/panels/working-with-panels/view-json-model/
|
||||
- ../../panels-visualizations/configure-panel-options/ # /docs/grafana/next/panels-visualizations/configure-panel-options/
|
||||
keywords:
|
||||
- panel
|
||||
- dynamic
|
||||
+9
-8
@@ -1,13 +1,14 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/apply-color-to-series/
|
||||
- ../panels/configure-standard-options/
|
||||
- ../panels/field-options/
|
||||
- ../panels/field-options/standard-field-options/
|
||||
- ../panels/reference-standard-field-definitions/
|
||||
- ../panels/standard-field-definitions/
|
||||
- ../panels/working-with-panels/format-standard-fields/
|
||||
- ../panels/field-configuration-options/ # /docs/grafana/latest/panels/field-configuration-options/
|
||||
- ../../panels/apply-color-to-series/ # /docs/grafana/next/panels/apply-color-to-series/
|
||||
- ../../panels/configure-standard-options/ # /docs/grafana/next/panels/configure-standard-options/
|
||||
- ../../panels/field-options/ # /docs/grafana/next/panels/field-options/
|
||||
- ../../panels/field-options/standard-field-options/ # /docs/grafana/next/panels/field-options/standard-field-options/
|
||||
- ../../panels/reference-standard-field-definitions/ # /docs/grafana/next/panels/reference-standard-field-definitions/
|
||||
- ../../panels/standard-field-definitions/ # /docs/grafana/next/panels/standard-field-definitions/
|
||||
- ../../panels/working-with-panels/format-standard-fields/ # /docs/grafana/next/panels/working-with-panels/format-standard-fields/
|
||||
- ../../panels/field-configuration-options/ # /docs/grafana/next/panels/field-configuration-options/
|
||||
- ../../panels-visualizations/configure-standard-options/ # /docs/grafana/next/panels-visualizations/configure-standard-options/
|
||||
keywords:
|
||||
- panel
|
||||
- dashboard
|
||||
+8
-7
@@ -1,12 +1,13 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/
|
||||
- ../panels/configure-thresholds/
|
||||
- ../panels/specify-thresholds/about-thresholds/
|
||||
- ../panels/specify-thresholds/add-a-threshold/
|
||||
- ../panels/specify-thresholds/add-threshold-to-graph/
|
||||
- ../panels/specify-thresholds/delete-a-threshold/
|
||||
- ../panels/thresholds/
|
||||
- ../../panels/ # /docs/grafana/next/panels/
|
||||
- ../../panels/configure-thresholds/ # /docs/grafana/next/panels/configure-thresholds/
|
||||
- ../../panels/specify-thresholds/about-thresholds/ # /docs/grafana/next/panels/specify-thresholds/about-thresholds/
|
||||
- ../../panels/specify-thresholds/add-a-threshold/ # /docs/grafana/next/panels/specify-thresholds/add-a-threshold/
|
||||
- ../../panels/specify-thresholds/add-threshold-to-graph/ # /docs/grafana/next/panels/specify-thresholds/add-threshold-to-graph/
|
||||
- ../../panels/specify-thresholds/delete-a-threshold/ # /docs/grafana/next/panels/specify-thresholds/delete-a-threshold/
|
||||
- ../../panels/thresholds/ # /docs/grafana/next/panels/thresholds/
|
||||
- ../../panels-visualizations/configure-thresholds/ # /docs/grafana/next/panels-visualizations/configure-thresholds/
|
||||
description: Configure thresholds in your visualizations
|
||||
labels:
|
||||
products:
|
||||
+10
-9
@@ -1,14 +1,15 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/configure-value-mappings/
|
||||
- ../panels/format-data/
|
||||
- ../panels/format-data/about-value-mapping/
|
||||
- ../panels/format-data/edit-value-mapping/
|
||||
- ../panels/format-data/map-a-range/
|
||||
- ../panels/format-data/map-a-regular-expression/
|
||||
- ../panels/format-data/map-a-special-value/
|
||||
- ../panels/format-data/map-a-value/
|
||||
- ../panels/value-mappings/
|
||||
- ../../configure-value-mappings/ # /docs/grafana/next/panels/configure-value-mappings/
|
||||
- ../../panels/format-data/ # /docs/grafana/next/panels/format-data/
|
||||
- ../../panels/format-data/about-value-mapping/ # /docs/grafana/next/panels/format-data/about-value-mapping/
|
||||
- ../../panels/format-data/edit-value-mapping/ # /docs/grafana/next/panels/format-data/edit-value-mapping/
|
||||
- ../../panels/format-data/map-a-range/ # /docs/grafana/next/panels/format-data/map-a-range/
|
||||
- ../../panels/format-data/map-a-regular-expression/ # /docs/grafana/next/panels/format-data/map-a-regular-expression/
|
||||
- ../../panels/format-data/map-a-special-value/ # /docs/grafana/next/panels/format-data/map-a-special-value/
|
||||
- ../../panels/format-data/map-a-value/ # /docs/grafana/next/panels/format-data/map-a-value/
|
||||
- ../../panels/value-mappings/ # /docs/grafana/next/panels/value-mappings/
|
||||
- ../../panels-visualizations/configure-value-mappings/ # /docs/grafana/next/panels-visualizations/configure-value-mappings/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+11
-10
@@ -1,15 +1,16 @@
|
||||
---
|
||||
aliases:
|
||||
- ../dashboards/add-organize-panels/
|
||||
- ../dashboards/dashboard-create/
|
||||
- ../panels/add-panels-dynamically/about-repeating-panels-rows/
|
||||
- ../panels/add-panels-dynamically/configure-repeating-panels/
|
||||
- ../panels/add-panels-dynamically/configure-repeating-rows/
|
||||
- ../panels/working-with-panels/
|
||||
- ../panels/working-with-panels/add-panel/
|
||||
- ../panels/working-with-panels/navigate-inspector-panel/
|
||||
- ../panels/working-with-panels/navigate-panel-editor/
|
||||
- add-organize-panels/
|
||||
- ../../dashboards/add-organize-panels/ # /docs/grafana/next/dashboards/add-organize-panels/
|
||||
- ../../dashboards/dashboard-create/ # /docs/grafana/next/dashboards/dashboard-create/
|
||||
- ../../panels/add-panels-dynamically/about-repeating-panels-rows/ # /docs/grafana/next/panels/add-panels-dynamically/about-repeating-panels-rows/
|
||||
- ../../panels/add-panels-dynamically/configure-repeating-panels/ # /docs/grafana/next/panels/add-panels-dynamically/configure-repeating-panels/
|
||||
- ../../panels/add-panels-dynamically/configure-repeating-rows/ # /docs/grafana/next/panels/add-panels-dynamically/configure-repeating-rows/
|
||||
- ../../panels/working-with-panels/ # /docs/grafana/next/panels/working-with-panels/
|
||||
- ../../panels/working-with-panels/add-panel/ # /docs/grafana/next/panels/working-with-panels/add-panel/
|
||||
- ../../panels/working-with-panels/navigate-inspector-panel/ # /docs/grafana/next/panels/working-with-panels/navigate-inspector-panel/
|
||||
- ../../panels/working-with-panels/navigate-panel-editor/ # /docs/grafana/next/panels/working-with-panels/navigate-panel-editor/
|
||||
- ../../panels-visualizations/add-organize-panels/ # /docs/grafana/next/panels-visualizations/add-organize-panels/
|
||||
- ../../panels-visualizations/panel-editor-overview/ # /docs/grafana/next/panels-visualizations/panel-editor-overview/
|
||||
keywords:
|
||||
- panel
|
||||
- dashboard
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/query-a-data-source/download-raw-query-results/
|
||||
- ../panels/query-a-data-source/inspect-query-performance/
|
||||
- ../panels/query-a-data-source/inspect-request-and-response-data/
|
||||
- ../panels/working-with-panels/navigate-inspector-panel/
|
||||
- ../../panels/query-a-data-source/download-raw-query-results/ # /docs/grafana/next/panels/query-a-data-source/download-raw-query-results/
|
||||
- ../../panels/query-a-data-source/inspect-query-performance/ # /docs/grafana/next/panels/query-a-data-source/inspect-query-performance/
|
||||
- ../../panels/query-a-data-source/inspect-request-and-response-data/ # /docs/grafana/next/panels/query-a-data-source/inspect-request-and-response-data/
|
||||
- ../../panels/working-with-panels/navigate-inspector-panel/ # /docs/grafana/next/panels/working-with-panels/navigate-inspector-panel/
|
||||
- ../../panels-visualizations/panel-inspector/ # /docs/grafana/next/panels-visualizations/panel-inspector/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+2
@@ -102,6 +102,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/configure-thresholds/
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana-cloud/visualizations/panels-visualizations/configure-thresholds/
|
||||
aliases:
|
||||
- ../../panels-visualizations/panel-overview/ # /docs/grafana/next/panels-visualizations/panel-overview/
|
||||
---
|
||||
|
||||
# Panel overview
|
||||
+14
-13
@@ -1,18 +1,19 @@
|
||||
---
|
||||
aliases:
|
||||
- ../panels/expressions/
|
||||
- ../panels/inspect-panel/
|
||||
- ../panels/queries/
|
||||
- ../panels/query-a-data-source/
|
||||
- ../panels/query-a-data-source/about-queries/
|
||||
- ../panels/query-a-data-source/add-a-query/
|
||||
- ../panels/query-a-data-source/manage-queries/
|
||||
- ../panels/query-a-data-source/navigate-query-tab/
|
||||
- ../panels/query-options/
|
||||
- ../panels/reference-query-options/
|
||||
- ../panels/share-query-results/
|
||||
- manage-queries/
|
||||
- query-options/
|
||||
- ../../panels-visualizations/manage-queries/ # /docs/grafana/next/panels-visualizations/manage-queries/
|
||||
- ../../panels-visualizations/query-options/ # /docs/grafana/next/panels-visualizations/query-options/
|
||||
- ../../panels-visualizations/query-transform-data/ # /docs/grafana/next/panels-visualizations/query-transform-data/
|
||||
- ../../panels/expressions/ # /docs/grafana/next/panels/expressions/
|
||||
- ../../panels/inspect-panel/ # /docs/grafana/next/panels/inspect-panel/
|
||||
- ../../panels/queries/ # /docs/grafana/next/panels/queries/
|
||||
- ../../panels/query-a-data-source/ # /docs/grafana/next/panels/query-a-data-source/
|
||||
- ../../panels/query-a-data-source/about-queries/ # /docs/grafana/next/panels/query-a-data-source/about-queries/
|
||||
- ../../panels/query-a-data-source/add-a-query/ # /docs/grafana/next/panels/query-a-data-source/add-a-query/
|
||||
- ../../panels/query-a-data-source/manage-queries/ # /docs/grafana/next/panels/query-a-data-source/manage-queries/
|
||||
- ../../panels/query-a-data-source/navigate-query-tab/ # /docs/grafana/next/panels/query-a-data-source/navigate-query-tab/
|
||||
- ../../panels/query-options/ # /docs/grafana/next/panels/query-options/
|
||||
- ../../panels/reference-query-options/ # /docs/grafana/next/panels/reference-query-options/
|
||||
- ../../panels/share-query-results/ # /docs/grafana/next/panels/share-query-results/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/calculation-types/ # /docs/grafana/<GRAFANA_VERSION>/panels/calculation-types/
|
||||
- ../../panels/calculations-list/ # /docs/grafana/<GRAFANA_VERSION>/panels/calculations-list/
|
||||
- ../../panels/reference-calculation-types/ # /docs/grafana/<GRAFANA_VERSION>/panels/reference-calculation-types/
|
||||
- ../calculation-types/ # /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/calculation-types/
|
||||
- ../../../panels-visualizations/calculation-types/ # /docs/grafana/next/panels-visualizations/calculation-types/
|
||||
- ../../../panels-visualizations/query-transform-data/calculation-types/ # /docs/grafana/next/panels-visualizations/query-transform-data/calculation-types/
|
||||
- ../../../panels/calculation-types/ # /docs/grafana/<GRAFANA_VERSION>/panels/calculation-types/
|
||||
- ../../../panels/calculations-list/ # /docs/grafana/<GRAFANA_VERSION>/panels/calculations-list/
|
||||
- ../../../panels/reference-calculation-types/ # /docs/grafana/<GRAFANA_VERSION>/panels/reference-calculation-types/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/query-a-data-source/use-expressions-to-manipulate-data/
|
||||
- ../../panels/query-a-data-source/use-expressions-to-manipulate-data/about-expressions/
|
||||
- ../../panels/query-a-data-source/use-expressions-to-manipulate-data/write-an-expression/
|
||||
- ./
|
||||
- ../../../panels-visualizations/query-transform-data/ # /docs/grafana/next/panels-visualizations/query-transform-data/
|
||||
- ../../../panels-visualizations/query-transform-data/expression-queries/ # /docs/grafana/next/panels-visualizations/query-transform-data/expression-queries/
|
||||
- ../../../panels/query-a-data-source/use-expressions-to-manipulate-data/ # /docs/grafana/next/panels/query-a-data-source/use-expressions-to-manipulate-data/
|
||||
- ../../../panels/query-a-data-source/use-expressions-to-manipulate-data/about-expressions/ # /docs/grafana/next/panels/query-a-data-source/use-expressions-to-manipulate-data/about-expressions/
|
||||
- ../../../panels/query-a-data-source/use-expressions-to-manipulate-data/write-an-expression/ # /docs/grafana/next/panels/query-a-data-source/use-expressions-to-manipulate-data/write-an-expression/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/query-a-data-source/share-query/
|
||||
- ../../../panels/query-a-data-source/share-query/ # /docs/grafana/next/panels/query-a-data-source/share-query/
|
||||
- ../../../panels-visualizations/query-transform-data/share-query/ # /docs/grafana/next/panels-visualizations/query-transform-data/share-query/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+14
-14
@@ -18,21 +18,21 @@ comments: |
|
||||
Browse to http://localhost:3003/docs/grafana/latest/panels-visualizations/query-transform-data/transform-data/
|
||||
|
||||
Refer to ./docs/README.md "Content guidelines" for more information about editing and building these docs.
|
||||
|
||||
aliases:
|
||||
- ../../panels/reference-transformation-functions/
|
||||
- ../../panels/transform-data/
|
||||
- ../../panels/transform-data/about-transformation/
|
||||
- ../../panels/transform-data/add-transformation-to-data/
|
||||
- ../../panels/transform-data/apply-transformation-to-data/
|
||||
- ../../panels/transform-data/debug-transformation/
|
||||
- ../../panels/transform-data/delete-transformation/
|
||||
- ../../panels/transform-data/transformation-functions/
|
||||
- ../../panels/transformations/
|
||||
- ../../panels/transformations/apply-transformations/
|
||||
- ../../panels/transformations/config-from-query/
|
||||
- ../../panels/transformations/rows-to-fields/
|
||||
- ../../panels/transformations/types-options/
|
||||
- ../../../panels/transform-data/ # /docs/grafana/next/panels/transform-data/
|
||||
- ../../../panels/transform-data/about-transformation/ # /docs/grafana/next/panels/transform-data/about-transformation/
|
||||
- ../../../panels/transform-data/add-transformation-to-data/ # /docs/grafana/next/panels/transform-data/add-transformation-to-data/
|
||||
- ../../../panels/transform-data/apply-transformation-to-data/ # /docs/grafana/next/panels/transform-data/apply-transformation-to-data/
|
||||
- ../../../panels/transform-data/debug-transformation/ # /docs/grafana/next/panels/transform-data/debug-transformation/
|
||||
- ../../../panels/transform-data/delete-transformation/ # /docs/grafana/next/panels/transform-data/delete-transformation/
|
||||
- ../../../panels/transform-data/transformation-functions/ # /docs/grafana/next/panels/transform-data/transformation-functions/
|
||||
- ../../../panels/transformations/ # /docs/grafana/next/panels/transformations/
|
||||
- ../../../panels/transformations/apply-transformations/ # /docs/grafana/next/panels/transformations/apply-transformations/
|
||||
- ../../../panels/transformations/config-from-query/ # /docs/grafana/next/panels/transformations/config-from-query/
|
||||
- ../../../panels/transformations/rows-to-fields/ # /docs/grafana/next/panels/transformations/rows-to-fields/
|
||||
- ../../../panels/transformations/types-options/ # /docs/grafana/next/panels/transformations/types-options/
|
||||
- ../../../panels/reference-transformation-functions/ # /docs/grafana/next/panels/reference-transformation-functions/
|
||||
- ../../../panels-visualizations/query-transform-data/transform-data/ # /docs/grafana/next/panels-visualizations/query-transform-data/transform-data/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../troubleshooting/troubleshoot-queries/
|
||||
- ../../../troubleshooting/troubleshoot-queries/ # /docs/grafana/next/troubleshooting/troubleshoot-queries/
|
||||
- ../../../panels-visualizations/query-transform-data/troubleshoot-queries/ # /docs/grafana/next/panels-visualizations/query-transform-data/troubleshoot-queries/
|
||||
description: Troubleshoot Grafana queries
|
||||
keywords:
|
||||
- grafana
|
||||
+7
-6
@@ -1,11 +1,12 @@
|
||||
---
|
||||
aliases:
|
||||
- ../features/panels/graph/
|
||||
- ../panels/visualizations/
|
||||
- ../panels/visualizations/graph-panel/
|
||||
- ../reference/graph/
|
||||
- ../visualizations/
|
||||
- ../visualizations/graph-panel/
|
||||
- ../../features/panels/graph/ # /docs/grafana/next/features/panels/graph/
|
||||
- ../../panels-visualizations/visualizations/ # /docs/grafana/next/panels-visualizations/visualizations/
|
||||
- ../../panels/visualizations/ # /docs/grafana/next/panels/visualizations/
|
||||
- ../../panels/visualizations/graph-panel/ # /docs/grafana/next/panels/visualizations/graph-panel/
|
||||
- ../../reference/graph/ # /docs/grafana/next/reference/graph/
|
||||
- ../../visualizations/ # /docs/grafana/next/visualizations/
|
||||
- ../../visualizations/graph-panel/ # /docs/grafana/next/visualizations/graph-panel/
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/alertlist/
|
||||
- ../../panels/visualizations/alert-list-panel/
|
||||
- ../../reference/alertlist/
|
||||
- ../../visualizations/alert-list-panel/
|
||||
- ../../../features/panels/alertlist/ # /docs/grafana/next/features/panels/alertlist/
|
||||
- ../../../panels-visualizations/visualizations/alert-list/ # /docs/grafana/next/panels-visualizations/visualizations/alert-list/
|
||||
- ../../../panels/visualizations/alert-list-panel/ # /docs/grafana/next/panels/visualizations/alert-list-panel/
|
||||
- ../../../reference/alertlist/ # /docs/grafana/next/reference/alertlist/
|
||||
- ../../../visualizations/alert-list-panel/ # /docs/grafana/next/visualizations/alert-list-panel/
|
||||
keywords:
|
||||
- grafana
|
||||
- alert list
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/annotations/
|
||||
- ../../panels/visualizations/annotations/
|
||||
- ../../visualizations/annotations/
|
||||
- ../../../features/panels/annotations/ # /docs/grafana/next/features/panels/annotations/
|
||||
- ../../../panels/visualizations/annotations/ # /docs/grafana/next/panels/visualizations/annotations/
|
||||
- ../../annotations/ # /docs/grafana/next/visualizations/annotations/
|
||||
- ../../../panels-visualizations/visualizations/annotations/ # /docs/grafana/next/panels-visualizations/visualizations/annotations/
|
||||
description: Configure options for Grafana's annotations list visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/visualizations/bar-chart/
|
||||
- ../../visualizations/bar-chart/
|
||||
- ../../../panels/visualizations/bar-chart/ # /docs/grafana/next/panels/visualizations/bar-chart/
|
||||
- ../../bar-chart/ # /docs/grafana/next/visualizations/bar-chart/
|
||||
- ../../../panels-visualizations/visualizations/bar-chart/ # /docs/grafana/next/panels-visualizations/visualizations/bar-chart/
|
||||
description: Configure options for Grafana's bar chart visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/bar_gauge/
|
||||
- ../../panels/visualizations/bar-gauge-panel/
|
||||
- ../../visualizations/bar-gauge-panel/
|
||||
- ../../../features/panels/bar_gauge/ # /docs/grafana/next/features/panels/bar_gauge/
|
||||
- ../../../panels/visualizations/bar-gauge-panel/ # /docs/grafana/next/panels/visualizations/bar-gauge-panel/
|
||||
- ../../bar-gauge-panel/ # /docs/grafana/next/visualizations/bar-gauge-panel/
|
||||
- ../../../panels-visualizations/visualizations/bar-gauge/ # /docs/grafana/next/panels-visualizations/visualizations/bar-gauge/
|
||||
description: Configure options for Grafana's bar gauge visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/candlestick/
|
||||
- ../../panels/visualizations/candlestick/
|
||||
- ../../visualizations/candlestick/
|
||||
- ../../../features/panels/candlestick/ # /docs/grafana/next/features/panels/candlestick/
|
||||
- ../../../panels/visualizations/candlestick/ # /docs/grafana/next/panels/visualizations/candlestick/
|
||||
- ../../candlestick/ # /docs/grafana/next/visualizations/candlestick/
|
||||
- ../../../panels-visualizations/visualizations/candlestick/ # /docs/grafana/next/panels-visualizations/visualizations/candlestick/
|
||||
description: Configure options for Grafana's candlestick visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/canvas/
|
||||
- ../../visualizations/canvas/
|
||||
- ../../../features/panels/canvas/ # /docs/grafana/next/features/panels/canvas/
|
||||
- ../../canvas/ # /docs/grafana/next/visualizations/canvas/
|
||||
- ../../../panels-visualizations/visualizations/canvas/ # /docs/grafana/next/panels-visualizations/visualizations/canvas/
|
||||
description: Configure options for Grafana's canvas visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/dashlist/
|
||||
- ../../panels/visualizations/dashboard-list-panel/
|
||||
- ../../reference/dashlist/
|
||||
- ../../visualizations/dashboard-list-panel/
|
||||
- ../../../features/panels/dashlist/ # /docs/grafana/next/features/panels/dashlist/
|
||||
- ../../../panels/visualizations/dashboard-list-panel/ # /docs/grafana/next/panels/visualizations/dashboard-list-panel/
|
||||
- ../../../reference/dashlist/ # /docs/grafana/next/reference/dashlist/
|
||||
- ../../dashboard-list-panel/ # /docs/grafana/next/visualizations/dashboard-list-panel/
|
||||
- ../../../panels-visualizations/visualizations/dashboard-list/ # /docs/grafana/next/panels-visualizations/visualizations/dashboard-list/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard list
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/datagrid_panel/
|
||||
- ../../reference/datagrid/
|
||||
- ../../visualizations/datagrid/
|
||||
- ../../../features/panels/datagrid_panel/ # /docs/grafana/next/features/panels/datagrid_panel/
|
||||
- ../../../reference/datagrid/ # /docs/grafana/next/reference/datagrid/
|
||||
- ../../datagrid/ # /docs/grafana/next/visualizations/datagrid/
|
||||
- ../../../panels-visualizations/visualizations/datagrid/ # /docs/grafana/next/panels-visualizations/visualizations/datagrid/
|
||||
description: Configure options for Grafana's datagrid visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../visualizations/flame-graph/
|
||||
- ../../flame-graph/ # /docs/grafana/next/visualizations/flame-graph/
|
||||
- ../../../panels-visualizations/visualizations/flame-graph/ # /docs/grafana/next/panels-visualizations/visualizations/flame-graph/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/gauge/
|
||||
- ../../panels/visualizations/gauge-panel/
|
||||
- ../../visualizations/gauge-panel/
|
||||
- ../../../features/panels/gauge/ # /docs/grafana/next/features/panels/gauge/
|
||||
- ../../../panels/visualizations/gauge-panel/ # /docs/grafana/next/panels/visualizations/gauge-panel/
|
||||
- ../../gauge-panel/ # /docs/grafana/next/visualizations/gauge-panel/
|
||||
- ../../../panels-visualizations/visualizations/gauge/ # /docs/grafana/next/panels-visualizations/visualizations/gauge/
|
||||
description: Configure options for Grafana's gauge visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+22
-21
@@ -1,26 +1,27 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/geomap/
|
||||
- ../../features/panels/geomap/arcgis/
|
||||
- ../../features/panels/geomap/carto/
|
||||
- ../../features/panels/geomap/controls/
|
||||
- ../../features/panels/geomap/daynight/
|
||||
- ../../features/panels/geomap/geojson/
|
||||
- ../../features/panels/geomap/heatmap/
|
||||
- ../../features/panels/geomap/markers/
|
||||
- ../../features/panels/geomap/osm/
|
||||
- ../../features/panels/geomap/zyx/
|
||||
- ../../panels/visualizations/geomap/
|
||||
- ../../panels/visualizations/geomap/arcgis/
|
||||
- ../../panels/visualizations/geomap/carto/
|
||||
- ../../panels/visualizations/geomap/controls/
|
||||
- ../../panels/visualizations/geomap/daynight/
|
||||
- ../../panels/visualizations/geomap/geojson/
|
||||
- ../../panels/visualizations/geomap/heatmap/
|
||||
- ../../panels/visualizations/geomap/markers/
|
||||
- ../../panels/visualizations/geomap/osm/
|
||||
- ../../panels/visualizations/geomap/zyx/
|
||||
- ../../visualizations/geomap/
|
||||
- ../../../features/panels/geomap/ # /docs/grafana/next/features/panels/geomap/
|
||||
- ../../../features/panels/geomap/arcgis/ # /docs/grafana/next/features/panels/geomap/arcgis/
|
||||
- ../../../features/panels/geomap/carto/ # /docs/grafana/next/features/panels/geomap/carto/
|
||||
- ../../../features/panels/geomap/controls/ # /docs/grafana/next/features/panels/geomap/controls/
|
||||
- ../../../features/panels/geomap/daynight/ # /docs/grafana/next/features/panels/geomap/daynight/
|
||||
- ../../../features/panels/geomap/geojson/ # /docs/grafana/next/features/panels/geomap/geojson/
|
||||
- ../../../features/panels/geomap/heatmap/ # /docs/grafana/next/features/panels/geomap/heatmap/
|
||||
- ../../../features/panels/geomap/markers/ # /docs/grafana/next/features/panels/geomap/markers/
|
||||
- ../../../features/panels/geomap/osm/ # /docs/grafana/next/features/panels/geomap/osm/
|
||||
- ../../../features/panels/geomap/zyx/ # /docs/grafana/next/features/panels/geomap/zyx/
|
||||
- ../../../panels/visualizations/geomap/ # /docs/grafana/next/panels/visualizations/geomap/
|
||||
- ../../../panels/visualizations/geomap/arcgis/ # /docs/grafana/next/panels/visualizations/geomap/arcgis/
|
||||
- ../../../panels/visualizations/geomap/carto/ # /docs/grafana/next/panels/visualizations/geomap/carto/
|
||||
- ../../../panels/visualizations/geomap/controls/ # /docs/grafana/next/panels/visualizations/geomap/controls/
|
||||
- ../../../panels/visualizations/geomap/daynight/ # /docs/grafana/next/panels/visualizations/geomap/daynight/
|
||||
- ../../../panels/visualizations/geomap/geojson/ # /docs/grafana/next/panels/visualizations/geomap/geojson/
|
||||
- ../../../panels/visualizations/geomap/heatmap/ # /docs/grafana/next/panels/visualizations/geomap/heatmap/
|
||||
- ../../../panels/visualizations/geomap/markers/ # /docs/grafana/next/panels/visualizations/geomap/markers/
|
||||
- ../../../panels/visualizations/geomap/osm/ # /docs/grafana/next/panels/visualizations/geomap/osm/
|
||||
- ../../../panels/visualizations/geomap/zyx/ # /docs/grafana/next/panels/visualizations/geomap/zyx/
|
||||
- ../../../visualizations/geomap/ # /docs/grafana/visualizations/geomap/
|
||||
- ../../../panels-visualizations/visualizations/geomap/ # /docs/grafana/next/panels-visualizations/visualizations/geomap/
|
||||
description: Configure options for Grafana's geomap visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/heatmap/
|
||||
- ../../visualizations/heatmap/
|
||||
- ../../../features/panels/heatmap/ # /docs/grafana/next/features/panels/heatmap/
|
||||
- ../../heatmap/ # /docs/grafana/next/visualizations/heatmap/
|
||||
- ../../../panels-visualizations/visualizations/heatmap/ # /docs/grafana/next/panels-visualizations/visualizations/heatmap/
|
||||
description: Configure options for Grafana's heatmap visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+4
-3
@@ -1,8 +1,9 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/histogram/
|
||||
- ../../panels/visualizations/histogram/
|
||||
- ../../visualizations/histogram/
|
||||
- ../../../features/panels/histogram/ # /docs/grafana/next/features/panels/histogram/
|
||||
- ../../../panels/visualizations/histogram/ # /docs/grafana/next/panels/visualizations/histogram/
|
||||
- ../../../visualizations/histogram/ # /docs/grafana/next/visualizations/histogram/
|
||||
- ../../../panels-visualizations/visualizations/histogram/ # /docs/grafana/next/panels-visualizations/visualizations/histogram/
|
||||
description: Configure options for Grafana's histogram visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/logs/
|
||||
- ../../panels/visualizations/logs-panel/
|
||||
- ../../reference/logs/
|
||||
- ../../visualizations/logs-panel/
|
||||
- ../../../features/panels/logs/ # /docs/grafana/next/features/panels/logs/
|
||||
- ../../../panels/visualizations/logs-panel/ # /docs/grafana/next/panels/visualizations/logs-panel/
|
||||
- ../../../reference/logs/ # /docs/grafana/next/reference/logs/
|
||||
- ../../logs-panel/ # /docs/grafana/next/visualizations/logs-panel/
|
||||
- ../../../panels-visualizations/visualizations/logs/ # /docs/grafana/next/panels-visualizations/visualizations/logs/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/visualizations/news-graph/
|
||||
- ../../visualizations/news-panel/
|
||||
- ../../../panels/visualizations/news-graph/ # /docs/grafana/next/panels/visualizations/news-graph/
|
||||
- ../../news-panel/ # /docs/grafana/next/visualizations/news-panel/
|
||||
- ../../../panels-visualizations/visualizations/news/ # /docs/grafana/next/panels-visualizations/visualizations/news/
|
||||
keywords:
|
||||
- grafana
|
||||
- news
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/visualizations/node-graph/
|
||||
- ../../visualizations/node-graph/
|
||||
- ../../../panels-visualizations/visualizations/node-graph/ # /docs/grafana/next/panels-visualizations/visualizations/node-graph/
|
||||
- ../../../panels/visualizations/node-graph/ # /docs/grafana/next/panels/visualizations/node-graph/
|
||||
- ../../../visualizations/node-graph/ # /docs/grafana/next/visualizations/node-graph/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/visualizations/pie-chart-pane/
|
||||
- ../../visualizations/pie-chart-panel/
|
||||
- ../../../panels/visualizations/pie-chart-pane/ # /docs/grafana/next/panels/visualizations/pie-chart-pane/
|
||||
- ../../pie-chart-panel/ # /docs/grafana/next/visualizations/pie-chart-panel/
|
||||
- ../../../panels-visualizations/visualizations/pie-chart/ # /docs/grafana/next/panels-visualizations/visualizations/pie-chart/
|
||||
keywords:
|
||||
- grafana
|
||||
- pie chart
|
||||
+6
-5
@@ -1,10 +1,11 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/singlestat/
|
||||
- ../../features/panels/stat/
|
||||
- ../../panels/visualizations/stat-panel/
|
||||
- ../../reference/singlestat/
|
||||
- ../../visualizations/stat-panel/
|
||||
- ../../../features/panels/singlestat/ # /docs/grafana/next/features/panels/singlestat/
|
||||
- ../../../features/panels/stat/ # /docs/grafana/next/features/panels/stat/
|
||||
- ../../../panels/visualizations/stat-panel/ # /docs/grafana/next/panels/visualizations/stat-panel/
|
||||
- ../../../reference/singlestat/ # /docs/grafana/next/reference/singlestat/
|
||||
- ../../stat-panel/ # /docs/grafana/next/visualizations/stat-panel/
|
||||
- ../../../panels-visualizations/visualizations/stat/ # /docs/grafana/next/panels-visualizations/visualizations/stat/
|
||||
description: Configure options for Grafana's stat visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/visualizations/state-timeline/
|
||||
- ../../visualizations/state-timeline/
|
||||
- ../../../panels/visualizations/state-timeline/ # /docs/grafana/next/panels/visualizations/state-timeline/
|
||||
- ../../state-timeline/ # /docs/grafana/next/visualizations/state-timeline/
|
||||
- ../../../panels-visualizations/visualizations/state-timeline/ # /docs/grafana/next/panels-visualizations/visualizations/state-timeline/
|
||||
description: Configure options for Grafana's state timeline visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../panels/visualizations/status-history/
|
||||
- ../../visualizations/status-history/
|
||||
- ../../../panels/visualizations/status-history/ # /docs/grafana/next/panels/visualizations/status-history/
|
||||
- ../../status-history/ # /docs/grafana/next/visualizations/status-history/
|
||||
- ../../../panels-visualizations/visualizations/status-history/ # /docs/grafana/next/panels-visualizations/visualizations/status-history/
|
||||
description: Configure options for Grafana's status history visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+7
-6
@@ -1,11 +1,12 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/table_panel/
|
||||
- ../../panels/visualizations/table/filter-table-columns/
|
||||
- ../../reference/table/
|
||||
- ../../visualizations/table/
|
||||
- ../../visualizations/table/filter-table-columns/
|
||||
- /docs/grafana/next/panels/visualizations/table/table-field-options/
|
||||
- ../../../features/panels/table_panel/ # /docs/grafana/next/features/panels/table_panel/
|
||||
- ../../../panels/visualizations/table/filter-table-columns/ # /docs/grafana/next/panels/visualizations/table/filter-table-columns/
|
||||
- ../../../reference/table/ # /docs/grafana/next/reference/table/
|
||||
- ../../table/ # /docs/grafana/next/visualizations/table/
|
||||
- ../../table/filter-table-columns/ # /docs/grafana/next/visualizations/table/filter-table-columns/
|
||||
- ../../../panels/visualizations/table/table-field-options/ # /docs/grafana/next/panels/visualizations/table/table-field-options/
|
||||
- ../../../panels-visualizations/visualizations/table/ # /docs/grafana/next/panels-visualizations/visualizations/table/
|
||||
description: Configure options for Grafana's table visualization
|
||||
keywords:
|
||||
- grafana
|
||||
+5
-4
@@ -1,9 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/text/
|
||||
- ../../panels/visualizations/text-panel/
|
||||
- ../../reference/alertlist/
|
||||
- ../../visualizations/text-panel/
|
||||
- ../../../features/panels/text/ # /docs/grafana/next/features/panels/text/
|
||||
- ../../../panels-visualizations/visualizations/text/ # /docs/grafana/next/panels-visualizations/visualizations/text/
|
||||
- ../../../panels/visualizations/text-panel/ # /docs/grafana/next/panels/visualizations/text-panel/
|
||||
- ../../../reference/alertlist/ # /docs/grafana/next/reference/alertlist/
|
||||
- ../../../visualizations/text-panel/ # /docs/grafana/next/visualizations/text-panel/
|
||||
keywords:
|
||||
- grafana
|
||||
- text
|
||||
+18
-17
@@ -1,22 +1,23 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../features/panels/histogram/
|
||||
- ../../panels/visualizations/time-series/
|
||||
- ../../panels/visualizations/time-series/annotate-time-series/
|
||||
- ../../panels/visualizations/time-series/change-axis-display/
|
||||
- ../../panels/visualizations/time-series/graph-color-scheme/
|
||||
- ../../panels/visualizations/time-series/graph-time-series-as-bars/
|
||||
- ../../panels/visualizations/time-series/graph-time-series-as-lines/
|
||||
- ../../panels/visualizations/time-series/graph-time-series-as-points/
|
||||
- ../../panels/visualizations/time-series/graph-time-series-stacking/
|
||||
- ../../visualizations/time-series/
|
||||
- ../../visualizations/time-series/annotate-time-series/
|
||||
- ../../visualizations/time-series/change-axis-display/
|
||||
- ../../visualizations/time-series/graph-color-scheme/
|
||||
- ../../visualizations/time-series/graph-time-series-as-bars/
|
||||
- ../../visualizations/time-series/graph-time-series-as-lines/
|
||||
- ../../visualizations/time-series/graph-time-series-as-points/
|
||||
- ../../visualizations/time-series/graph-time-series-stacking/
|
||||
- ../../../features/panels/histogram/ # /docs/grafana/next/features/panels/histogram/
|
||||
- ../../../panels/visualizations/time-series/ # /docs/grafana/next/panels/visualizations/time-series/
|
||||
- ../../../panels/visualizations/time-series/annotate-time-series/ # /docs/grafana/next/panels/visualizations/time-series/annotate-time-series/
|
||||
- ../../../panels/visualizations/time-series/change-axis-display/ # /docs/grafana/next/panels/visualizations/time-series/change-axis-display/
|
||||
- ../../../panels/visualizations/time-series/graph-color-scheme/ # /docs/grafana/next/panels/visualizations/time-series/graph-color-scheme/
|
||||
- ../../../panels/visualizations/time-series/graph-time-series-as-bars/ # /docs/grafana/next/panels/visualizations/time-series/graph-time-series-as-bars/
|
||||
- ../../../panels/visualizations/time-series/graph-time-series-as-lines/ # /docs/grafana/next/panels/visualizations/time-series/graph-time-series-as-lines/
|
||||
- ../../../panels/visualizations/time-series/graph-time-series-as-points/ # /docs/grafana/next/panels/visualizations/time-series/graph-time-series-as-points/
|
||||
- ../../../panels/visualizations/time-series/graph-time-series-stacking/ # /docs/grafana/next/panels/visualizations/time-series/graph-time-series-stacking/
|
||||
- ../../time-series/ # /docs/grafana/next/visualizations/time-series/
|
||||
- ../../time-series/annotate-time-series/ # /docs/grafana/next/visualizations/time-series/annotate-time-series/
|
||||
- ../../time-series/change-axis-display/ # /docs/grafana/next/visualizations/time-series/change-axis-display/
|
||||
- ../../time-series/graph-color-scheme/ # /docs/grafana/next/visualizations/time-series/graph-color-scheme/
|
||||
- ../../time-series/graph-time-series-as-bars/ # /docs/grafana/next/visualizations/time-series/graph-time-series-as-bars/
|
||||
- ../../time-series/graph-time-series-as-lines/ # /docs/grafana/next/visualizations/time-series/graph-time-series-as-lines/
|
||||
- ../../time-series/graph-time-series-as-points/ # /docs/grafana/next/visualizations/time-series/graph-time-series-as-points/
|
||||
- ../../time-series/graph-time-series-stacking/ # /docs/grafana/next/visualizations/time-series/graph-time-series-stacking/
|
||||
- ../../../panels-visualizations/visualizations/time-series/ # /docs/grafana/next/panels-visualizations/visualizations/time-series/
|
||||
keywords:
|
||||
- grafana
|
||||
- graph panel
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../visualizations/traces/
|
||||
- ../../traces/ # /docs/grafana/next/visualizations/traces/
|
||||
- ../../../panels-visualizations/visualizations/traces/ # /docs/grafana/next/panels-visualizations/visualizations/traces/
|
||||
keywords:
|
||||
- grafana
|
||||
- dashboard
|
||||
+2
@@ -21,6 +21,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/visualizations/time-series/
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana-cloud/visualizations/panels-visualizations/visualizations/time-series/
|
||||
aliases:
|
||||
- ../../../panels-visualizations/visualizations/trend/ # /docs/grafana/next/panels-visualizations/visualizations/trend/
|
||||
---
|
||||
|
||||
# Trend
|
||||
+2
@@ -31,6 +31,8 @@ refs:
|
||||
destination: /docs/grafana/<GRAFANA_VERSION>/panels-visualizations/configure-overrides/
|
||||
- pattern: /docs/grafana-cloud/
|
||||
destination: /docs/grafana-cloud/visualizations/panels-visualizations/configure-overrides/
|
||||
aliases:
|
||||
- ../../../panels-visualizations/visualizations/xy-chart/ # /docs/grafana/next/panels-visualizations/visualizations/xy-chart/
|
||||
---
|
||||
|
||||
# XY chart
|
||||
+6
-3
@@ -4,8 +4,9 @@ keywords:
|
||||
- Simplified exploration
|
||||
- queryless
|
||||
- Explore apps
|
||||
title: Simplified exploration
|
||||
menuTitle: Simplified exploration
|
||||
- Drilldown apps
|
||||
title: Drilldown
|
||||
menuTitle: Drilldown
|
||||
weight: 100
|
||||
hero:
|
||||
title: Simplified exploration with the Drilldown apps
|
||||
@@ -32,9 +33,11 @@ cards:
|
||||
href: ./profiles/
|
||||
description: View and analyze high-level service performance, identify problem processes for optimization, and diagnose issues to determine root causes.
|
||||
height: 24
|
||||
aliases:
|
||||
- ../explore/simplified-exploration/ # /docs/grafana/next/explore/simplified-exploration/
|
||||
---
|
||||
|
||||
# Simplified exploration
|
||||
# Drilldown
|
||||
|
||||
The Grafana Drilldown apps are designed for effortless data exploration through intuitive, queryless interactions.
|
||||
|
||||
Reference in New Issue
Block a user