Fix various Prometheus exporter tests (#520400)

This commit is contained in:
yaya
2026-05-18 12:15:58 +00:00
committed by GitHub
+2 -1
View File
@@ -815,6 +815,7 @@ let
};
# initialize wallet, creates macaroon needed by exporter
systemd.services.lnd.postStart = ''
until [ -f /var/lib/lnd/tls.cert ]; do sleep 1; done
${pkgs.curl}/bin/curl \
--retry 20 \
--retry-delay 1 \
@@ -2051,7 +2052,7 @@ let
{
exporterConfig = {
enable = true;
instance = "/run/varnish/varnish";
instance = "/var/run/varnishd";
group = "varnish";
};
metricProvider = {