5

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?

Ahamed Mustafa M
  • 3,069
  • 1
  • 24
  • 34

1 Answers1

5

That will be MeanRate.

OneMinuteRate - means average value of MeanRate for last 60 seconds

abmd
  • 191
  • 1
  • 6