observatorium / thanos-receive-controller

Kubernetes controller to automatically configure Thanos receive hashrings
Apache License 2.0
93 stars 42 forks source link

main.go: add missing pprof handlers #34

Closed squat closed 4 years ago

squat commented 4 years ago

pprof.Index automatically delegates to the profile handlers accessible via pprof.Handler(...), but not ALL profiles. This commit adds support for the missing profiles.

Signed-off-by: Lucas Servén Marín lserven@gmail.com

reference: https://golang.org/src/net/http/pprof/pprof.go?s=8862:9042#L260

cc @kakkoyun @metalmatze