(cherry picked from commit e52c98ba99)
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
This commit is contained in:
co-authored by
Garrett Guillotte
parent
a8a1bcc58c
commit
85e2b028de
@@ -13,7 +13,6 @@ aliases:
|
||||
- /docs/grafana/latest/panels/query-options/
|
||||
- /docs/grafana/latest/panels/reference-query-options/
|
||||
- /docs/grafana/latest/panels-visualizations/query-options/
|
||||
|
||||
title: Query and transform data
|
||||
weight: 200
|
||||
---
|
||||
@@ -28,7 +27,7 @@ _Queries_ are how Grafana panels communicate with data sources to get data for t
|
||||
|
||||
Use you a query editor to write a query. Each data source has its own query editor that we have customized to include the features and capabilities of the data source. Grafana supports up to 26 queries per panel.
|
||||
|
||||
> Important! You must be familiar with the query language of the data source. For more information about data sources, refer to [Data sources](../../../datasources/).
|
||||
> Important! You must be familiar with the query language of the data source. For more information about data sources, refer to [Data sources]({{< relref "../../datasources/" >}}).
|
||||
|
||||
### Query editors
|
||||
|
||||
@@ -76,11 +75,11 @@ You can combine data from multiple data sources onto a single dashboard, but eac
|
||||
|
||||
The Query tab consists of the following elements:
|
||||
|
||||
- Data source selector: Use the data source selector to select the source of the data you want to query. For more information about data sources, refer to [Data sources](../../../datasources/).
|
||||
- Data source selector: Use the data source selector to select the source of the data you want to query. For more information about data sources, refer to [Data sources]({{< relref "../../datasources/" >}}).
|
||||
- Query options: Enables you to set maximum data retrieved parameters and query execution time intervals.
|
||||
- Query inspector button: Open the query inspector panel where you can view and optimize your query.
|
||||
- Query editor list: Lists the queries you have written.
|
||||
- Expressions: Use the expression builder to create alert expressions. For more information about expressions, refer to [Use expressions to manipulate data](../use-expressions-to-manipulate-data/).
|
||||
- Expressions: Use the expression builder to create alert expressions. For more information about expressions, refer to [Use expressions to manipulate data]({{< relref "expression-queries/" >}}).
|
||||
|
||||
{{< figure src="/static/img/docs/queries/query-editor-7-2.png" class="docs-image--no-shadow" max-width="1000px" >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user