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

Allow compound matcher without specifying tags #333

Closed rafaelzimmermann closed 1 year ago

rafaelzimmermann commented 1 year ago

This allows the user to specify a compound matcher to verify that a metric was emitted, without having to specify the tags.

It fixes issue pointed by @ChanChar https://github.com/Shopify/statsd-instrument/pull/331#issuecomment-1450880018