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

Memory allocated metric missing for optavgpause and optthruput #2876

Open
shakuzen opened this issue Nov 26, 2021 · 0 comments
Open

Memory allocated metric missing for optavgpause and optthruput #2876

shakuzen opened this issue Nov 26, 2021 · 0 comments
Labels
enhancement A general enhancement module: micrometer-core An issue that is related to our core module
Milestone

Comments

@shakuzen
Copy link
Member

This metric is missing for optavgpause and optthruput due to the allocation pool name not being set. These collectors are non-generational but have multiple memory pools. Therefore, we need to update our JvmGcMetrics implementation to deal with multiple allocation pools. Currently, it expects one allocation pool.

Originally posted by @shakuzen in #2874 (comment)

@shakuzen shakuzen added enhancement A general enhancement module: micrometer-core An issue that is related to our core module labels Nov 26, 2021
@shakuzen shakuzen added this to the 1.9 backlog milestone Nov 26, 2021
@shakuzen shakuzen modified the milestones: 1.9 backlog, 1.10 backlog May 11, 2022
@shakuzen shakuzen modified the milestones: 1.10.x, 1.next Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A general enhancement module: micrometer-core An issue that is related to our core module
Projects
None yet
Development

No branches or pull requests

1 participant