Document how to disable the metrics interfaces

This commit is contained in:
Florian Preinstorfer 2025-12-19 05:43:08 +01:00 committed by nblock
parent 3689f05407
commit 7d81dca9aa
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +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.
metrics_listen_addr: 127.0.0.1:9090
# Address to listen for gRPC.