mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 22:12:34 +08:00
Expressions: Add support for variables (#41778)
This commit is contained in:
@ -16,8 +16,6 @@ Expressions are primarily used by the new [Grafana 8 alerts]({{< relref "../../.
|
||||
|
||||
> **Note:** Expressions do not work with legacy dashboard alerts.
|
||||
|
||||
> **Note:** Expressions do not work with dashboard variables.
|
||||
|
||||
Expressions are meant to augment data sources by enabling queries from different data sources to be combined or by providing operations unavailable in a data source.
|
||||
|
||||
> **Note:** When possible, you should do data processing inside the data source. Copying data from storage to the Grafana server for processing is inefficient, so expressions are targeted at lightweight data processing.
|
||||
|
Reference in New Issue
Block a user