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/datasource.yml

29 lines
947 B

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