You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- alert: InstanceDown
expr: up == 0
for: 5m
labels:
severity: page
annotations:
description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 5 minutes.'
summary: 'Instance {{ $labels.instance }} down'
E.g. allow something like this:
description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for more than {{ $for }}.'
Thoughts?
The text was updated successfully, but these errors were encountered:
It would be nice to be able to include
E.g. allow something like this:
Thoughts?
The text was updated successfully, but these errors were encountered: