Metrics: Disable toggle. Set default port to 9090

This commit is contained in:
Nico Rey
2022-02-28 10:40:02 -03:00
parent 6126d6d9b5
commit 9a61725e9f
8 changed files with 22 additions and 42 deletions

View File

@@ -16,14 +16,11 @@ server_url: http://127.0.0.1:8080
#
listen_addr: 0.0.0.0:8080
# Enable Prometheus metrics endpoint
metrics_enabled: true
# Address to listen to /metrics, you may want
# to keep this endpoint private to your internal
# network
#
metrics_listen_addr: 127.0.0.1:9915
metrics_listen_addr: 127.0.0.1:9090
# Address to listen for gRPC.
# gRPC is used for controlling a headscale server