Merge pull request #23155 from doshitan/fix-prometheus-basic-auth
prometheus service: fix basic auth option
Benjamin Staffin 8 years ago 1c555e77 690968df
··· 134 134 }; 135 135 }); 136 136 default = null; 137 137 + apply = x: if x == null then null else _filter x; 137 138 description = '' 138 139 Optional http login credentials for metrics scraping. 139 140 '';