rcrowley / go-metrics

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

PrefixedRegistry Get() inconsistent #174

Closed drichelson closed 7 years ago

drichelson commented 8 years ago

https://github.com/rcrowley/go-metrics/blob/master/registry.go#L173 Does not prepend the prefix before looking up the metric.

mihasya commented 7 years ago

Thank you for the fix!