bitly / statsdaemon

an implementation of Etsy's statsd in Go
The Unlicense
570 stars 131 forks source link

Add Metric name to unrecognized type code error #84

Closed justincmoy closed 7 years ago

justincmoy commented 7 years ago

Adding the metric name to the 'unrecognized type code' error makes it easier to debug the invalid metric in order to fix it.

ploxiln commented 7 years ago

👍