kafka-statsd-metrics2
kafka-statsd-metrics2 copied to clipboard
Send Kafka Metrics to StatsD.
Hey I'm getting this exception using kafka 0.8.2.0, are you still supporting this project? ``` [2015-03-16 10:41:03,311] ERROR Error printing regular metrics: (com.airbnb.metrics.StatsDReporter) java.util.NoSuchElementException at java.util.concurrent.ConcurrentSkipListMap$Iter.advance(ConcurrentSkipListMap.java:2224) at java.util.concurrent.ConcurrentSkipListMap$ValueIterator.next(ConcurrentSkipListMap.java:2253) at scala.collection.JavaConversions$JIteratorWrapper.next(JavaConversions.scala:575)...
There are JVM related matrix in 0.3.0, and we are using them. But they disappeared in 0.4.0. Is there any reason to remove them? Or any recommended alternative to get...