I am trying to get the average BytesInPerSec
I noticed below properties give me the BytesInPerSec
So since BytesInPerSec_Count is total count of bytes in since start of prometheus exporter, and does not decrease unless binary is shutdown, i am thinking this as a Counter, correct me here.
Question is
Also do we apply rates only on Counters ?
rate(kafka_server_BrokerTopicMetrics_Count{env="Cluster1",name="BytesInPerSec",topic=""}[5m])Thanks in Advance. Any document helping me to understand the rates and other functions will really help.