Settings API - Custom process monitoring rules schema table
Custom process monitoring rules (builtin:process.custom-process-monitoring-rule
)
Dynatrace OneAgent automatically monitors all process groups detected in your environment (processes running during OneAgent installation must be restarted to initiate monitoring).
OneAgent additionally provides deep monitoring for all processes that it can monitor at the request- and PurePath levels. Define process monitoring rules below if you don’t want to monitor all your processes automatically, or if you need to define an exception for specific processes.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:process.custom-process-monitoring-rule |
| HOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Enabled | boolean | - | required |
mode | Mode | enum | - | required |
condition | Condition | Condition | - | required |
Request body objects
The Condition
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
item | Condition target | enum | - | required |
envVar | Environment variable key | text | supported only with OneAgent 1.167+ | required |
operator | Condition operator | enum | - | required |
value | Condition value | text | - | required |