Skip to content

Commit

Permalink
chore(monitor-snapshot/release-7.5): update files from upstreams (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 13, 2024
1 parent 045fd40 commit e29000d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified monitor-snapshot/release-7.5/ansible-monitor.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15267,7 +15267,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(tikv_raftstore_raft_sent_message_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (type)",
"expr": "sum(rate(tikv_raftstore_raft_sent_message_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", status=\"accept\"}[1m])) by (type)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
Expand Down Expand Up @@ -15487,6 +15487,14 @@
"legendFormat": "{{type}}",
"refId": "A",
"step": 4
},
{
"expr": "sum(rate(tikv_raftstore_raft_sent_message_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", status=\"drop\"}[1m])) by (type)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
"refId": "B",
"step": 4
}
],
"thresholds": [],
Expand Down

0 comments on commit e29000d

Please sign in to comment.