The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/semconv/model/registry/plugin.yml

36 lines
1.0 KiB

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