semantic-conventions/model/process/resources.yaml

39 lines
1.4 KiB
YAML

groups:
- id: resource.process
type: entity
stability: development
name: process
brief: >
An operating system process.
attributes:
- ref: process.pid
- ref: process.parent_pid
- ref: process.executable.name
requirement_level:
conditionally_required: See [Selecting process attributes](#selecting-process-attributes) for details.
- ref: process.executable.path
requirement_level:
conditionally_required: See [Selecting process attributes](#selecting-process-attributes) for details.
- ref: process.command
requirement_level:
conditionally_required: See [Selecting process attributes](#selecting-process-attributes) for details.
- ref: process.command_line
requirement_level:
conditionally_required: See [Selecting process attributes](#selecting-process-attributes) for details.
- ref: process.command_args
requirement_level:
conditionally_required: See [Selecting process attributes](#selecting-process-attributes) for details.
- ref: process.owner
- ref: process.linux.cgroup
- id: resource.process.runtime
type: entity
stability: development
name: process.runtime
brief: >
The single (language) runtime instance which is monitored.
attributes:
- ref: process.runtime.name
- ref: process.runtime.version
- ref: process.runtime.description