@cryptotaxi247 / infra / commits / b76866e6

eris: scrape the hydra webserver's metrics endpoint

Eelco Dolstra committed Jun 11, 2021 at 15:18 UTC b76866e68750b1f88fc82a030ec6151b459f9426
1 file changed +13
delft/eris.nix
+13
@@ -354,6 +354,19 @@ in {
354 ];
355 }
356
357 + {
358 + job_name = "hydra-webserver";
359 + metrics_path = "/metrics";
360 + scheme = "https";
361 + static_configs = [
362 + {
363 + targets = [
364 + "hydra.nixos.org:443"
365 + ];
366 + }
367 + ];
368 + }
369 +
370
371 {
372 job_name = "prometheus-packet-sd";