Skip to content
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

Upgrade client_golang to v0.8.0 or newer #69

Closed
matthiasr opened this issue Dec 5, 2018 · 2 comments
Closed

Upgrade client_golang to v0.8.0 or newer #69

matthiasr opened this issue Dec 5, 2018 · 2 comments

Comments

@matthiasr
Copy link
Contributor

statsd_exporter is already using it, and with Go modules this prevents us from bringing in a newer version of the mapper.

There are also performance improvements in client_golang, so this will probably help with #66 as well.

@beorn7
Copy link
Member

beorn7 commented Dec 6, 2018

Note that some of the performance improvements are in prometheus/common, which is un-versioned so far and needs to be updated separately from client_golang.

@matthiasr
Copy link
Contributor Author

fixed by #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants