* Docs: combines all SAML topics into one topic (#49443)
* combines all SAML topics
* resolves merge conflicts
* makes prettier
(cherry picked from commit 8c84d62e3d)
* Fix broken relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
co-authored by
Jack Baldry
parent
adac77dd1f
commit
4b5adfb1ba
@@ -13,7 +13,7 @@ Grafana generates a CSV file that contains your data, including any transformati
|
||||
## Before you begin
|
||||
|
||||
- [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
|
||||
- [Add a query]({{< relref "../query-a-data-source/add-a-query.md" >}}).
|
||||
- [Add a query]({{< relref "add-a-query.md" >}}).
|
||||
|
||||
**To download raw query results**:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ The **Stats** tab displays statistics that tell you how long your query takes, h
|
||||
## Before you begin
|
||||
|
||||
- [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
|
||||
- [Add a query]({{< relref "../query-a-data-source/add-a-query.md" >}}).
|
||||
- [Add a query]({{< relref "add-a-query.md" >}}).
|
||||
|
||||
**To inspect query performance**:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Inspect query request and response data when you want to troubleshoot a query th
|
||||
## Before you begin
|
||||
|
||||
- [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
|
||||
- [Add a query]({{< relref "../query-a-data-source/add-a-query.md" >}}).
|
||||
- [Add a query]({{< relref "add-a-query.md" >}}).
|
||||
|
||||
**To inspect query request and response data**:
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ This strategy can drastically reduce the number of queries being made when you f
|
||||
1. [Create a dashboard]({{< relref "../../getting-started/getting-started.md/#step-3-create-a-dashboard" >}}).
|
||||
1. [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
|
||||
1. Change the title to "Source panel". You'll use this panel as a source for the other panels.
|
||||
1. Define the [query]({{< relref "../query-a-data-source/add-a-query.md" >}}) or queries that you want share.
|
||||
1. Define the [query]({{< relref "add-a-query.md" >}}) or queries that you want share.
|
||||
|
||||
If you don't have a data source available, use the **Grafana** data source, which returns a random time series that you can use for testing.
|
||||
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@ weight: 20
|
||||
|
||||
If your data source supports them, then Grafana displays the **Expression** button and shows any existing expressions in the query editor list.
|
||||
|
||||
For more information about expressions, refer to [About expressions]({{< relref "./about-expressions.md" >}}).
|
||||
For more information about expressions, refer to [About expressions]({{< relref "about-expressions.md" >}}).
|
||||
|
||||
## Before you begin
|
||||
|
||||
@@ -22,7 +22,7 @@ For more information about expressions, refer to [About expressions]({{< relref
|
||||
1. Below the query, click **Expression**.
|
||||
1. In the **Operation** field, select the type of expression you want to write.
|
||||
|
||||
For more information about expression operations, refer to [About expressions]({{< relref "./about-expressions.md" >}}).
|
||||
For more information about expression operations, refer to [About expressions]({{< relref "about-expressions.md" >}}).
|
||||
|
||||
1. Write the expression.
|
||||
1. Click **Apply**.
|
||||
|
||||
Reference in New Issue
Block a user