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

Make Datadog the default datagram builder. #222

Closed wvanbergen closed 5 years ago

wvanbergen commented 5 years ago

Because the new client is not permissive for features that are not supported compared to the legacy client, it's important that a client is configured with the right datagram builder, even in the development and test environments.

As discussed offline, having Datadog as default will make configuring our development and test environments correctly a lot easier.