docs(config): fix typo in config-example.yaml
Fixes a typo in the description of `metrics_listen_addr` property.
This commit is contained in:
parent
01eb5402f9
commit
585d0c01bc
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ listen_addr: 127.0.0.1:8080
|
|||
|
||||
# Address to listen to /metrics and /debug, you may want
|
||||
# to keep this endpoint private to your internal network
|
||||
# Use an emty value to disable the metrics listener.
|
||||
# Use an empty value to disable the metrics listener.
|
||||
metrics_listen_addr: 127.0.0.1:9090
|
||||
|
||||
# Address to listen for gRPC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue