bytesOutPerSec metric added to topic (#1358)

Co-authored-by: iliax <ikuramshin@provectus.com>
This commit is contained in:
Ilya Kuramshin 2022-01-10 11:13:38 +03:00 committed by GitHub
parent 40b5b52bd9
commit b54b20aa48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ public class InternalTopic {
topic.segmentSize(segmentStats.getSegmentSize());
}
topic.bytesOutPerSec(jmxMetrics.getBytesOutPerSec().get(topicDescription.name()));
topic.bytesInPerSec(jmxMetrics.getBytesInPerSec().get(topicDescription.name()));
topic.bytesOutPerSec(jmxMetrics.getBytesOutPerSec().get(topicDescription.name()));
topic.topicConfigs(