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 a warning about where one can use dynamic tags #325

Closed leandromoreira closed 1 year ago

leandromoreira commented 1 year ago

I was trying to use the dynamic tags outside of the metaprogramming methods, and I noticed that it won't work because the feature was added only to the Instrument.

I thought it's good to leave a note while we don't implement the same behavior for the basic methods.