Temp fix for separation of resource and semantic attributes (#524)

Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
Co-authored-by: Josh Suereth <joshuasuereth@google.com>
This commit is contained in:
Alexander Wert 2023-11-16 17:53:14 +01:00 committed by GitHub
parent 971383f4a5
commit 2817a7fa5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.cloud - id: registry.cloud
prefix: cloud prefix: cloud
type: attribute_group type: resource
brief: > brief: >
A cloud environment (e.g. GCP, Azure, AWS). A cloud environment (e.g. GCP, Azure, AWS).
attributes: attributes:

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.container - id: registry.container
prefix: container prefix: container
type: attribute_group type: resource
brief: > brief: >
A container instance. A container instance.
attributes: attributes:

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.device - id: registry.device
prefix: device prefix: device
type: attribute_group type: resource
brief: > brief: >
Describes device attributes. Describes device attributes.
attributes: attributes:

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.host - id: registry.host
prefix: host prefix: host
type: attribute_group type: resource
brief: > brief: >
A host is defined as a computing instance. For example, physical servers, virtual machines, switches or disk array. A host is defined as a computing instance. For example, physical servers, virtual machines, switches or disk array.
attributes: attributes:

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.oci.manifest - id: registry.oci.manifest
prefix: oci.manifest prefix: oci.manifest
type: attribute_group type: resource
brief: > brief: >
An OCI image manifest. An OCI image manifest.
attributes: attributes:

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.os - id: registry.os
prefix: os prefix: os
type: attribute_group type: resource
brief: > brief: >
The operating system (OS) on which the process represented by this resource is running. The operating system (OS) on which the process represented by this resource is running.
note: > note: >

View File

@ -1,7 +1,7 @@
groups: groups:
- id: registry.process - id: registry.process
prefix: process prefix: process
type: attribute_group type: resource
brief: > brief: >
An operating system process. An operating system process.
attributes: attributes: