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

Record Java threads automatically #209

Open
ahtrotta opened this issue Sep 7, 2023 · 1 comment
Open

Record Java threads automatically #209

ahtrotta opened this issue Sep 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ahtrotta
Copy link

ahtrotta commented Sep 7, 2023

Current behavior is that new threads spawned from the main thread will not record anything.

Detect when a thread starts and begin recording then. Take care not to overwhelm the filesystem with thousands of AppMaps in the case where there’s a large thread pool processing lots of messages per thread.

@ahtrotta ahtrotta added the enhancement New feature or request label Sep 7, 2023
@kgilpin
Copy link
Contributor

kgilpin commented Mar 19, 2024

I don't know that this will be satisfactory to the user, unless the data can all be merged into one view somehow. Otherwise it's not clear how the user will find, open, and interpret the additional AppMaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants