@cryptotaxi247 / infra / commits / 7593283b

hydra-proxy: Don't rate limit the metrics endpoint

Dionysis Grigoropoulos committed Sep 14, 2025 at 01:32 UTC 7593283b71936d2c983bc55854911eabb5736a70
1 file changed +4
build/hydra-proxy.nix
+4
@@ -78,6 +78,10 @@
78 Allow: /$
79 '';
80
81 + locations."~ ^/job/[^/]+/[^/]+/metrics/metric/" = {
82 + proxyPass = "http://hydra-server";
83 + };
84 +
85 locations."/" = {
86 proxyPass = "http://$upstream";
87 extraConfig = ''