Commit eed28ead authored by Mathieu Fenniak's avatar Mathieu Fenniak
Browse files

Workaround for upstream crash when !datadog

parent e7f761fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ let
    poller = { inherit (cfg.log) debug quiet; };
    unifi = { inherit (cfg) controllers; };
    influxdb.disable = true;
    datadog.disable = true; # workaround for https://github.com/unpoller/unpoller/issues/442
    prometheus = {
      http_listen = "${cfg.listenAddress}:${toString cfg.port}";
      report_errors = cfg.log.prometheusErrors;