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

Support ZGC Cycles MXBean #2795

Merged
merged 1 commit into from
Sep 27, 2021

Commits on Sep 27, 2021

  1. Support ZGC Cycles MXBean

    Since Java 17, the GarbageCollectorMXBean for ZGC has been split into `ZGC Pauses` and `ZGC Cycles`, which allows us to properly measure the pause time and the concurrent collection time. Before we only had access to the overall time.
    
    Resolves micrometer-metricsgh-2372
    shakuzen committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ee35c05 View commit details
    Browse the repository at this point in the history