Skip to content

Commit a23c02e

Browse files
[backport to 1.23.x] Temp fix for separation of resource and semantic attributes (#524) (#537)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
1 parent da1dbb5 commit a23c02e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

model/registry/cloud.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
groups:
22
- id: registry.cloud
33
prefix: cloud
4-
type: attribute_group
4+
type: resource
55
brief: >
66
A cloud environment (e.g. GCP, Azure, AWS).
77
attributes:

model/registry/container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
groups:
22
- id: registry.container
33
prefix: container
4-
type: attribute_group
4+
type: resource
55
brief: >
66
A container instance.
77
attributes:

model/registry/oci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
groups:
22
- id: registry.oci.manifest
33
prefix: oci.manifest
4-
type: attribute_group
4+
type: resource
55
brief: >
66
An OCI image manifest.
77
attributes:

0 commit comments

Comments
 (0)