rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

expose sync to expvar so it can be routed with other http framework #158

Closed jchengj closed 7 years ago

jchengj commented 8 years ago

I'm using Gin http framework for my project and our proxy service prohibits us from exposing 2 ports. I wanted to expose syncToExpvar so it can be used in my custom gin handler

mihasya commented 7 years ago

This appears to be a dupe of #167. Please re-open if that's not the case.