From 584913197ebf7558a9cab8120124c377a2e2a568 Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:27:20 +0100 Subject: [PATCH] Docs: Add documentation for Explore Query Inspector (#27035) * Docs: Add documentation for Explore Query Inspector --- docs/sources/features/explore/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sources/features/explore/index.md b/docs/sources/features/explore/index.md index 640120405e8..d5cd22395da 100755 --- a/docs/sources/features/explore/index.md +++ b/docs/sources/features/explore/index.md @@ -274,3 +274,11 @@ Simply clicking the button will return you to the origin dashboard, or, if you'd the arrow next to the button to reveal a "Return to panel with changes" menu item. {{< docs-imagebox img="/img/docs/v64/explore_return_dropdown.png" class="docs-image--no-shadow" caption="Screenshot of the expanded explore return dropdown" >}} + +## Query inspector + +To help with debugging queries, Explore allows you to investigate query requests and responses, as well as query statistics, via the Query inspector. +This functionality is similar to the panel inspector [Stats tab]({{< relref "../../panels/inspect-panel.md#inspect-query-performance" >}}) and +[Query tab]({{< relref "../../panels/inspect-panel.md##view-raw-request-and-response-to-data-source" >}}). + +{{< docs-imagebox img="/img/docs/v71/query_inspector_explore.png" class="docs-image--no-shadow" caption="Screenshot of the query inspector button in Explore" >}}