reinh / statsd

A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
MIT License
411 stars 154 forks source link

Add flush interval configuration #71

Closed Elyahou closed 4 years ago

Elyahou commented 5 years ago

This PR is about adding possibility to flush batch messages every X seconds.

This configuration will be in addition to the other flush rules (batch_size, and batch_byte_size).

Elyahou commented 5 years ago

There test are not passing on Travis, but pass locally...

raggi commented 5 years ago

LGTM, I'll try and get the CI fixed asap.