metrics-kafka
metrics-kafka copied to clipboard
Dropwizard Metrics reporter for kafka.
Hi, In the line#69 of KafkaReporter.java, a single thread executor service is created to make the Kafka send operation asynchronously. While its working queue is *unbounded*. But the ScheduleReporter of...
wavefront version utilizes pointTags in the builder so that global point tags can be used to transmit message over kafka.
Hi I select your API for exporting metrics to kafka and I would like to know if it would be easy to add some tags to each message. I think...