Fix all the old usage of admonition syntax (#107017)

This commit is contained in:
Jack Baldry
2025-06-24 09:23:29 +01:00
committed by GitHub
parent 623302d055
commit ff2ac27301
142 changed files with 543 additions and 543 deletions
+8 -8
View File
@@ -16,17 +16,17 @@ weight: 10
Grafana Explore provides a variety of tools to help manage your queries.
{{% admonition type="note" %}}
{{< admonition type="note" >}}
For help with debugging queries, Explore allows you to investigate query requests and responses, as well as query statistics, via the Query inspector. Refer to [Query inspector in Explore](/docs/grafana/<GRAFANA_VERSION>/explore/explore-inspector/) for more information.
{{% /admonition %}}
{{< /admonition >}}
## Query history
Query history contains the list of queries that you created in Explore. This history is stored in the Grafana database and isn't shared with other users. The retention period for a query history is **two weeks**. Queries older than two weeks are automatically deleted.
{{% admonition type="note" %}}
{{< admonition type="note" >}}
Starred queries aren't subject to the two-week retention period and aren't deleted.
{{% /admonition %}}
{{< /admonition >}}
To view your query history:
@@ -65,9 +65,9 @@ Filter query history in both the **Query history** and **Starred** tabs by data
1. Click the **Filter queries for specific data source(s)** field.
1. Select the data source in the dropdown by which you want to filter your history. You can select multiple data sources.
{{% admonition type="note" %}}
{{< admonition type="note" >}}
Queries with the **Mixed** data source appear only when filtering for "Mixed" and not when filtering by individual data source.
{{% /admonition %}}
{{< /admonition >}}
You can also filter queries by date using the vertical slider:
@@ -87,8 +87,8 @@ You can customize your query history in the **Settings** tab.
Toggle **Change the default active tab from "Query history" to "Starred"** to make the **Starred tab** the default active tab.
{{% admonition type="note" %}}
{{< admonition type="note" >}}
Query history settings are global, and applied to both panels in split mode.
{{% /admonition %}}
{{< /admonition >}}
<!-- All queries that have been starred in the Query history tab are displayed in the Starred tab. This allows you to access your favorite queries faster and to reuse these queries without typing them from scratch. -->