aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-05-23 21:46:54 +0200
committerBen Kochie <superq@gmail.com>2020-05-24 16:31:26 +0200
commit3565316d7e306d60ad74248291eaabb3410f2972 (patch)
treec17f3d60f0674c7794f4d9b633b1628f35c55523 /.circleci
parentb8847b5b3237c18aa25426fccb3d69a9bdff6ee1 (diff)
downloadprometheus_node_collector-3565316d7e306d60ad74248291eaabb3410f2972.tar.bz2
prometheus_node_collector-3565316d7e306d60ad74248291eaabb3410f2972.tar.xz
prometheus_node_collector-3565316d7e306d60ad74248291eaabb3410f2972.zip
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>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 19c0f1b..018b8b1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28 steps: 28 steps:
29 - checkout 29 - checkout
30 - run: sudo pip install codespell 30 - run: sudo pip install codespell
31 - run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum,*pem" -L uint,packages\',uptodate 31 - run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum,*pem,./collector/fixtures" -L uint,packages\',uptodate
32 32
33 build: 33 build:
34 machine: 34 machine: