Skip to content

Commit

Permalink
Merge pull request #71 from paulfantom/nfs-fix
Browse files Browse the repository at this point in the history
Bug 1890466: Fix issues with too many log messages in NFS collector
  • Loading branch information
openshift-merge-robot committed Oct 25, 2020
2 parents e6c361e + 93d2ed7 commit 4444f15
Show file tree
Hide file tree
Showing 38 changed files with 76 additions and 5,932 deletions.
4 changes: 3 additions & 1 deletion go.mod
@@ -1,5 +1,7 @@
module github.com/prometheus/node_exporter

go 1.14

require (
github.com/beevik/ntp v0.2.0
github.com/beorn7/perks v1.0.0 // indirect
Expand Down Expand Up @@ -31,4 +33,4 @@ require (
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)

replace github.com/prometheus/procfs => github.com/pgier/procfs v0.0.0-20191009150458-7d6f90cdaf41
replace github.com/prometheus/procfs => github.com/openshift/procfs v0.0.2-0.20201022100146-84f9655b2c90
6 changes: 2 additions & 4 deletions go.sum
Expand Up @@ -49,10 +49,8 @@ github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835/go.mod h1:a3TlQHk
github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9 h1:ag57ienknXLMhoSbkYvaZLF9Taxu9GtBHUJ4jP5ER8s=
github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9/go.mod h1:Evt/EIne46u9PtQbeTx2NTcqURpr5K4SvKtGmBuDPN8=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/pgier/procfs v0.0.0-20191009064913-fd8fc01072a6 h1:SO5nDu8vkv19D83+QgKOjtCJ4VekKCmkJXJBsONzoyM=
github.com/pgier/procfs v0.0.0-20191009064913-fd8fc01072a6/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/pgier/procfs v0.0.0-20191009150458-7d6f90cdaf41 h1:UABs4w4saEiPTwAJqcuGEZXHRV1iEtggSM0jl+E4WbQ=
github.com/pgier/procfs v0.0.0-20191009150458-7d6f90cdaf41/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/openshift/procfs v0.0.2-0.20201022100146-84f9655b2c90 h1:+xm1Q1hcCfrWiPJICjASV7NqPFTCzBuRPeh/9p7P4ck=
github.com/openshift/procfs v0.0.2-0.20201022100146-84f9655b2c90/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down
17 changes: 17 additions & 0 deletions vendor/github.com/prometheus/procfs/OWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions vendor/github.com/prometheus/procfs/mountstats.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4444f15

Please sign in to comment.