Semconv: Add service name attribute (#95743)
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
groups:
|
||||
- id: trace.grafana.service
|
||||
type: span
|
||||
brief: 'Semantic Convention for Grafana services'
|
||||
stability: stable
|
||||
attributes:
|
||||
- ref: grafana.service.name
|
||||
Reference in New Issue
Block a user