metrics-statsd
metrics-statsd copied to clipboard
Statsd reporter for codahale/metrics.
This project is probably not maintained anymore, but I though it would be a good idea to write somewhere the trouble I encountered with it (also applicable to the forks...
(Plus a small amount of trace logging.)
Improves readability.
...ave more metrics than can fit into a single UDP packet. Without limiting the size of the datagram, it's possible your packet will fail to be sent. [](https://reviewable.io/reviews/organicveggie/metrics-statsd/7)
Any ETA on when a 3.0.1 might be released? We'd really like to use this, and we'd prefer to use an official release.
The dependency (not the package) is now (in version 3.1) io.dropwizard.metrics (http://mvnrepository.com/artifact/io.dropwizard.metrics). Would you be able to upgrade?
I've bumped to 3.1.0-SNAPSHOT, but a release of this as 3.1.0 would be really handy.
It's unnecessary and prevents running client on same machine as Statsd.
When a "Gauge" (in statsd lingo) is sent over, statsd will compute a bunch of trends and percentile calculations for each metric. With Yammer Metrics timers and histograms, those calculations...