Alexis Midon

Results 4 comments of Alexis Midon

Hi @shadyxu your issue sounds similar to https://github.com/airbnb/kafka-statsd-metrics2/issues/8 are you sending the metrics to a standard Statsd server? I suspect it's because your statsd server does not support tags. See...

Tags are an extension of the statsd protocol. It was introduced by Datadog: http://docs.datadoghq.com/guides/dogstatsd/#tags If your server does not support tags, you can disable them by adding `external.kafka.statsd.tag.enabled=false` in your...

Hi @Dinoshauer , since `0.4.0`, kafka `0.8.2` is supported. We successfully use it in production. wanna upgrade and try again?

Hi @evanmeng for JVM metrics, we standardize on https://github.com/airbnb/jmxtrans , that's why the JVM metrics were removed from the kafka reporter. I think these metrics should not be reported by...