Linux CPU: Cache CPU metrics
Cache CPU metrics to avoid counters (ie iowait) jumping backwards. Fixes: https://github.com/prometheus/node_exporter/issues/1686 Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
b8847b5b32
commit
3565316d7e
3 changed files with 86 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: sudo pip install codespell
|
||||
- run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum,*pem" -L uint,packages\',uptodate
|
||||
- run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum,*pem,./collector/fixtures" -L uint,packages\',uptodate
|
||||
|
||||
build:
|
||||
machine:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue