Skip to content

Commit eb10c55

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#881)
1 parent 8d70ea5 commit eb10c55

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed
-60 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8168,7 +8168,7 @@
81688168
"steppedLine": false,
81698169
"targets": [
81708170
{
8171-
"expr": "sum(rate(pd_schedule_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\", action=\"filter-source\", type!=\"store-state-tombstone-filter\"}[1m])*60) by (source, type, scope)",
8171+
"expr": "sum(rate(pd_schedule_source_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\", action=\"filter-source\", type!=\"store-state-tombstone-filter\"}[1m])*60) by (source, type, scope)",
81728172
"format": "time_series",
81738173
"intervalFactor": 2,
81748174
"legendFormat": "{{scope}}-store-{{source}}-{{type}}",
@@ -8263,36 +8263,12 @@
82638263
"steppedLine": false,
82648264
"targets": [
82658265
{
8266-
"expr": "sum(rate(pd_schedule_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\", action=\"filter-target\", type!=\"store-state-tombstone-filter\"}[1m])*60) by (target, type, scope)",
8266+
"expr": "sum(rate(pd_schedule_target_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\", action=\"filter-target\", type!=\"store-state-tombstone-filter\"}[1m])*60) by (target, type, scope)",
82678267
"format": "time_series",
82688268
"intervalFactor": 2,
82698269
"legendFormat": "{{scope}}-store-{{target}}-{{type}}",
82708270
"refId": "A",
82718271
"step": 4
8272-
},
8273-
{
8274-
"expr": "sum(rate(pd_schedule_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", action=\"filter-target\",type=\"distinct-filter\"}[1m])*60) by (source, target, type, scope)",
8275-
"format": "time_series",
8276-
"hide": true,
8277-
"intervalFactor": 2,
8278-
"legendFormat": "{{scope}}-{{type}}-{{source}}-{{target}}",
8279-
"refId": "B"
8280-
},
8281-
{
8282-
"expr": "sum(rate(pd_schedule_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", action=\"filter-target\",type=\"rule-fit-filter\"}[1m])*60) by (source, target, type, scope)",
8283-
"format": "time_series",
8284-
"hide": true,
8285-
"intervalFactor": 2,
8286-
"legendFormat": "{{scope}}-{{type}}-{{source}}-{{target}}",
8287-
"refId": "C"
8288-
},
8289-
{
8290-
"expr": "sum(rate(pd_schedule_filter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", action=\"filter-target\",type=\"rule-fit-leader-filter\"}[1m])*60) by (source, target, type, scope)",
8291-
"format": "time_series",
8292-
"hide": true,
8293-
"intervalFactor": 2,
8294-
"legendFormat": "{{scope}}-{{type}}-{{source}}-{{target}}",
8295-
"refId": "D"
82968272
}
82978273
],
82988274
"thresholds": [],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25166,7 +25166,7 @@
2516625166
"refId": "D"
2516725167
},
2516825168
{
25169-
"expr": "sum(rate(tidb_global_sort_merge_sort_read_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=~\"$tidb_cluster\"}[1m])/1024.0/1024.0",
25169+
"expr": "sum(rate(tidb_global_sort_merge_sort_read_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=~\"$tidb_cluster\"}[1m]))/1024.0/1024.0",
2517025170
"format": "time_series",
2517125171
"intervalFactor": 2,
2517225172
"legendFormat": "merge-sort",

0 commit comments

Comments
 (0)