I have configured jmxtrans to get the values from "kafka.server":type="BrokerTopicMetrics",name="AllTopicsMessagesInPerSec"
It has 3 attributes- Count , OneMinuteRate, MeanRate
I am confused to identify, which of these attributes gives the "Number of Messages into the Broker Per Sec"
?
Sample values I got for these attibutes at an instance are
Count =1955600, MeanRate = 1036 , OneMinuteRate=2643
Which of these attributes should I refer to?
Key Kafka metrics to monitorNetwork handler idle time. Request handler idle time. Under-Replicated partitions. Leader Elections.
Kafka Producer JMX MetricsResponse rate: the rate at which the producer receives responses from brokers. Request rate: the rate at which producers send request data to brokers. Request latency average: average time between the producer's execution of KafkaProducer.send() and when it receives a response from the broker.
Monitor Kafka consumersFrom the Header Bar Menu, go to the Dashboard panel. On the side navigation, select Consumers under the Monitor section.
That will be MeanRate.
OneMinuteRate - means average value of MeanRate for last 60 seconds
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With