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

Add extended flag to CPU collector #577

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2017

  1. Add extended flag to CPU collector

    This allows us to produce both simple and complex metrics - this way, simple metrics can be aggregated, but we still
    have the option to drill-down into per-host metrics in situations that require them (eg. checking steal on an
    individual VM)
    Scott Cunningham committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    2bede02 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Update CPUCollector docs

    Scott Cunningham committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    85e92f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Add test case for CPUCollector with 'simple' flag set

    Scott Cunningham committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    e32ac29 View commit details
    Browse the repository at this point in the history
  2. Add test case for CPUCollector with 'extended' flag set

    Scott Cunningham committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    c810a9a View commit details
    Browse the repository at this point in the history