Skip to content

Commit e29000d

Browse files
authored
chore(monitor-snapshot/release-7.5): update files from upstreams (#699)
1 parent 045fd40 commit e29000d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
317 Bytes
Binary file not shown.

monitor-snapshot/release-7.5/operator/dashboards/tikv_details.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15267,7 +15267,7 @@
1526715267
"steppedLine": false,
1526815268
"targets": [
1526915269
{
15270-
"expr": "sum(rate(tikv_raftstore_raft_sent_message_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (type)",
15270+
"expr": "sum(rate(tikv_raftstore_raft_sent_message_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", status=\"accept\"}[1m])) by (type)",
1527115271
"format": "time_series",
1527215272
"intervalFactor": 2,
1527315273
"legendFormat": "{{type}}",
@@ -15487,6 +15487,14 @@
1548715487
"legendFormat": "{{type}}",
1548815488
"refId": "A",
1548915489
"step": 4
15490+
},
15491+
{
15492+
"expr": "sum(rate(tikv_raftstore_raft_sent_message_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", status=\"drop\"}[1m])) by (type)",
15493+
"format": "time_series",
15494+
"intervalFactor": 2,
15495+
"legendFormat": "{{type}}",
15496+
"refId": "B",
15497+
"step": 4
1549015498
}
1549115499
],
1549215500
"thresholds": [],

0 commit comments

Comments
 (0)