forked from imgix/prometheus-am-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alert_payload.json
45 lines (45 loc) · 1.21 KB
/
alert_payload.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"receiver": "default",
"status": "firing",
"alerts": [
{
"status": "firing",
"labels": {
"alertname": "InstanceDown",
"instance": "localhost:1234",
"job": "broken",
"monitor": "codelab-monitor"
},
"annotations": {},
"startsAt": "2016-04-07T10:08:52-06:00",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://oldpad:9090/graph#%5B%7B%22expr%22%3A%22up%20%3D%3D%200%22%2C%22tab%22%3A0%7D%5D",
"fingerprint": ""
},
{
"status": "firing",
"labels": {
"alertname": "InstanceDown",
"instance": "localhost:5678",
"job": "broken",
"monitor": "codelab-monitor"
},
"annotations": {},
"startsAt": "2016-04-07T10:08:52-06:00",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://oldpad:9090/graph#%5B%7B%22expr%22%3A%22up%20%3D%3D%200%22%2C%22tab%22%3A0%7D%5D",
"fingerprint": ""
}
],
"groupLabels": {
"alertname": "InstanceDown"
},
"commonLabels": {
"alertname": "InstanceDown",
"instance": "localhost:1234",
"job": "broken",
"monitor": "codelab-monitor"
},
"commonAnnotations": {},
"externalURL": "http://oldpad:9093"
}