metrics-kafka icon indicating copy to clipboard operation
metrics-kafka copied to clipboard

Dropwizard Metrics reporter for kafka.

Results 3 metrics-kafka issues
Sort by recently updated
recently updated
newest added

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...