-
Notifications
You must be signed in to change notification settings - Fork 3
/
esp-project-alert-rules.yaml
549 lines (549 loc) · 18 KB
/
esp-project-alert-rules.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
apiVersion: 1
groups:
- orgId: 1
name: esp-project-alert-rules
folder: esp-project-alert-rules
interval: 1m
rules:
- uid: e484dfe1-c924-45c3-9e3d-0beb71f3a6e0
title: ESP Project CPU >80% Threshold
condition: 80%
data:
- refId: PodsCPU
relativeTimeRange:
from: 300
to: 0
datasourceUid: prometheus
model:
editorMode: code
exemplar: false
expr: "sum(esp_window_cpu_usage{window_name!="_eventmetering_",project_label!="sas_event_stream_processing_client_config_server"}) by (pod, project_label, namespace)"
format: time_series
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 999999
range: false
refId: PodsCPU
- refId: PodsCPULimit
relativeTimeRange:
from: 300
to: 0
datasourceUid: prometheus
model:
datasource:
type: prometheus
uid: prometheus
editorMode: code
expr: sum(kube_pod_container_resource_limits{job="kube-state-metrics", resource="cpu", pod=~"(esm|esps).+"}) by (pod)
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: PodsCPULimit
- refId: 80%
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 80
type: gt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: Divide
intervalMs: 1000
maxDataPoints: 43200
refId: 80%
type: threshold
- refId: Divide
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
- 0
type: gt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: ${PodsCPU} / ${PodsCPULimit}
intervalMs: 1000
maxDataPoints: 43200
refId: Divide
type: math
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false
- uid: e2d4f226-437a-4def-abf5-21b64a076c8c
title: ESP Project State Failed
condition: A
data:
- refId: projectState
relativeTimeRange:
from: 600
to: 0
datasourceUid: prometheus
model:
disableTextWrap: false
editorMode: code
exemplar: false
expr: sum(esp_project_state{project_name!="_meta_"} == 3) by (project_label, pod, namespace)
format: table
fullMetaSearch: false
includeNullMetadata: true
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: projectState
useBackend: false
- refId: A
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
- 0
type: gt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: projectState
intervalMs: 1000
maxDataPoints: 43200
refId: A
type: threshold
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false
- uid: f3952f67-021e-4c18-984f-01280e5bbef8
title: ESP Project Connector State Failed
condition: B
data:
- refId: connectorState
relativeTimeRange:
from: 300
to: 0
datasourceUid: prometheus
model:
disableTextWrap: false
editorMode: code
expr: 'group(esp_connector_state == 3) by (connector_name, project_label, pod, namespace) '
fullMetaSearch: false
includeNullMetadata: true
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: connectorState
useBackend: false
- refId: B
relativeTimeRange:
from: 300
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
type: gt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: connectorState
intervalMs: 1000
maxDataPoints: 43200
refId: B
type: threshold
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false
- uid: e51f7a5d-94fa-4bca-b0fb-e2a7c1427678
title: ESP Project Connector Flatlined
condition: C
data:
- refId: connectorRate
relativeTimeRange:
from: 600
to: 0
datasourceUid: prometheus
model:
disableTextWrap: false
editorMode: code
expr: sum(esp_connector_state == 1 and esp_connector_cur_rate == 0) by (connector_name, project_label, pod, namespace)
fullMetaSearch: false
includeNullMetadata: true
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: connectorRate
useBackend: false
- refId: C
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
type: gt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: connectorRate
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false
- uid: cb6bc609-7cbc-4647-998f-9272b2e4f9a0
title: ESP Project Container Restarted
condition: C
data:
- refId: A
relativeTimeRange:
from: 600
to: 0
datasourceUid: prometheus
model:
editorMode: code
exemplar: false
expr: sum(increase(kube_pod_container_status_restarts_total{namespace='<insert target namespace>'}[$__range]) * on(pod) group_left(label_type,label_project) kube_pod_labels{namespace='<insert target namespace>',label_type='esp'} > 1) by (pod, namespace, label_project)
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: A
- refId: C
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
type: gt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: A
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
noDataState: OK
execErrState: Error
for: 1m
labels:
type: esp-project
isPaused: false
- uid: b5c387d9-b061-4c33-b0f0-8d95aac22e9c
title: ESP Project Memory > 80% Threshold
condition: B
data:
- refId: PodsMemory
relativeTimeRange:
from: 300
to: 0
datasourceUid: prometheus
model:
editorMode: code
expr: sum(container_memory_working_set_bytes{job="kubelet", metrics_path="/metrics/cadvisor", namespace="<insert target namespace>", container!="", image!="", pod=~"(esm|esps).+"}) by (pod)
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: PodsMemory
- refId: PodsMemoryLimits
relativeTimeRange:
from: 300
to: 0
datasourceUid: prometheus
model:
datasource:
type: prometheus
uid: prometheus
editorMode: code
expr: "sum(\r\n kube_pod_container_resource_limits{job=\"kube-state-metrics\", namespace=\"<insert target namespace>\", resource=\"memory\", pod=~\"(esm|esps).+\"}\r\n) by (pod)"
hide: false
instant: true
intervalMs: 1000
legendFormat: __auto
maxDataPoints: 43200
range: false
refId: PodsMemoryLimits
- refId: Divide
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
- 0
type: gt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: ${PodsMemory} / ${PodsMemoryLimits}
hide: false
intervalMs: 1000
maxDataPoints: 43200
refId: Divide
type: math
- refId: B
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0.8
- 0
type: gt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: Divide
hide: false
intervalMs: 1000
maxDataPoints: 43200
refId: B
type: threshold
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false
- uid: c46d546b-26cd-4661-93c2-8adcdc509b33
title: ESP Project Logs Error
condition: C
data:
- refId: A
queryType: instant
relativeTimeRange:
from: 300
to: 0
datasourceUid: P8E80F9AEF21F6940
model:
datasource:
type: loki
uid: P8E80F9AEF21F6940
editorMode: code
expr: sum by(namespace, project, level) (count_over_time({namespace="<insert target namespace>", type="esp"} | json | __error__=`` | level =~ `ERROR` [$__auto]))
hide: false
intervalMs: 1000
maxDataPoints: 43200
queryType: instant
refId: A
- refId: C
relativeTimeRange:
from: 300
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
type: gt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: A
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false
- uid: edaf9077-cf97-46a4-9aec-2f631eb10982
title: ESP Project Logs SEVERE
condition: C
data:
- refId: A
queryType: instant
relativeTimeRange:
from: 300
to: 0
datasourceUid: P8E80F9AEF21F6940
model:
datasource:
type: loki
uid: P8E80F9AEF21F6940
editorMode: code
expr: sum by(namespace, project, level) (count_over_time({namespace="<insert target namespace>", type="esp"} | json | __error__=`` | level =~ `SEVERE` [$__auto]))
intervalMs: 1000
maxDataPoints: 43200
queryType: instant
refId: A
- refId: C
relativeTimeRange:
from: 300
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
type: gt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: A
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
noDataState: OK
execErrState: Error
for: 1m
annotations: {}
labels:
type: esp-project
isPaused: false