prometheusmetricshost-metricsmachine-metricsnode-metricsprocfsprometheus-exportersystem-informationsystem-metrics
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.6 KiB
38 lines
1.6 KiB
module github.com/prometheus/node_exporter |
|
|
|
require ( |
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect |
|
github.com/beevik/ntp v0.3.0 |
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf |
|
github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043 |
|
github.com/go-kit/kit v0.10.0 |
|
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968 |
|
github.com/golang/protobuf v1.4.1 // indirect |
|
github.com/hodgesds/perf-utils v0.0.8 |
|
github.com/jpillora/backoff v1.0.0 // indirect |
|
github.com/lufia/iostat v1.1.0 |
|
github.com/mattn/go-xmlrpc v0.0.3 |
|
github.com/mdlayher/genetlink v1.0.0 // indirect |
|
github.com/mdlayher/netlink v1.1.0 // indirect |
|
github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee |
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect |
|
github.com/pkg/errors v0.9.1 |
|
github.com/prometheus/client_golang v1.6.0 |
|
github.com/prometheus/client_model v0.2.0 |
|
github.com/prometheus/common v0.10.0 |
|
github.com/prometheus/procfs v0.1.3 |
|
github.com/siebenmann/go-kstat v0.0.0-20200303194639-4e8294f9e9d5 |
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a |
|
go.uber.org/multierr v1.5.0 // indirect |
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 |
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect |
|
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect |
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect |
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 |
|
golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97 // indirect |
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 |
|
gopkg.in/yaml.v2 v2.3.0 |
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect |
|
) |
|
|
|
go 1.14
|
|
|