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