cloudnativelabs / kube-router

Kube-router, a turnkey solution for Kubernetes networking.
https://kube-router.io
Apache License 2.0
2.33k stars 471 forks source link

fix: avoid to use http.DefaultServeMux which includes defaults routes inited by go like /debug/pprof #1771

Open morlay opened 1 day ago

morlay commented 1 day ago

https://cs.opensource.google/go/go/+/refs/tags/go1.23.3:src/net/http/pprof/pprof.go;l=100

metrics may just metrics

if enable pprof in metrics server, the flags --enable-pprof may be confused.