Hi David,
It did look like a bug.
Could you file a bug in JIRA?
And if you have time, welcome to investigate and submit PR for it.
(My guess is there are some internal topics are included in
`TotalFetchRequestsPerSec`, but not included in another one, but not sure)
Thank you.
Luke
On Sat, Feb 25, 2023 at 2:31 AM David Ballano Fernandez <
dfernandez@demonware.net > wrote:
> Hi Pere,
>
> Thanks for replying.
>
> so what i can see is:
>
> *kafka.server:type=BrokerTopicMetrics,name=TotalProduceRequestsPerSec*
> and
> *kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce}*
> show the same/close number of producer requests and that makes sense.
>
> but that is not the same with fetch requests, I pull those metrics from
> Kafka jmx "oneMinuterate" without any other calculations. and this is what
> i see:
>
> kafka.server:type=BrokerTopicMetrics,name=TotalFetchRequestsPerSec ...