Skip to content

Commit 3d4256c

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#642)
1 parent 9a16ac8 commit 3d4256c

File tree

10 files changed

+4211
-0
lines changed

10 files changed

+4211
-0
lines changed
1 Byte
Binary file not shown.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
groups:
2+
- name: alert.rules
3+
rules:
4+
- alert:
5+
kind: 8
6+
style: 0
7+
tag: '!!str'
8+
value: Lightning_import_failure_tables_count
9+
anchor: ""
10+
alias: null
11+
content: []
12+
headcomment: ""
13+
linecomment: ""
14+
footcomment: ""
15+
line: 4
16+
column: 12
17+
expr:
18+
kind: 8
19+
style: 0
20+
tag: '!!str'
21+
value: sum ( lightning_tables{result="failure"} ) > 0
22+
anchor: ""
23+
alias: null
24+
content: []
25+
headcomment: ""
26+
linecomment: ""
27+
footcomment: ""
28+
line: 5
29+
column: 11
30+
for: 1m
31+
labels:
32+
env: ENV_LABELS_ENV
33+
expr: sum ( lightning_tables{result="failure"} ) > 0
34+
level: emergency
35+
annotations:
36+
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values:{{
37+
$value }}'
38+
summary: Lightning failed to import a table
39+
value: '{{ $value }}'

0 commit comments

Comments
 (0)