performancecopilot / speed

A Go implementation of the PCP instrumentation API
MIT License
37 stars 6 forks source link

add support for expvar as a backend #29

Open suyash opened 8 years ago

suyash commented 8 years ago

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