You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by 张占昌 <zz...@163.com> on 2022/11/09 02:27:03 UTC

Kafka adopt two measurement systems

Hello!
Why does Kafka adopt two measurement systems? One is yammer, and the other is its own metric.

Re: Kafka adopt two measurement systems

Posted by Jun Rao <ju...@confluent.io.INVALID>.
Hi, Zhanchang,

We started with Yammer metrics on the broker side. When we developed java
clients, we wanted to reduce external dependencies. So, we added Kafka
metric and used it in the clients. Eventually, we could consider
consolidating the broker side metrics with Kafka metrics too. Currently,
the Histogram support in Kafka metric is not as accurate as the one in
Yammer. We probably need to evaluate whether it needs to be improved before
using it more widely.

Thanks,

Jun

On Wed, Nov 9, 2022 at 7:14 AM 张占昌 <zz...@163.com> wrote:

> Hello!
> Why does Kafka adopt two measurement systems? One is yammer, and the other
> is its own metric.