Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
add support for expvar as a backend #29
Comments
suyash
added
enhancement
stretch goal
labels
Aug 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
suyash commentedAug 12, 2016
https://golang.org/pkg/expvar/
one of the original goals of the project was to create generic interfaces that could be implemented for any metrics reporting backend, and expvar should be the simplest to implement