[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"]
- id: registry.aws.eks
prefix: aws.eks
type: resource
type: attribute_group
brief: >
This document defines attributes for AWS Elastic Kubernetes Service (EKS).
attributes:

View File

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

View File

@ -1,6 +1,6 @@
groups:
- id: registry.peer
type: span
type: attribute_group
prefix: peer
brief: >
Operations that access some remote service.