forked from keptn-contrib/prometheus-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prometheus_alert.json
42 lines (42 loc) · 1.3 KB
/
prometheus_alert.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
{
"receiver": "keptn_integration",
"status": "firing",
"alerts": [
{
"status": "firing",
"labels": {
"alertname": "response_time_p90",
"pod_name": "carts-primary",
"project": "sockshop",
"service": "carts",
"severity": "webhook",
"stage": "production",
"deployment": "primary"
},
"annotations": {
"descriptions": "Pod name ",
"summary": "response_time_p90"
},
"startsAt": "2022-11-26T10:57:14.057345112Z",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://prometheus-server-6776d8bb7d-pqkln:9090/graph?g0.expr=histogram_quantile%280.9%2C+sum+by%28le%29+%28rate%28http_response_time_milliseconds_bucket%7Bhandler%3D%22ItemsController.addToCart%22%2Cjob%3D%22carts-sockshop-production-primary%22%7D%5B3m%5D%29%29%29+%3E+1000\\u0026g0.tab=1",
"fingerprint": "add2c31a47cf2e78"
}
],
"groupLabels": {},
"commonLabels": {
"alertname": "response_time_p90",
"pod_name": "carts-primary",
"project": "sockshop",
"service": "carts",
"severity": "webhook",
"stage": "production"
},
"commonAnnotations": {
"descriptions": "Pod name ",
"summary": "response_time_p90"
},
"externalURL": "http://localhost:9093",
"version": "4",
"truncatedAlerts": 0
}