jmx-monitoring-stacks icon indicating copy to clipboard operation
jmx-monitoring-stacks copied to clipboard

zookeeper avg request latency is multiplied by ticktime

Open bb01100100 opened this issue 2 years ago • 1 comments

In the grafana dashboard for Zookeeper, I see that the latency metrics are being multiplied by zookeeper ticktime. This has the effect of multiplying ZK request latency by 3000 (the default ticktime in my ZK version).

That change was introduced as part of the following PR: https://github.com/confluentinc/jmx-monitoring-stacks/pull/22

What is the rationale for doing this?

bb01100100 avatar Jun 07 '22 06:06 bb01100100

Zookeeper latency is (was?) measured in ticks, that's why this avg latency was 0 most of the time. If it has changes we can update it for later versions of zookeeper (or wait for KRaft :))

jeqo avatar Aug 25 '22 15:08 jeqo

fixed with: https://github.com/confluentinc/jmx-monitoring-stacks/pull/172

hifly81 avatar Dec 18 '23 10:12 hifly81