Semconv: Add service name attribute (#95743)

This commit is contained in:
Todd Treece
2024-11-01 23:29:14 +01:00
committed by GitHub
parent d0ba4f18d3
commit c5178807be
3 changed files with 38 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
groups:
- id: registry.grafana.service
type: attribute_group
display_name: Grafana Service Attributes
brief: "Describes Grafana service attributes."
attributes:
- id: grafana.service.name
type: string
brief: The service name.
examples:
- "grafana-apiserver"
stability: stable
+7
View File
@@ -0,0 +1,7 @@
groups:
- id: trace.grafana.service
type: span
brief: 'Semantic Convention for Grafana services'
stability: stable
attributes:
- ref: grafana.service.name