src/main/java/org/apache/rocketmq/exporter/collector/RMQMetricsCollector.java [1029:1034]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        brokerRuntimeGetFoundTps600.put(new BrokerRuntimeMetric(
            clusterName,
            brokerAddress, brokerHost,
            stats.getBrokerVersionDesc(),
            stats.getBootTimestamp(),
            stats.getBrokerVersion()), stats.getGetFoundTps().getSixHundred());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/rocketmq/exporter/collector/RMQMetricsCollector.java [1035:1040]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        brokerRuntimeGetFoundTps600.put(new BrokerRuntimeMetric(
            clusterName,
            brokerAddress, brokerHost,
            stats.getBrokerVersionDesc(),
            stats.getBootTimestamp(),
            stats.getBrokerVersion()), stats.getGetFoundTps().getSixHundred());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



