Docs: combines all SAML topics into one topic (#49443)

* combines all SAML topics

* resolves merge conflicts

* makes prettier
This commit is contained in:
Christopher Moyer
2022-05-27 07:42:51 -05:00
committed by GitHub
parent 745b101d41
commit 8c84d62e3d
158 changed files with 729 additions and 663 deletions

View File

@ -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**:

View File

@ -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**:

View File

@ -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**:

View File

@ -18,7 +18,7 @@ This strategy can drastically reduce the number of queries being made when you f
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.

View File

@ -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**.