Files
grafana/pkg/semconv/model/registry/plugin.yml
Will Browne 5b67ae1876 Plugins: Remove support for secrets manager plugins (#101467)
* remove secrets manager code

* remove unused struct

* add test toggles back

* rollback golden file changes

* add missing TestMain

* update betterer
2025-03-20 10:00:59 +00:00

37 lines
1.0 KiB
YAML

groups:
- id: registry.grafana.plugin
type: attribute_group
display_name: Grafana Plugin Attributes
brief: "Describes Grafana plugin attributes."
attributes:
- id: grafana.plugin.id
type: string
brief: The plugin ID.
examples:
- "prometheus"
- "loki"
- "grafana-github-datasource"
stability: stable
- id: grafana.plugin.type
type:
members:
- id: datasource
value: "datasource"
brief: 'Data Source Plugin'
stability: stable
- id: panel
value: "panel"
brief: 'Panel Plugin'
stability: stable
- id: app
value: "app"
brief: 'App Plugin'
stability: stable
- id: renderer
value: "renderer"
brief: 'Renderer Plugin'
stability: stable
brief: The plugin type.
examples: datasource
stability: stable