KAFKALESS-830: Add follower fetch rate at broker level (#7031)
As part of PR #6959 we added a fetch rate metric from the follower perspective so that we can see how much load is generated on the follower node because of replication. This PR adds that to the list of topic metrics that we use to aggregate and get corresponding broker metrics. Also did a minor refactoring to flip loops, making inner loop outer and outer loop inner as that was matching more to what the code was doing.
显示
- ce-sbk/src/main/java/com/linkedin/kafka/cruisecontrol/monitor/sampling/holder/BrokerLoad.java 4 个添加, 3 个删除...fka/cruisecontrol/monitor/sampling/holder/BrokerLoad.java
- ce-sbk/src/main/java/com/linkedin/kafka/cruisecontrol/monitor/sampling/holder/HolderUtils.java 8 个添加, 23 个删除...ka/cruisecontrol/monitor/sampling/holder/HolderUtils.java
加载中
想要评论请 注册 或 登录