mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-23 06:53:24 +01:00
This commit is contained in:
parent
8b56443b2d
commit
7129af88ba
4 changed files with 20 additions and 20 deletions
|
|
@ -61,9 +61,9 @@ in
|
|||
};
|
||||
|
||||
promtail_file_lagging = {
|
||||
condition = ''abs(promtail_file_bytes_total - promtail_read_bytes_total) > 1e6'';
|
||||
condition = "abs(promtail_file_bytes_total - promtail_read_bytes_total) > 1e6";
|
||||
time = "15m";
|
||||
description = ''{{ $labels.instance }} {{ $labels.job }} {{ $labels.path }} has been lagging by more than 1MB for more than 15m'';
|
||||
description = "{{ $labels.instance }} {{ $labels.job }} {{ $labels.path }} has been lagging by more than 1MB for more than 15m";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue