[chore] fix type of registry groups (#957)

Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
Alexandra Konrad 2024-04-24 18:32:01 +02:00 committed by GitHub
parent 83369f23dd
commit a28fa9e62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -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.