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

report core throttles for each CPU #1479

Closed
wants to merge 1 commit into from

Commits on Sep 10, 2019

  1. report core throttles for each CPU

    It's possible for two cpus in the same core to have a different
    value for the core_throttle_count, so this change reports a
    cpu_core_throttles metric for each cpu and not just each core.
    Hyperthreading systems have two cpus per core.
    
    Fixes prometheus#1472
    
    Signed-off-by: Paul Gier <[email protected]>
    pgier committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ab8fb46 View commit details
    Browse the repository at this point in the history