François Monniot
François Monniot
The main problem right now is that datadog does not offer a way to feed them distributions of data directly. The distribution datatype can only be ingested in two ways:...
Effectively, I completely misunderstood what was inside an HdrHistogram 🤦♂ That change everything, because it means we _could_ use the current distribution API. There is still two things that might...
Forgot to shime in on the prometheus format: I'm not entirely certain of how it would work with my new understanding of what's inside an hdrhistogram… A naive way would...
I received a response from the datadog support team, and apparently there is no immediate plan to support reporting distribution as something else than raw measurements… As for the UDP...
Hi, I know that error pretty well, it's a known problem for which I'm not to sure what the lib should do. For now, you have the `Redis.errors()` method which...
Hey, Yes, I removed all binaries from the library itself as it can be complicated to choose which version of redis the lib needs to keep in sync with (latest...
That's an interesting idea. So with the current main package `eu.monniot.redis:embedded-redis:x.y.z` without redis binaries, the library would also have `eu.monniot.redis:embedded-redis-3.2.8:x.y.z` and a `eu.monniot.redis:embedded-redis-3.0.7:x.y.z`. I would need a way to run...
That looks promising. I'll take a look this weekend, I don't have much time to myself before then.
Hello, There is a version with an embedded redis 3.0.7 published on https://bintray.com/fmonniot/maven. I didn't edit the README or made a public announced because I have some problem with Travis...