mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Docs: Clarify data streaming with plugins documentation (#35576)
This commit is contained in:
parent
5b5cb94809
commit
898c314946
@ -15,7 +15,7 @@ As soon as there is a change to the dashboard layout, it is automatically reflec
|
||||
|
||||
## Data streaming from plugins
|
||||
|
||||
With Grafana Live data source, plugins can stream data updates in the form of Grafana data frames to a frontend.
|
||||
With Grafana Live, backend data source plugins can stream updates to frontend panels.
|
||||
|
||||
For data source plugin channels Grafana uses `ds` scope. Namespace in the case of data source channels is a data source unique ID (UID) which is issued by Grafana at the moment of data source creation. The path is a custom string that plugin authors free to choose themselves (just make sure it consists of allowed symbols).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user