prom, haumea: Export more metrics for the hydra database
Eelco Dolstra committed
May 30, 2021 at 02:34 UTC
c80b44dd3e03086f67e0313051b59c2e53a9c1e3
1 file changed
+1
delft/haumea.nix
+1
@@ -164,6 +164,7 @@
164
dataSourceName = "user=root database=hydra host=/run/postgresql sslmode=disable";
165
firewallFilter = "-i wg0 -p tcp -m tcp --dport 9187";
166
openFirewall = true;
167
+ extraFlags = [ "--extend.query-path" "${pkgs.prometheus-postgres-exporter.src}/queries.yaml" ];
168
};
169
170
programs.ssh = {