From fbd3b4b9692e1bb41b2308e145e4b3d2afaae836 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Thu, 7 May 2020 22:44:32 +0530 Subject: [PATCH] Docs: Minor correction in documentation (#24259) --- docs/sources/panels/inspect-panel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels/inspect-panel.md b/docs/sources/panels/inspect-panel.md index a451e6c9c39..55d43f8a7b5 100644 --- a/docs/sources/panels/inspect-panel.md +++ b/docs/sources/panels/inspect-panel.md @@ -61,7 +61,7 @@ Grafana generates a CSV file in your default browser download location. You can ### 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 is unexpectedly high or low. +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. Open the panel inspector. 1. Navigate to the Stats tab.