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

JVM gc duration unit and bucket boundaries #3458

Merged
merged 3 commits into from
May 3, 2023

Conversation

jack-berg
Copy link
Member

Resolves #3414.

Indicate that seconds should be unit for process.runtime.jvm.gc.duration.

Also indicate that advice should specify bucket boundaries are []. This effectively downgrades gc duration to a summary by default, capturing min, max, sum, and count. Users can opt in to the distribution using views or metric reader configuration.

@jack-berg jack-berg requested review from a team April 28, 2023 16:16
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.

Change JVM GC duration metric from milliseconds to seconds
5 participants