aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2019-11-25 14:41:38 -0500
committerBen Kochie <superq@gmail.com>2019-11-25 13:41:38 -0600
commitda6b66371f70822bc75303c79c85b80c46bcfae6 (patch)
tree09dc8c777daa4d93dbbff5597941ba5cc69a3138 /go.mod
parent3c2c4e7b3c473777b13e79cc84cc04e519fd3a9a (diff)
downloadprometheus_node_collector-da6b66371f70822bc75303c79c85b80c46bcfae6.tar.bz2
prometheus_node_collector-da6b66371f70822bc75303c79c85b80c46bcfae6.tar.xz
prometheus_node_collector-da6b66371f70822bc75303c79c85b80c46bcfae6.zip
collector: reimplement sockstat collector with procfs (#1552)
* collector: reimplement sockstat collector with procfs * collector: handle sockstat IPv4 disabled, debug logging Signed-off-by: Matt Layher <mdlayher@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 c0ca322..078e3bb 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
15 github.com/prometheus/client_golang v1.0.0 15 github.com/prometheus/client_golang v1.0.0
16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17 github.com/prometheus/common v0.7.0 17 github.com/prometheus/common v0.7.0
18 github.com/prometheus/procfs v0.0.7 18 github.com/prometheus/procfs v0.0.8
19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
21 go.uber.org/atomic v1.3.2 // indirect 21 go.uber.org/atomic v1.3.2 // indirect