Kafka Monitoring JMX Attributes Count or MeanRate? -



Kafka Monitoring JMX Attributes Count or MeanRate? -

i have configured jmxtrans values "kafka.server":type="brokertopicmetrics",name="alltopicsmessagesinpersec"

it has 3 attributes- count , oneminuterate, meanrate

i confused identify, of these attributes gives "number of messages broker per sec"?

sample values got these attibutes @ instance are

count =1955600, meanrate = 1036 , oneminuterate=2643

which of these attributes should refer to?

that meanrate.

oneminuterate - means average value of meanrate lastly 60 seconds

jmx apache-kafka jmxtrans

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -