bytesOutPerSec metric added to topic (#1358)
Co-authored-by: iliax <ikuramshin@provectus.com>
This commit is contained in:
parent
40b5b52bd9
commit
b54b20aa48
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue