airbnb / kafka-statsd-metrics2

Send Kafka Metrics to StatsD.
Apache License 2.0
135 stars 50 forks source link

Why JVM metrics is removed in 0.4.0? #4

Open evanmeng opened 9 years ago

evanmeng commented 9 years ago

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 these metrics back?

alexism commented 9 years ago

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 default, however we could have a configuration parameter to switch them on. would you care to send a PR?

thanks

Alexis

cc @jun-he