Settings API - Container monitoring rules schema table
Container monitoring rules (builtin:container.monitoring-rule
)
Within container environments, OneAgent automatically injects code modules into containerized processes to provide out of the box full-stack visibility into applications running within containers. Dynatrace provides complete control over automatic injection of code modules into the container technologies.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:container.monitoring-rule |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Enabled | boolean | - | required |
mode | Mode | enum | - | required |
property | Container property | enum | - | required |
operator | Condition operator | enum | - | required |
value | Condition value | text | - | required |
Request body objects
The FlagDefaultTrue
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Enabled | boolean | - | required |
The ContainerCondition
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
property | Container property | enum | - | required |
operator | Condition operator | enum | - | required |
value | Condition value | text | - | required |