mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
parent
766b224c67
commit
ffa260b39d
1 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ groups:
|
|||
expr: absent(europe_paris_weekday)
|
||||
|
||||
- record: europe_london_business_hours
|
||||
expr: 9 < europe_london_hour < 18
|
||||
expr: 9 <= europe_london_hour < 18
|
||||
- record: europe_paris_business_hours
|
||||
expr: 9 < europe_paris_hour < 18
|
||||
expr: 9 <= europe_paris_hour < 18
|
||||
# opposite
|
||||
- record: not_europe_london_business_hours
|
||||
expr: absent(europe_london_business_hours)
|
||||
|
|
|
|||
Loading…
Reference in a new issue