[chore] fix type of registry groups (#957)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
83369f23dd
commit
a28fa9e62e
|
|
@ -315,7 +315,7 @@ groups:
|
|||
examples: ["8", "26"]
|
||||
- id: registry.aws.eks
|
||||
prefix: aws.eks
|
||||
type: resource
|
||||
type: attribute_group
|
||||
brief: >
|
||||
This document defines attributes for AWS Elastic Kubernetes Service (EKS).
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ groups:
|
|||
stability: stable
|
||||
- id: registry.otel.scope
|
||||
prefix: otel.scope
|
||||
type: resource
|
||||
type: attribute_group
|
||||
brief: Attributes used by non-OTLP exporters to represent OpenTelemetry Scope's concepts.
|
||||
attributes:
|
||||
- id: name
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: registry.peer
|
||||
type: span
|
||||
type: attribute_group
|
||||
prefix: peer
|
||||
brief: >
|
||||
Operations that access some remote service.
|
||||
|
|
|
|||
Loading…
Reference in New Issue