remove tls for the metric port
This commit is contained in:
parent
310aa910e0
commit
d290548781
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
{
|
||||
port = 9009;
|
||||
type = "metrics";
|
||||
tls = false;
|
||||
bind_addresses = [ "::" ];
|
||||
resources = [ ];
|
||||
}];
|
||||
|
|
Loading…
Reference in a new issue