-
Notifications
You must be signed in to change notification settings - Fork 182
/
process.yaml
35 lines (34 loc) · 1.33 KB
/
process.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
groups:
- id: process
prefix: process
type: resource
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
prefix: process.runtime
type: resource
brief: >
The single (language) runtime instance which is monitored.
attributes:
- ref: process.runtime.name
- ref: process.runtime.version
- ref: process.runtime.description