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

Added stack-monitoring-sample-rate to agent properties #34

Conversation

MagielBruntink
Copy link
Contributor

Motivation for this PR: in some use cases it is preferable to have a more accurate JVM stack monitoring than the default 10 ms interval provides. Therefore this PR adds the stack-monitoring-sample-rate property so the sample rate/interval can be set by the user via config.properties. Allowable values are checked to be within [1,1000] range, defaulting to 10 ms when not set.

@adelnoureddine
Copy link
Member

Thanks @MagielBruntink, this seems all fine to me but I have to check it through locally so everything is working fine.
Could you please base your PR on the develop branch instead?

@MagielBruntink MagielBruntink force-pushed the add-stack-monitoring-sample-rate-property branch from fb9d514 to aad6e97 Compare September 26, 2023 20:05
@MagielBruntink MagielBruntink changed the base branch from main to develop September 26, 2023 20:06
@MagielBruntink
Copy link
Contributor Author

@adelnoureddine re-based and re-targetted the PR.

@adelnoureddine
Copy link
Member

Thanks, I'll merge your PR.

@adelnoureddine adelnoureddine merged commit 85558c0 into joular:develop Sep 27, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants