Split out guest cpu metrics on Linux. (#744)

Linux "guest" metrics for VMs are already accounted for in node_cpu
`user` and `nice` metrics.  Separate these into their own metric to
avoid duplication of data.
This commit is contained in:
Ben Kochie 2017-11-23 15:04:47 +01:00 committed by GitHub
commit 2a80537547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 27 deletions

View file

@ -1,3 +1,9 @@
## master / unreleased
**Breaking changes**
Linux node_cpu metrics now break out `guest` values into separate metrics. See Issue #737
## v0.15.0 / 2017-10-06
**Breaking changes**