add some docs for telemetry server

move pprof to the telemetry server only
This commit is contained in:
Nicola Murino
2020-12-18 09:47:22 +01:00
parent 6d895843dc
commit 143df87fee
10 changed files with 31 additions and 29 deletions

View File

@@ -119,6 +119,10 @@
"certificate_file": "",
"certificate_key_file": ""
},
"telemetry": {
"bind_port": 10000,
"bind_address": "127.0.0.1"
},
"http": {
"timeout": 20,
"ca_certificates": [],