Create a MetricBase gap trigger
Create a MetricBase gap trigger to alert you when MetricBase stops receiving data.
시작하기 전에
이 태스크 정보
Gap triggers execute when MetricBase stops receiving data for a specified period.
Polling frequency is calculated using the difference between gap durations on different levels and dividing by 2 (rounded down). For example, given the following:
- Level 1 triggers after 5 minutes of missing data
- Level 2 triggers after 30 minutes of missing data
The polling frequency is 12 minutes, because Floor((30-5)/2) = 12 minutes.
The maximum polling frequency is every 5 minutes, and the minimum frequency is every 30 minutes. If a trigger has only one level, the polling frequency is 30 minutes.
MetricBase searches through the data that is stored in the MetricBase database, not through incoming data. Therefore, a gap trigger might execute after the gap when data is missing. For example, if MetricBase polls every 10 minutes and the gap is 30 minutes of missing data, the trigger might execute as late as 40 minutes after the data was last received.