kafka-statsd-metrics2
kafka-statsd-metrics2 copied to clipboard
Send Kafka Metrics to StatsD.
I recently upgraded to the Kafka09+ version of the metrics reporter, and have enabled tags. Unfortunately, I am unable to get any of the topic-level metrics that the 08 version...
Looks like bintray no longer exists, yet is a source of dependencies for this project: https://github.com/airbnb/kafka-statsd-metrics2/blob/master/build.gradle#L15 Additionally, bintray is also mentioned in the README.
Using kafka_2.11-0.11.0.2, collectd 5.8.0.116.gcd59bf0-1~xenial with ` ` I have the following errors in my collectd.log: ```[2018-06-22 13:40:55] statsd plugin: Unable to parse line: "kafka.server.FetcherStats.RequestsPerSec.meanRate:2.117637|g|#b" [2018-06-22 13:40:55] statsd plugin: Unable to...
Note: this PR is based off of @bztsai's PR #33, specifically commit d2355effe7af5249502fa687b2783b642ab42bb5
Removing support for Kafka v0.8 lets us remove the dependency to Kafka server jar and its dependency to Scala.
I have successfully been running this for a long time but during my last upgrade to 10.1.0 it seems to have stopped working - I'm no longer getting any correct...
When `StatsdMetricsReporter` is used in a distributed Apache Spark application, then the kafka configuration properties map is instantiated on one node (called driver), and then propagated to - and used...
https://github.com/airbnb/kafka-statsd-metrics2/issues/26