Skip to content

Commit 483a9a3

Browse files
authored
Add keep_firing_for to clickhouse (#1171)
* Add keep_firing_for to clickhouse * Fmt
1 parent 488dcce commit 483a9a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clickhouse-mixin/alerts/alerts.libsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
||| % $._config,
2020
},
2121
'for': '5m',
22+
keep_firing_for: '5m',
2223
},
2324
{
2425
alert: 'ClickHouseRejectedInserts',
@@ -31,6 +32,7 @@
3132
description: 'ClickHouse inserts are being rejected on {{ $labels.instance }} as items are being inserted faster than ClickHouse is able to merge them.',
3233
},
3334
'for': '5m',
35+
keep_firing_for: '5m',
3436
},
3537
{
3638
alert: 'ClickHouseZookeeperSessions',
@@ -45,6 +47,7 @@
4547
|||,
4648
},
4749
'for': '5m',
50+
keep_firing_for: '5m',
4851
},
4952
{
5053
alert: 'ClickHouseReplicasInReadOnly',
@@ -59,6 +62,7 @@
5962
|||,
6063
},
6164
'for': '5m',
65+
keep_firing_for: '5m',
6266
},
6367
],
6468
},

0 commit comments

Comments
 (0)