add alert for unhandled exceptions [ci skip]
This commit is contained in:
parent
609435c8bd
commit
38297c2809
1 changed files with 9 additions and 0 deletions
|
|
@ -237,6 +237,15 @@ serverFiles:
|
||||||
severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
summary: Finance app webhook exceptions
|
summary: Finance app webhook exceptions
|
||||||
|
- name: Finance app unhandled exceptions
|
||||||
|
rules:
|
||||||
|
- alert: Finance app unhandled exceptions
|
||||||
|
expr: changes(flask_http_request_exceptions_total[5m]) >= 1
|
||||||
|
for: 1m
|
||||||
|
labels:
|
||||||
|
severity: page
|
||||||
|
annotations:
|
||||||
|
summary: Finance app unhandled exceptions
|
||||||
|
|
||||||
extraScrapeConfigs: |
|
extraScrapeConfigs: |
|
||||||
- job_name: 'snmp-idrac'
|
- job_name: 'snmp-idrac'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue