@cryptotaxi247 / infra-1 / commits / f19e938e

prometheus: drop duplicate queue-runner scrape job

Martin Weinelt committed Jun 18, 2026 at 00:54 UTC f19e938e176224f46a9715d7c4fb48214ca97010
1 file changed -6
build/pluto/prometheus/exporters/hydra.nix
-6
@@ -15,12 +15,6 @@
15 scheme = "https";
16 static_configs = [ { targets = [ "queue-runner.hydra.nixos.org:443" ]; } ];
17 }
18 - {
19 - job_name = "hydra_queue_runner_dev";
20 - metrics_path = "/metrics";
21 - scheme = "https";
22 - static_configs = [ { targets = [ "queue-runner.hydra.nixos.org:443" ]; } ];
23 - }
18 {
19 job_name = "hydra-webserver";
20 metrics_path = "/metrics";