Scrape hydra

This commit is contained in:
Ilya K 2024-07-09 14:54:55 +03:00
parent da029f0dea
commit b328bd569d

View file

@ -123,5 +123,10 @@ in {
}; };
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];
bagel.monitoring.grafana-agent.exporters = {
hydra.port = port;
hydra-queue-runner.port = 9198;
};
}; };
} }