mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Update sleep-peacefully.md
Fix business hours (9:00 to 18:00)
This commit is contained in:
parent
766b224c67
commit
684bbf94de
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