Re: Kafka metrics - Requests.

2023-02-24 Thread Luke Chen
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

Re: Kafka metrics - Requests.

2023-02-24 Thread David Ballano Fernandez
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

Re: Kafka metrics - Requests.

2023-02-20 Thread Pere Urbón Bayes
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