mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: (fixup) link in recorded queries (#75117)
not relref for dev portal
This commit is contained in:
parent
b622ac2a66
commit
e3eb4a3590
@ -36,7 +36,7 @@ Recorded queries only work with backend data source plugins. Refer to [Backend d
|
||||
- single row and column - A query that returns a single row and column.
|
||||
- row count - A query that returns meaningful rows to be counted.
|
||||
- expression - Any expression. To learn more about creating and using expressions, see [Write expression queries]({{< relref "../../panels-visualizations/query-transform-data/expression-queries" >}}).
|
||||
- dataplane numeric - A query that returns [dataplane numeric kind]({{< relref "../../developers/dataplane/numeric" >}}) data.
|
||||
- dataplane numeric - A query that returns [dataplane numeric kind](/developers/dataplane/numeric) data.
|
||||
|
||||
After a recorded query is created or enabled, it immediately creates a snapshot and continues to create snapshots at the set interval. The recorded query stops taking snapshots when it is disabled, deleted, or when Grafana is not running. Data points are gathered in the backend by running the recorded query and forwarding each result to a remote-write enabled Prometheus instance.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user