modules/nixos/monitoring/alert-rules: OfBorgEvalQueue: 2x -> 3x

This commit is contained in:
zowoq 2024-10-13 10:30:22 +10:00
parent b38af78b7d
commit 56d7deecd2

View file

@ -29,9 +29,9 @@
}; };
OfBorgEvalQueue = { OfBorgEvalQueue = {
expr = ''ofborg_queue_evaluator_waiting > (2 * ofborg_queue_evaluator_consumers)''; expr = ''ofborg_queue_evaluator_waiting > (3 * ofborg_queue_evaluator_consumers)'';
for = "1h"; for = "1h";
annotations.description = "ofborg evaluator queue is more than 2x the number of evaluators"; annotations.description = "ofborg evaluator queue is more than 3x the number of evaluators";
}; };
}; };
}; };