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

Always require new client #217

Closed wvanbergen closed 5 years ago

wvanbergen commented 5 years ago

We were only requiring the new client if you would actually use it, which made sense for a beta implementation that people should not rely on.

The next version of this library will really focus on letting people switch to the new client. So it doesn't make much sense anymore to load it conditionally. I've changed the require of the new client to always happen when the library is loaded, to simplify things.