2025-04-01 10:38:02 +09:00

29 lines
947 B
YAML

groups:
- id: registry.grafana.datasource
type: attribute_group
display_name: Grafana Data Source Attributes
brief: "Describes Grafana datasource attributes."
attributes:
- id: grafana.datasource.type
type: string
brief: The datasource type.
examples:
- "prometheus"
- "loki"
- "grafana-github-datasource"
stability: stable
- id: grafana.datasource.uid
type: string
brief: The datasource unique identifier.
examples: abcdefg-123456
stability: stable
- id: registry.grafana.datasource.request
type: attribute_group
display_name: Grafana Data Source Request Attributes
brief: "Describes Grafana data source request attributes."
attributes:
- id: grafana.datasource.request.query_count
type: int
brief: The number of queries in the request.
examples: 3
stability: stable