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>
  • Loading branch information
AlexanderWert and jsuereth authored Nov 16, 2023
1 parent 971383f commit 2817a7f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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/device.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.device
prefix: device
type: attribute_group
type: resource
brief: >
Describes device attributes.
attributes:
Expand Down
2 changes: 1 addition & 1 deletion model/registry/host.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.host
prefix: host
type: attribute_group
type: resource
brief: >
A host is defined as a computing instance. For example, physical servers, virtual machines, switches or disk array.
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
2 changes: 1 addition & 1 deletion model/registry/os.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.os
prefix: os
type: attribute_group
type: resource
brief: >
The operating system (OS) on which the process represented by this resource is running.
note: >
Expand Down
2 changes: 1 addition & 1 deletion model/registry/process.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.process
prefix: process
type: attribute_group
type: resource
brief: >
An operating system process.
attributes:
Expand Down

0 comments on commit 2817a7f

Please sign in to comment.