Is there an easy way to install an apk package (eg go for pprof) on the signoz-otel-collector image?...
a
Is there an easy way to install an apk package (eg go for pprof) on the signoz-otel-collector image? It runs alpine linux but seems very restricted in what's possible in terms of adding packages. I'm looking for a way to make a heap profile of that pod. Running version 0.66 of Signoz
s
pprof is already shipped with signoz-otel-collector and exposes profile endpoint at 1777
a
Just tried it and it works like a charm with portforwarding, thanks for the info!