weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Disable `/debug/pprof` endpoint on the service #332

Closed SamLR closed 2 years ago

SamLR commented 2 years ago

This endpoint should not be publicly visible. We disable it here by switching RegisterInstrumentation to false and then manually adding the /metrics endpoint back in. The rest of the metrics configuration is handled by the server library so we can ignore that for the time being.