tiup icon indicating copy to clipboard operation
tiup copied to clipboard

deploy ticdc using tiup playground can't find "server" data in grafana TiCDC monitor

Open maxshuang opened this issue 3 years ago • 0 comments

What did you do?

  1. create ticdc cluster tiup playground v5.2.0 --pd 3 --kv 3 --db 1 --ticdc 1
  2. 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"
  3. write some data in the upstream, check the changefeed work normally
  4. 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 image

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

maxshuang avatar Oct 28 '21 09:10 maxshuang