tiup
tiup copied to clipboard
deploy ticdc using tiup playground can't find "server" data in grafana TiCDC monitor
What did you do?
- create ticdc cluster tiup playground v5.2.0 --pd 3 --kv 3 --db 1 --ticdc 1
- create changfeed cdc cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="mysql://root:[email protected]:3306/" --changefeed-id="simple-replication-task" --sort-engine="unified"
- write some data in the upstream, check the changefeed work normally
- open grafana ticdc monitor panel, find "Server"
What did you expect to see?
find some server paras, like cpu/fd, etc
What did you see instead?
no any data
Versions of the cluster
Upstream TiDB cluster version (execute SELECT tidb_version();
in a MySQL client):
5.2.0
TiCDC version (execute cdc version
):
5.2.0