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
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 sam
Hi David,
these two metrics have two different objectives.
> kafka.server:type=BrokerTopicMetrics,name=TotalProduceRequestsPerSec <
Produce request rate per topic. Omitting 'topic=(...)' will yield the
all-topic rate.
*
while
>kafka.network:type=RequestMetrics,name=RequestsPerSec,re