aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-05-31 18:30:37 +0200
committerGitHub <noreply@github.com>2019-05-31 18:30:37 +0200
commit8146998945437493c40a9065dfcf0980d7cba85d (patch)
treed5e29f066c426b2a3fa4fec48be835aff8029771 /go.mod
parent501ccf9fb4ccc8d8b42d8936b4d8846604f9ac97 (diff)
downloadprometheus_node_collector-8146998945437493c40a9065dfcf0980d7cba85d.tar.bz2
prometheus_node_collector-8146998945437493c40a9065dfcf0980d7cba85d.tar.xz
prometheus_node_collector-8146998945437493c40a9065dfcf0980d7cba85d.zip
Fix rollover bug in mountstats collector (#1364)
* Update procfs vendor to pull in github.com/prometheus/procfs/pull/165 * Update mountstats collector to use new types. * Rollover counter automatically to avoid float64 accuracy issues. * Update e2e test. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3a0fb37..bc49f91 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
18 github.com/prometheus/client_golang v0.9.2 18 github.com/prometheus/client_golang v0.9.2
19 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 19 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
20 github.com/prometheus/common v0.3.0 20 github.com/prometheus/common v0.3.0
21 github.com/prometheus/procfs v0.0.0-20190507043628-bc6930f2d510 21 github.com/prometheus/procfs v0.0.0-20190529155944-65bdadfa96ae
22 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 22 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
23 github.com/sirupsen/logrus v1.4.1 // indirect 23 github.com/sirupsen/logrus v1.4.1 // indirect
24 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 24 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a