命名空间
Namespace=QCE/CKAFKA
监控指标
消费分组—分区
指标英文名 | 指标中文名 | 指标说明 | 单位 | 维度 |
CpartitionConsumerSpeed | 分区消费速度 | 消费分组在该分区的消费速率(条/分钟) | 次/分钟 | consumerGroup,instanceId,topicId,partition,topicName |
CgroupMaxOffset | 消费分组最大 offset | 消费分组该分区当前消费 offset | 条 | consumerGroup,instanceId,topicId,partition,topicName |
CtopicMsgOffset | 主题级别消费分组 offset | 主题级别消费分组 offset | 条 | consumerGroup,instanceId,topicId,partition,topicName |
CtopicUnconsumeMsgCount | 主题级别未消费消息个数 | 消费分组在该分区下未消费消息数 | 个 | consumerGroup,instanceId,topicId,partition,topicName |
CtopicUnconsumeMsgOffset | 主题级别未消费消息堆积量 | 消费分组在该分区下未消费消息堆积量 | MB | consumerGroup,instanceId,topicId,partition,topicName |
消费分组—主题
指标英文名 | 指标中文名 | 指标说明 | 单位 | 维度 |
CtopicConsumerSpeed | 主题消费速度 | 当前主题所有分区消费组消费速率总和 | 次/分钟 | consumerGroup,instanceId,topicId,topicName |
MaxOffsetTopic | 消费分组对应当前 topic 最大 offset | 当前主题中所有分区的最大 offset | 条 | consumerGroup,instanceId,topicId,topicName |
OffsetTopic | 消费分组当前消费 offset(区分 offset 最大值) | 当前主题所有分区中消费组消费的最大 offset | 条 | consumerGroup,instanceId,topicId,topicName |
UnconsumeSizeTopic | 消费分组未消费消息大小 | 当前主题所有分区消费组未消费消息大小 | MB | consumerGroup,instanceId,topicId,topicName |
UnconsumeTopic | 消费分组未消费消息数 | 当前主题所有分区消费组未消费消息总和 | 条 | consumerGroup,instanceId,topicId,topicName |
说明
各维度对应参数总览
参数名称 | 维度名称 | 维度解释 | 格式 |
Instances.N.Dimensions.0.Name | consumerGroup | 消费分组的维度名称 | 输入 String 类型维度名称:consumerGroup |
Instances.N.Dimensions.0.Value | consumerGroup | 具体消费分组信息 | 输入用户需要查看的消费分组信息,例如:perf-consumer-8330 |
Instances.N.Dimensions.1.Name | instanceId | 实例 ID 的维度名称 | 输入 String 类型维度名称:instanceId |
Instances.N.Dimensions.1.Value | instanceId | 具体的实例 ID | 输入用户需要查看监控的实例 ID,例如:ckafka-test |
Instances.N.Dimensions.2.Name | topicId | 主题 ID 的维度名称 | 输入 String 类型维度名称:topicId |
Instances.N.Dimensions.2.Value | topicId | 具体的主题 ID | 输入用户订阅主题 ID,例如:topic-test |
Instances.N.Dimensions.3.Name | partition | partition 的维度名称 | 输入 String 类型维度名称:partition |
Instances.N.Dimensions.3.Value | partition | 具体 partition 信息 | 输入 topic 分区信息,例如:0 |
Instances.N.Dimensions.4.Name | topicName | 主题的维度名称 | 输入 String 类型维度名称:topicName |
Instances.N.Dimensions.4.Value | topicName | 具体主题名称 | 输入用户消费主题的名称,例如:test |
入参说明
查询消息队列分组消费监控数据,入参取值如下:n&Namespace=QCE/CKAFKAn&Instances.N.Dimensions.0.Name=consumerGroupn&Instances.N.Dimensions.0.Value=消费分组n&Instances.N.Dimensions.1.Name=instanceIdn&Instances.N.Dimensions.1.Value=实例 IDn&Instances.N.Dimensions.2.Name=topicIdn&Instances.N.Dimensions.2.Value=主题 IDn&Instances.N.Dimensions.3.Name=partitionn&Instances.N.Dimensions.3.Value=分区 n&Instances.N.Dimensions.4.Name=topicNamen&Instances.N.Dimensions.4.Value=主题名称