Merge pull request #23155 from doshitan/fix-prometheus-basic-auth

prometheus service: fix basic auth option
This commit is contained in:
Benjamin Staffin 2017-02-24 15:08:35 -05:00 committed by GitHub
commit 1c555e772e

View file

@ -134,6 +134,7 @@ let
};
});
default = null;
apply = x: if x == null then null else _filter x;
description = ''
Optional http login credentials for metrics scraping.
'';