Open 3AceShowHand opened 2 years ago
Golang Pprof is a very powerful and useful tool for developers to investigate program problems.
At the moment, it provides HTTP method for users to obtain the profile files, but still a little bit hard to operate.
We can make cdc client support scrape the profile files, to make the life easier.
Scrape the pprofile files
CPU Profile
cdc cli pprof cpu
Heap Profile
cdc cli pprof heap
No response
@asddongmen please take a look, we can make it.
Is your feature request related to a problem?
Golang Pprof is a very powerful and useful tool for developers to investigate program problems.
At the moment, it provides HTTP method for users to obtain the profile files, but still a little bit hard to operate.
We can make cdc client support scrape the profile files, to make the life easier.
Describe the feature you'd like
Scrape the pprofile files
CPU Profile
Heap Profile
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response