modules/prometheus: fix basic auth scrape
This commit is contained in:
parent
74b67e1854
commit
92db38383e
5 changed files with 51 additions and 24 deletions
|
@ -18,7 +18,7 @@ in
|
|||
static_configs = [ { targets = [ "${address}${mkPort port}" ]; } ];
|
||||
}
|
||||
// (
|
||||
if isNull null then
|
||||
if isNull passwordFile then
|
||||
{ }
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue