Plugins: Add tracing to pipeline (#115448)
This commit is contained in:
@@ -34,3 +34,26 @@ groups:
|
||||
brief: The plugin type.
|
||||
examples: datasource
|
||||
stability: stable
|
||||
|
||||
- id: registry.grafana.plugin.source
|
||||
type: attribute_group
|
||||
display_name: Grafana Plugin Source Attributes
|
||||
brief: "Describes Grafana plugin source attributes."
|
||||
attributes:
|
||||
- id: grafana.plugin.source.class
|
||||
type:
|
||||
members:
|
||||
- id: core
|
||||
value: "core"
|
||||
brief: 'Core Plugin'
|
||||
stability: stable
|
||||
- id: external
|
||||
value: "external"
|
||||
brief: 'External Plugin'
|
||||
stability: stable
|
||||
- id: unknown
|
||||
value: "unknown"
|
||||
brief: 'Unknown Plugin Source'
|
||||
stability: stable
|
||||
brief: The plugin source class.
|
||||
stability: stable
|
||||
|
||||
@@ -5,4 +5,5 @@ groups:
|
||||
stability: stable
|
||||
attributes:
|
||||
- ref: grafana.plugin.id
|
||||
- ref: grafana.plugin.type
|
||||
- ref: grafana.plugin.type
|
||||
- ref: grafana.plugin.source.class
|
||||
Reference in New Issue
Block a user