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

Split up GC Handlers, add support for Parallel #201

Merged
merged 11 commits into from
Jan 24, 2022

Conversation

kittylyst
Copy link
Contributor

Description:

Break out the GC Handlers into a common one (GCHeapSummary) and separate handlers (e.g. for Young Collections) - one per supported GC. Add support for G1 & Parallel

Testing:

Manual testing to show no regressions.

Documentation:

Outstanding items:

More test coverage would be good. Investigate whether it's possible to add Shenandoah in its current, non-generational version.

Copy link
Contributor

@anuraaga anuraaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found a couple of nits that could use Java 17 power 💪

Copy link
Member

@jack-berg jack-berg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still some questions about metric types chosen, but as you mention we'll get those refactored in future versions, hopefully with the additional guidance of some more flushed out semantic conventions.

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.

6 participants