'Datadog monitor alerting for N/A
I am using datadog monitors to alert but it is alerting even in the case of N/A. I used the exclude_null function but still received the alerts. For some N/A it alerts while for others does not.
Query: sum(last_1h):exclude_null(exclude_null(sum:xyz.abc.count{status:failed} by {id}.as_count()) * 100 / exclude_null(sum:xyz.abc{status:complete} by {id}.as_count())) > 30
Can anyone please let me know if I am missing something?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|