-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incompatible with prometheus/client_golang:master #45
Comments
Your fix works very well. I would appreciate the merge of the related PR! |
jonnenauha
pushed a commit
that referenced
this issue
Jun 20, 2019
Fixed in #46 |
dcaba
added a commit
to dcaba/stackdriver_exporter
that referenced
this issue
Oct 22, 2019
dcaba
added a commit
to dcaba/stackdriver_exporter
that referenced
this issue
Apr 14, 2020
dcaba
added a commit
to dcaba/stackdriver_exporter
that referenced
this issue
Apr 14, 2020
…change in prometheus - jonnenauha/prometheus_varnish_exporter#45 Signed-off-by: Daniel Caballero <[email protected]>
dcaba
added a commit
to dcaba/stackdriver_exporter
that referenced
this issue
Jun 9, 2020
…change in prometheus - jonnenauha/prometheus_varnish_exporter#45 Signed-off-by: Daniel Caballero <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.4.1
andmaster
today,
go build
does not work anymore :($ (master) go build # github.com/jonnenauha/prometheus_varnish_exporter ./main.go:179:33: undefined: prometheus.Handler
There is a recent change in the
prometheus/client_golang
repo prometheus/client_golang/pull/600 that seems to break the varnish exporter build.The change in that PR suggest that the
Handler
now lives inpromhttp
:The text was updated successfully, but these errors were encountered: