kafka-graphite
kafka-graphite copied to clipboard
Kafka Graphite Metrics Reporter
Good day! After server restart, plugin stop to wright metrics, in logs i recieve next error: ```bash WARN Error writing to Graphite: Unable to make public long com.sun.management.internal.OperatingSystemImpl.getOpenFileDescriptorCount() accessible: module...
Same jar works fine with centos6 but it is failing to start service in centos7. Please help me to figure out what went wrong? CentOS Linux release 7.4.1708 (Core) jdk1.8.0_144-1.8.0_144-fcs.x86_64...
hi, I am currently setup a local kafka cluster, and use kafka Graphite to consolidate the metrics produced by brokers. However I got following issues. 2017-02-04 00:28:09,593] WARN Error writing...
Hi, I'm currently using your Graphite reporter for my kafka brokers. It works great! Now I would also like to get the metrics by my kafka producer into Graphite the...
I'm seeing all expected metrics except for in the kafka.server section. In Graphite I only see kafka.server.[DelayedOperationsPurgatory|FetcherLagMetrics|KafkaServer|ReplicatFetcherManager|ReplicaManager]. But when I connect to my Kafka JMX port using jconsole, I can...
Support UDP connection to a Graphite server via config, something like: kafka.graphite.metrics.protocol=[tcp,udp] Thank you!