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
Todd Treece c5c206d8a6
Semconv: Add k8s.dataplaneservice.name (#91714)
9 months ago
..
model Semconv: Add k8s.dataplaneservice.name (#91714) 9 months ago
templates Semconv: Change keys to private constants (#91508) 10 months ago
Makefile Chore: Add semconv package (#91408) 10 months ago
README.md Semconv: Add k8s.dataplaneservice.name (#91714) 9 months ago
attributes.go Semconv: Add k8s.dataplaneservice.name (#91714) 9 months ago
doc.go Chore: Add semconv package (#91408) 10 months ago
go.mod Chore: Add semconv package (#91408) 10 months ago
go.sum Chore: Add semconv package (#91408) 10 months ago

README.md

Grafana OpenTelemetry Semantic Conventions

Adding new attributes

  1. Add a new attribute to a new or existing attribute group in model/registry.
  2. Add a reference to the new attribute in a new or existing attribute group in model/trace.
  3. If you are adding a new attribute group, add a new semconv HTML comment tag to the README.md file with the name of the new attribute group.
  4. Run make all to update the generated files.

For more information:

Attribute Groups

grafana.datasource

Attribute Type Description Examples Requirement Level Stability
grafana.datasource.type string The datasource type. prometheus; loki; grafana-github-datasource Recommended Stable
grafana.datasource.uid string The datasource unique identifier. abcdefg-123456 Recommended Stable

grafana.datasource.request

Attribute Type Description Examples Requirement Level Stability
grafana.datasource.request.query_count int The number of queries in the request. 3 Recommended Stable

k8s

Attribute Type Description Examples Requirement Level Stability
k8s.dataplaneservice.name string The name of the DataPlaneService. v0alpha1.prometheus.grafana.app Recommended Stable

grafana.plugin

Attribute Type Description Examples Requirement Level Stability
grafana.plugin.id string The plugin ID. prometheus; loki; grafana-github-datasource Recommended Stable
grafana.plugin.type string The plugin type. datasource Recommended Stable