mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
SSE/docs: Add note on not working with dash vars (#32646)
server side expressions "Expressions" unfortunately do not work with dashboard variables (in the same way alerting does not). The execution path is always through the backend/server of data sources, which currently don't support expanding dashboard variables.
This commit is contained in:
parent
6ad02315eb
commit
698a1ee003
@ -15,6 +15,8 @@ The primary use case for expressions is for the upcoming next version of Grafana
|
||||
|
||||
> **Note:** Expressions do not work with current Grafana alerting.
|
||||
|
||||
> **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.
|
||||
|
Loading…
Reference in New Issue
Block a user