mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Bugfix] 修复Overview指标文字错误 (#1190)
[Bugfix] 修复Overview指标文字错误 (#1150) Co-authored-by: jiangmb <jiangmb@televehicle.com>
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user