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

Strict module for StatsD meta-programming methods #186

Closed wvanbergen closed 5 years ago

wvanbergen commented 5 years ago

Followup to #183.

This adds a strict definition of the metaprogramming methods as part of strict mode. This can be used to find deprecated patterns in codebases that use this library.

wvanbergen commented 5 years ago

I want to test this on Shopify first to see if it gives useful feedback, but it's good for some initial eyes.

wvanbergen commented 5 years ago

Just going to run this on Shopify core to see if we get useful feedback

wvanbergen commented 5 years ago

Found some issues using this, so it seems to work!