Skip to content

Commit 8652f43

Browse files
authored
chore(monitor-snapshot/release-8.5): update files from upstreams (#934)
1 parent e2fb5c9 commit 8652f43

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-28 Bytes
Binary file not shown.

monitor-snapshot/release-8.5/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)