[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"]
|
examples: ["8", "26"]
|
||||||
- id: registry.aws.eks
|
- id: registry.aws.eks
|
||||||
prefix: aws.eks
|
prefix: aws.eks
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: >
|
brief: >
|
||||||
This document defines attributes for AWS Elastic Kubernetes Service (EKS).
|
This document defines attributes for AWS Elastic Kubernetes Service (EKS).
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ groups:
|
||||||
stability: stable
|
stability: stable
|
||||||
- id: registry.otel.scope
|
- id: registry.otel.scope
|
||||||
prefix: otel.scope
|
prefix: otel.scope
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: Attributes used by non-OTLP exporters to represent OpenTelemetry Scope's concepts.
|
brief: Attributes used by non-OTLP exporters to represent OpenTelemetry Scope's concepts.
|
||||||
attributes:
|
attributes:
|
||||||
- id: name
|
- id: name
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.peer
|
- id: registry.peer
|
||||||
type: span
|
type: attribute_group
|
||||||
prefix: peer
|
prefix: peer
|
||||||
brief: >
|
brief: >
|
||||||
Operations that access some remote service.
|
Operations that access some remote service.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue