Re: Need for histogram type for Kafka Connect JMX Metrics

2020-03-19 Thread mandeep gandhi
>So, If the community is interested we can have the same approach in Kafka. +1 On Thu, Mar 19, 2020 at 12:40 PM Nikolay Izhikov wrote: > Hello, Kanupriya > > Recently, I’ve implemented a histogram metric [1] in Apache Ignite. > My implementation can work on a stream load. > > It just counts even

Re: Need for histogram type for Kafka Connect JMX Metrics

2020-03-19 Thread Nikolay Izhikov
Hello, Kanupriya Recently, I’ve implemented a histogram metric [1] in Apache Ignite. My implementation can work on a stream load. It just counts events that is fall into the predefined intervals(buckets). I think histogram can be useful to measure consumer lag or similar metrics. So, If the comm

Need for histogram type for Kafka Connect JMX Metrics

2020-03-18 Thread Kanupriya Batra
Hi, We are using kafka-connect framework in our use-case, and would also like to track metrics for connectors/task. But currently Kafka Connect JMX metrics are not supporting histogram types due to which we are not able to plot percentiles on a lot of important metrics like : kafka_connect_si