-
Notifications
You must be signed in to change notification settings - Fork 4
/
whitehall.yaml
29 lines (29 loc) · 1.19 KB
/
whitehall.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
groups:
- name: WhitehallAlerts
rules:
- alert: WhitehallScheduledPublicationsOverdue
expr: |
whitehall_scheduled_publishing_overdue > 0
for: 10m
labels:
severity: page
annotations:
summary: Whitehall scheduled publications are overdue
description: >-
There are scheduled editions which have passed their publication due date
but haven't been published by the scheduled publishing workers
runbook_url: >-
https://docs.publishing.service.gov.uk/manual/alerts/whitehall-scheduled-publishing.html
- alert: WhitehallUnenqueuedScheduledPublications
expr: |
whitehall_unenqueued_scheduled_publications > 0
for: 10m
labels:
severity: page
annotations:
summary: Scheduled publications in Whitehall not queued
description: >-
The number of editions in the database which are scheduled to be published in the
future is different from the number currently in the queue
runbook_url: >-
https://docs.publishing.service.gov.uk/manual/alerts/whitehall-scheduled-publishing.html