rcrowley / go-metrics

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

add the ability to pass a context to the logging #250

Closed pjvds closed 5 years ago

pjvds commented 5 years ago

This allows cancelation of the log routine that might come in handy when dealing with multiple registries that are created or disposed on the fly.

mihasya commented 5 years ago

I believe this too is addressed in #209