kubectl: support Go runtime execution tracing #1720
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/cli
Categorizes an issue or PR as relevant to SIG CLI.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What would you like to be added?
Support for running
kubectl
with the Go runtime execution tracer enabled.Why is this needed?
There is already support for enabling most of the runtime profilers via the
--profile
option, but not for the runtime execution tracer. The tracer is useful for finding concurrency bottlenecks and understanding off-CPU time, including networking, in a way that isn't possible with any of the other Go profilers. Having it would make it easier to debug latency issues inkubectl
.I'm happy to send a PR implementing this.
The text was updated successfully, but these errors were encountered: