Skip to content

Commit 390c49c

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#935)
1 parent 2fad1f8 commit 390c49c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1 Byte
Binary file not shown.

monitor-snapshot/master/operator/dashboards/ticdc_new_arch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13356,7 +13356,7 @@
1335613356
"targets": [
1335713357
{
1335813358
"exemplar": true,
13359-
"expr": "sum(rate(ticdc_sink_txn_worker_flush_duration_sum{k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",namespace=~\"$namespace\",changefeed=~\"$changefeed\",instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed,instance,id) / sum(rate(ticdc_sink_txn_worker_total_duration_sum{k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",namespace=~\"$namespace\",changefeed=~\"$changefeed\",instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed,instance,id) *100",
13359+
"expr": "sum(rate(ticdc_sink_txn_worker_batch_flush_duration_sum{k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",namespace=~\"$namespace\",changefeed=~\"$changefeed\",instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed,instance,id) / sum(rate(ticdc_sink_txn_worker_total_duration_sum{k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",namespace=~\"$namespace\",changefeed=~\"$changefeed\",instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed,instance,id) *100",
1336013360
"interval": "",
1336113361
"legendFormat": "{{namespace}}-{{changefeed}}-{{instance}}-worker-{{id}}",
1336213362
"queryType": "randomWalk",

0 commit comments

Comments
 (0)