Skip to content

Throttle

You can setup throttle for multiple things (rules, compositeRules, selfMonitoring), it works same everytime.

Schema Properties

PropertyTypeRequiredDescription
intervalstring✔️The throttle duration (e.g. 1m, 1h) after sending an alert.
countnumberThe count threshold to bypass throttle, default to 0 (never send alert before the end of interval).
activationThresholdnumberThe number of alerts allowed to be sent before the throttle to be activated.