Skip to content

Commit

Permalink
Temp fix for separation of resource and semantic attributes (open-tel…
Browse files Browse the repository at this point in the history
…emetry#524)

Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
Co-authored-by: Josh Suereth <joshuasuereth@google.com>

(cherry picked from commit 2817a7f)
  • Loading branch information
AlexanderWert authored and arminru committed Nov 17, 2023
1 parent da1dbb5 commit c9cbd5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion model/registry/cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.cloud
prefix: cloud
type: attribute_group
type: resource
brief: >
A cloud environment (e.g. GCP, Azure, AWS).
attributes:
Expand Down
2 changes: 1 addition & 1 deletion model/registry/container.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.container
prefix: container
type: attribute_group
type: resource
brief: >
A container instance.
attributes:
Expand Down
2 changes: 1 addition & 1 deletion model/registry/oci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.oci.manifest
prefix: oci.manifest
type: attribute_group
type: resource
brief: >
An OCI image manifest.
attributes:
Expand Down

0 comments on commit c9cbd5f

Please sign in to comment.