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
574 stars 97 forks source link

Add DogStatsD compatibility test. #192

Closed wvanbergen closed 5 years ago

wvanbergen commented 5 years ago

I am not sure if this is useful (and it was surprisingly hard to write), but I wrote this to affirm that the old and new implementation are compatible.

I am not so worried about the datagram format specifically, but more about API compatibility. Do we implement all the API that we currently rely on? I am not sure if this is the best approach to show or proof that. Open to ideas!