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

Update Readme to correct default settings #252

Closed mike-stewart closed 4 years ago

mike-stewart commented 4 years ago

The documentation says that the default implementation is statsd, but it appears to actually be datadog. This updates the README.

https://github.com/Shopify/statsd-instrument/blob/02e682d463eba0043db1935d15c0ab1b523e9dd5/lib/statsd/instrument/environment.rb#L61

wvanbergen commented 4 years ago

Fixed by #270