metrics: make metrics endpoint toggleable
This commit is contained in:
parent
a9122c3de3
commit
06e6c29a5b
8 changed files with 38 additions and 18 deletions
|
@ -14,6 +14,7 @@ dns_config:
|
|||
db_path: /tmp/integration_test_db.sqlite3
|
||||
private_key_path: private.key
|
||||
listen_addr: 0.0.0.0:8080
|
||||
metrics_enabled: true
|
||||
metrics_listen_addr: 127.0.0.1:9915
|
||||
server_url: http://headscale:8080
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue