expose go runtime pprof endpoint #165
Labels
kind/improvement
Categorizes issue or PR as related to improving upon a current feature
project/community
Milestone
Describe the problem/challenge you have
We saw one issue where lvm localpv node agent gets stuck without moving ahead with usual execution (syncing node status & other control loop stuck as we don't see any logs) and wanted to debug it further to see any potential deadlock. Since lvm-localpv don't expose any go runtime information, we could not collect the go routine stack traces.
Describe the solution you'd like
Expose go runtime pprof endpoint.
The text was updated successfully, but these errors were encountered: