Module alert_policy

Source
Expand description

Defines additional types related to AlertPolicy

Modules§

alert_strategy
Defines additional types related to AlertStrategy
condition
Defines additional types related to Condition
condition_combiner_type
Useful constants to work with ConditionCombinerType
documentation
Defines additional types related to Documentation
severity
Useful constants to work with Severity

Structs§

AlertStrategy
Control over how the notification channels in notification_channels are notified when this alert fires.
Condition
A condition is a true/false test that determines when an alerting policy should open an incident. If a condition evaluates to true, it signifies that something is wrong.
ConditionCombinerType
Operators for combining conditions.
Documentation
Documentation that is included in the notifications and incidents pertaining to this policy.
Severity
An enumeration of possible severity level for an alerting policy.