Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
570 stars 94 forks source link

Allow # in tag values #215

Closed wvanbergen closed 4 years ago

wvanbergen commented 4 years ago

The current implementation allows # in tag values. The datagram parser was not accepting that, so it failed to parse some of the datagrams that originate from the Shopify codebase. This fixes it.