Skip to content

Commit

Permalink
[chore] fix type of registry groups (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: Liudmila Molkova <[email protected]>
  • Loading branch information
trisch-me and lmolkova authored Apr 24, 2024
1 parent 83369f2 commit a28fa9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion model/registry/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion model/registry/otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion model/registry/peer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groups:
- id: registry.peer
type: span
type: attribute_group
prefix: peer
brief: >
Operations that access some remote service.
Expand Down

0 comments on commit a28fa9e

Please sign in to comment.