Hi,
I have a requirement to evaulate an alert "Alert-A" If the result of expr > 10 , I need to set severity as major and if if it is > 25 then critical.
I have defined it like this:
- alert: Alert-A
expr: Some Condition > 10
for: 1m
labels:
severity: major
- alert: Alert-A
expr: Some Condition > 25
for: 1m
labels:
severity: critical
Is it correct way to escalate the severity ? or there are other efficient way as well. Please advise.
Regards,
Wajih