changefeed statistics显示疑问

【 TiDB 使用环境】生产环境 or 测试环境 or POC
【 TiDB 版本】

源端一直在就进行数据插入,复制到下游没有问题。
查看changefeed statistics信息,ops和count一直显示0.这是为啥?
tiup ctl:v4.0.16 cdc changefeed statistics --pd=http://xxx.xxx.xxx.136:2379 --changefeed-id=“cdc2”
Starting component ctl: /home/tidb/.tiup/components/ctl/v4.0.16/ctl cdc changefeed statistics --pd=http://xxx.xxx.xxx.136:2379 --changefeed-id=cdc2
{
“ops”: 0,
** “count”: 0,**
“sink_gap”: “1000ms”,
“replication_gap”: “2650ms”
}
{
“ops”: 0,
** “count”: 0,**
“sink_gap”: “1000ms”,
“replication_gap”: “2600ms”
}

【遇到的问题】
【复现路径】做过哪些操作出现的问题
【问题现象及影响】

【附件】

请提供各个组件的 version 信息,如 cdc/tikv,可通过执行 cdc version/tikv-server --version 获取。

1 个赞

请问,有人知道这一块内容吗?

1 个赞

statistics 显示的信息已经迁移到 granfan 监控面板上,后续我们将优化 statistics 输出,删除无效字段。

哦,明白了。

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。