Skip to content

Commit

Permalink
Update prometheus/client_golang vendoring (prometheus#1099)
Browse files Browse the repository at this point in the history
This is mostly required to fix a bug with histograms on 32bit platforms.
(Which might or might not be used in node_exporter. Just in case...)

Signed-off-by: beorn7 <[email protected]>
  • Loading branch information
beorn7 authored and SuperQ committed Oct 5, 2018
1 parent 01ec8c5 commit bddf41d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 40 deletions.

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

45 changes: 25 additions & 20 deletions vendor/github.com/prometheus/client_golang/prometheus/histogram.go

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

37 changes: 25 additions & 12 deletions vendor/github.com/prometheus/client_golang/prometheus/registry.go

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

14 changes: 7 additions & 7 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,22 +115,22 @@
"revisionTime": "2017-09-01T18:29:50Z"
},
{
"checksumSHA1": "lLvg5TpUtFbkyAoh+aI5T/nnpWw=",
"checksumSHA1": "frS661rlSEZWE9CezHhnFioQK/I=",
"path": "github.com/prometheus/client_golang/prometheus",
"revision": "e637cec7d9c8990247098639ebc6d43dd34ddd49",
"revisionTime": "2018-09-17T10:21:22Z"
"revision": "0a8115f42e037a6e327f9a269a26ff6603fb8472",
"revisionTime": "2018-10-01T17:40:01Z"
},
{
"checksumSHA1": "UBqhkyjCz47+S19MVTigxJ2VjVQ=",
"path": "github.com/prometheus/client_golang/prometheus/internal",
"revision": "e637cec7d9c8990247098639ebc6d43dd34ddd49",
"revisionTime": "2018-09-17T10:21:22Z"
"revision": "0a8115f42e037a6e327f9a269a26ff6603fb8472",
"revisionTime": "2018-10-01T17:40:01Z"
},
{
"checksumSHA1": "d5BiEvD8MrgpWQ6PQJUvawJsMak=",
"path": "github.com/prometheus/client_golang/prometheus/promhttp",
"revision": "e637cec7d9c8990247098639ebc6d43dd34ddd49",
"revisionTime": "2018-09-17T10:21:22Z"
"revision": "0a8115f42e037a6e327f9a269a26ff6603fb8472",
"revisionTime": "2018-10-01T17:40:01Z"
},
{
"checksumSHA1": "DvwvOlPNAgRntBzt3b3OSRMS2N4=",
Expand Down

0 comments on commit bddf41d

Please sign in to comment.