Skip to content

Commit 09b541b

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#841)
1 parent c75570d commit 09b541b

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
155 Bytes
Binary file not shown.

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

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15974,7 +15974,12 @@
1597415974
"pointradius": 2,
1597515975
"points": false,
1597615976
"renderer": "flot",
15977-
"seriesOverrides": [],
15977+
"seriesOverrides": [
15978+
{
15979+
"alias": "/table_id.*/",
15980+
"yaxis": 2
15981+
}
15982+
],
1597815983
"spaceLength": 10,
1597915984
"stack": false,
1598015985
"steppedLine": false,
@@ -15992,6 +15997,31 @@
1599215997
"intervalFactor": 1,
1599315998
"legendFormat": "{{instance}}-{{type}}",
1599415999
"refId": "B"
16000+
},
16001+
{
16002+
"expr": "sum by (table_id) (tidb_ddl_temp_index_write{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"})",
16003+
"instant": false,
16004+
"legendFormat": "write-table_id_{{table_id}}",
16005+
"range": true,
16006+
"refId": "C"
16007+
},
16008+
{
16009+
"expr": "tidb_ddl_temp_index_merge{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
16010+
"legendFormat": "{{instance}}-merged-table_id_{{table_id}}",
16011+
"range": true,
16012+
"refId": "D"
16013+
},
16014+
{
16015+
"expr": "tidb_ddl_temp_index_scan{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
16016+
"legendFormat": "{{instance}}-scanned-table_id_{{table_id}}",
16017+
"range": true,
16018+
"refId": "E"
16019+
},
16020+
{
16021+
"expr": "sum by (table_id) (tidb_ddl_temp_index_double_write{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"})",
16022+
"legendFormat": "double-write-table_id_{{table_id}}",
16023+
"range": true,
16024+
"refId": "F"
1599516025
}
1599616026
],
1599716027
"thresholds": [],
@@ -16014,14 +16044,16 @@
1601416044
},
1601516045
"yaxes": [
1601616046
{
16017-
"format": "short",
16047+
"format": "percent",
1601816048
"logBase": 1,
1601916049
"min": "0",
16050+
"max": "100",
1602016051
"show": true
1602116052
},
1602216053
{
1602316054
"format": "short",
1602416055
"logBase": 1,
16056+
"min": "0",
1602516057
"show": true
1602616058
}
1602716059
],

0 commit comments

Comments
 (0)