Skip to content

Commit 243b0a6

Browse files
authored
Remove file lag alert (#6452)
Signed-off-by: Callum Styan <[email protected]>
1 parent f80e487 commit 243b0a6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

production/promtail-mixin/alerts.libsonnet

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@
3737
|||,
3838
},
3939
},
40-
{
41-
alert: 'PromtailFileLagging',
42-
expr: |||
43-
promtail_stream_lag_seconds > 10
44-
|||,
45-
'for': '15m',
46-
labels: {
47-
severity: 'warning',
48-
},
49-
annotations: {
50-
message: |||
51-
{{ $labels.instance }} {{ $labels.job }} {{ $labels.path }} has been lagging by more than 10 seconds for more than 15m.
52-
|||,
53-
},
54-
},
5540
{
5641
alert: 'PromtailFileMissing',
5742
expr: |||

0 commit comments

Comments
 (0)