druid/extensions-contrib/statsd-emitter
Xavier Léauté 1d42551d95 Fix statsd types (#8628)
* fix segment underReplicated/unavailable counts to be gauges instead of counters

* fix jvm/gc/cpu to be a counter instead of timre

jvm/gc/cpu represents the total cpu time spent for multiple gc
invocations, not the time spent in each gc cycle.

the number needs to be divided by jvm/gc/count to get the average gc
time per cycle

* update docs

* fix spellcheck
2019-10-06 14:14:09 -07:00
..
src Fix statsd types (#8628) 2019-10-06 14:14:09 -07:00
pom.xml add support for dogstatsd events in statsd-emitter (#8546) 2019-09-19 08:12:30 -07:00