mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:12:37 +08:00
Docs: combines all SAML topics into one topic (#49443)
* combines all SAML topics * resolves merge conflicts * makes prettier
This commit is contained in:

committed by
GitHub

parent
745b101d41
commit
8c84d62e3d
@ -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**:
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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