Workaround for upstream crash when !datadog

This commit is contained in:
Mathieu Fenniak 2022-11-23 12:57:49 -07:00
parent e7f761fe60
commit eed28ead0c

View File

@ -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;