Skip to content

Commit

Permalink
[chore] revert temp fix for resource attributes (#702)
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Grassi <[email protected]>
Co-authored-by: Josh Suereth <[email protected]>
  • Loading branch information
3 people authored Feb 12, 2024
1 parent 183647b commit 352293d
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: resource
type: attribute_group
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: resource
type: attribute_group
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: resource
type: attribute_group
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: resource
type: attribute_group
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: resource
type: attribute_group
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: resource
type: attribute_group
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: resource
type: attribute_group
brief: >
An operating system process.
attributes:
Expand Down

0 comments on commit 352293d

Please sign in to comment.