@cryptotaxi247 / infra-1 / commits / 645be9e5

eris: BuildsStuckOverTwoDays: add a summary with the machine name

Eelco Dolstra committed Nov 23, 2021 at 20:50 UTC 645be9e5e31e88583f56c33b4071a69435bb573c
1 file changed +1
delft/eris.nix
+1
@@ -122,6 +122,7 @@ in {
122 expr = ''hydra_machine_build_duration_bucket{le="+Inf"} - ignoring(le) hydra_machine_build_duration_bucket{le="172800"} > 0'';
123 for = "30m";
124 labels.severity = "warning";
125 + annotations.summary = "{{ $labels.machine }} has {{ $value }} over-age jobs.";
126 annotations.grafana = "https://monitoring.nixos.org/grafana/d/j0hJAY1Wk/in-progress-build-duration-heatmap";
127 }
128 ];