From 8146998945437493c40a9065dfcf0980d7cba85d Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 31 May 2019 18:30:37 +0200 Subject: 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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 3a0fb37..bc49f91 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 github.com/prometheus/common v0.3.0 - github.com/prometheus/procfs v0.0.0-20190507043628-bc6930f2d510 + github.com/prometheus/procfs v0.0.0-20190529155944-65bdadfa96ae github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 github.com/sirupsen/logrus v1.4.1 // indirect github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a -- cgit v1.2.3