[Bugfix] 修复Overview指标文字错误 (#1190)

[Bugfix] 修复Overview指标文字错误 (#1150)

Co-authored-by: jiangmb <jiangmb@televehicle.com>
This commit is contained in:
jiangminbing
2023-11-25 09:27:43 +08:00
committed by GitHub
parent 1369e7b9eb
commit af82c2e615
2 changed files with 48 additions and 48 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)));