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

Remove sample_rate from StatsD.event README #256

Closed smudge closed 4 years ago

smudge commented 4 years ago

As of a prior PR, sample_rate is ignored for StatsD.event calls: https://github.com/Shopify/statsd-instrument/pull/199

This PR removes sample_rate from the README example for that same method.