Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve runsc profile collection #220

Open
prattmic opened this issue Apr 30, 2019 · 0 comments

Comments

Projects
None yet
1 participant
@prattmic
Copy link
Member

commented Apr 30, 2019

The ability to collect sentry profiles with runsc is currently quite limited:

  • Only CPU and heap profiles are supported.
  • Profiling can only be enabled after startup with runsc debug. There is no way to enable profiling when the sandbox starts.

We should add more profile types (tracing, block, mutex, etc: https://godoc.org/runtime/pprof#Profile), and the ability to create them at startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.