验证功能是否正常 (#1193)

This commit is contained in:
EricZeng
2023-11-27 13:51:21 +08:00
committed by GitHub
17 changed files with 234 additions and 155 deletions

View File

@@ -299,7 +299,7 @@ public class ClusterMetricVersionItems extends BaseMetricVersionMetric {
// MessagesIn 指标
itemList.add( buildAllVersionsItem()
.name(CLUSTER_METRIC_MESSAGES_IN).unit("条/s").desc("集群每消息写入条数").category(CATEGORY_CLUSTER)
.name(CLUSTER_METRIC_MESSAGES_IN).unit("条/s").desc("集群每消息写入条数").category(CATEGORY_CLUSTER)
.extend( buildJMXMethodExtend( CLUSTER_METHOD_GET_METRIC_FROM_KAFKA_BY_TOTAL_BROKERS_JMX )
.jmxObjectName( JMX_SERVER_BROKER_MESSAGES_IN ).jmxAttribute(RATE_MIN_1)));