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

Profiling app in clustered mode #112

Closed
valodzka opened this issue Jun 28, 2023 · 1 comment
Closed

Profiling app in clustered mode #112

valodzka opened this issue Jun 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@valodzka
Copy link

I'm trying to profile ruby app that runs using puma web server in culstered (multi process) mode.
Looks like that it only collects samples from main process, but not from forked process.

I'm using basic settings as described here https://pyroscope.io/docs/ruby/
Am I doing something wrong? Do forked process need some additional configuration? Or is this not supported?

@valodzka valodzka added the bug Something isn't working label Jun 28, 2023
@valodzka
Copy link
Author

answer is
config.detect_subprocesses = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant