eris: scrape hydra's notify metrics
Eelco Dolstra committed
Aug 25, 2021 at 17:54 UTC
bf95096ae0bf081f4e1fe079b76470465051174f
1 file changed
+12
delft/eris.nix
+12
@@ -353,6 +353,18 @@ in {
353
}
354
];
355
}
356
+ {
357
+ job_name = "hydra_notify";
358
+ metrics_path = "/metrics";
359
+ scheme = "http";
360
+ static_configs = [
361
+ {
362
+ targets = [
363
+ "hydra.nixos.org:9199"
364
+ ];
365
+ }
366
+ ];
367
+ }
368
369
{
370
job_name = "hydra-webserver";