treewide: apply nix-fmt
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-01-17 09:04:30 +01:00
parent 8b56443b2d
commit 7129af88ba
4 changed files with 20 additions and 20 deletions

View file

@ -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";
};
};