Plugins: Add tracing to pipeline (#115448)

This commit is contained in:
Todd Treece
2025-12-17 09:08:17 -05:00
committed by GitHub
parent af85563527
commit 33e53db53a
13 changed files with 168 additions and 13 deletions
+23
View File
@@ -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
+2 -1
View File
@@ -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