cpp-statsd-client
cpp-statsd-client copied to clipboard
A header-only StatsD client implemented in C++
See https://github.com/vthiery/cpp-statsd-client/blob/v2.0.0/CMakeLists.txt#L4
Hi, thanks for the rare cpp statsd client! We'd like to use the client but my concern is about if the client is thread safe? if not do you have...
over in #12 we've clarified a few things to make the library threadsafe. there are a couple more little things to finish the job though largely the library is already...
## Expected behavior * Create `StatsdClient` with `batchsize` * Push a few messages that are under `batchsize`, remains in same batch * Push a message that would go over `batchsize`...