Module grafana_plugin_sdk::live
source · Expand description
Grafana Live features, providing streaming functionality to Grafana.
The types in this module are used by Grafana Live, a real-time messaging engine introduced
in Grafana v8.0. Grafana Live allows you to push event data to a frontend as soon as the event occurs.
Generally this will be done by plugins that implement the StreamService
trait.
See the Grafana Live documentation for more information.
Structs
- The identifier of a pub/sub channel in Grafana Live.
- The namespace of a channel.
- The path of a channel.
Enums
- The error returned when parsing a channel.
- The scope of a channel.
Constants
- The maximum length of a channel when represented as a string.