semantic-conventions/model/process/resources.yaml

36 lines
1.3 KiB
YAML

groups:
- id: process
type: resource
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
- id: process.runtime
type: resource
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