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

Expose sink.flush #361

Closed catlee closed 6 months ago

catlee commented 6 months ago

Allow application code to flush any buffered stats. This is particularly useful for the BatchedUDPSink, and is a noop for other sinks.