mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 21:22:15 +08:00

* combines topics into add and organize panels topic * updates front matter * fixes relrefs * fixes typo * Update docs/sources/dashboards/add-organize-panels.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * Update docs/sources/dashboards/add-organize-panels.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * make prettier Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
18 lines
700 B
Markdown
18 lines
700 B
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/panels/query-a-data-source/inspect-query-performance/
|
|
- /docs/sources/panels/query-a-data-source/inspect-query-performance/
|
|
title: Inspect query performance
|
|
weight: 80
|
|
---
|
|
|
|
# Inspect query performance
|
|
|
|
The **Stats** tab displays statistics that tell you how long your query takes, how many queries you send, and the number of rows returned. This information can help you troubleshoot your queries, especially if any of the numbers are unexpectedly high or low.
|
|
|
|
1. Edit the panel that contains the query with performance you want to inspect.
|
|
1. In the query editor, click **Query Inspector**.
|
|
1. Click **Stats**.
|
|
|
|
Statistics are displayed in read-only format.
|