-
Notifications
You must be signed in to change notification settings - Fork 34
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
Could not compile with newest github.com/prometheus/client_golang/prometheus #33
Comments
It seems this project still use 0.8.0(a year and four months ago) version of github.com/prometheus/client_golang/prometheus |
This repo depends on https://github.com/uber-go/tally which has pinned the older version of prometheus. Once uber-go/tally#42 is resolved, we can go ahead and support newer versions of prometheus, however we'd still somehow have to maintain backwards compatibility. |
0.8.0 is the latest official release (https://github.com/prometheus/client_golang/releases), so I don't see a problem here. |
Same here:
I'm using |
More explanation about the tagging/releasing/stable state of prometheus/client_golang has been added to the README.md here: https://github.com/prometheus/client_golang#important-note-about-releases-versioning-tagging-stability-and-your-favorite-go-dependency-management-tool |
#42 solved this issue |
Thanks @pavelnikolov |
# github.com/uber/jaeger-lib/metrics/prometheus ../../../github.com/uber/jaeger-lib/metrics/prometheus/factory.go:143:12: cannot use hv.WithLabelValues(f.tagsAsLabelValues(labelNames, tags)...) (type prometheus.Observer) as type prometheus.Histogram in field value: prometheus.Observer does not implement prometheus.Histogram (missing Collect method)
The text was updated successfully, but these errors were encountered: