[chore] revert temp fix for resource attributes (#702)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com> Co-authored-by: Josh Suereth <joshuasuereth@google.com>
This commit is contained in:
parent
183647b9e5
commit
352293d18a
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.cloud
|
- id: registry.cloud
|
||||||
prefix: cloud
|
prefix: cloud
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: >
|
brief: >
|
||||||
A cloud environment (e.g. GCP, Azure, AWS).
|
A cloud environment (e.g. GCP, Azure, AWS).
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.container
|
- id: registry.container
|
||||||
prefix: container
|
prefix: container
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: >
|
brief: >
|
||||||
A container instance.
|
A container instance.
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.device
|
- id: registry.device
|
||||||
prefix: device
|
prefix: device
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: >
|
brief: >
|
||||||
Describes device attributes.
|
Describes device attributes.
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.host
|
- id: registry.host
|
||||||
prefix: host
|
prefix: host
|
||||||
type: resource
|
type: attribute_group
|
||||||
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:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.oci.manifest
|
- id: registry.oci.manifest
|
||||||
prefix: oci.manifest
|
prefix: oci.manifest
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: >
|
brief: >
|
||||||
An OCI image manifest.
|
An OCI image manifest.
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.os
|
- id: registry.os
|
||||||
prefix: os
|
prefix: os
|
||||||
type: resource
|
type: attribute_group
|
||||||
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: >
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
groups:
|
groups:
|
||||||
- id: registry.process
|
- id: registry.process
|
||||||
prefix: process
|
prefix: process
|
||||||
type: resource
|
type: attribute_group
|
||||||
brief: >
|
brief: >
|
||||||
An operating system process.
|
An operating system process.
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue