Skip to content

Commit c7ffbb1

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1028)
1 parent f4b3ce9 commit c7ffbb1

File tree

2 files changed

+185
-15
lines changed

2 files changed

+185
-15
lines changed
238 Bytes
Binary file not shown.

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

Lines changed: 185 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,176 @@
980980
"show": true
981981
}
982982
]
983+
},
984+
{
985+
"aliasColors": { },
986+
"bars": false,
987+
"dashLength": 10,
988+
"dashes": false,
989+
"datasource": "tidb-cluster",
990+
"fill": 1,
991+
"fillGradient": 0,
992+
"gridPos": {
993+
"h": 7,
994+
"w": 12,
995+
"x": 0,
996+
"y": 0
997+
},
998+
"id": 15,
999+
"legend": {
1000+
"alignAsTable": false,
1001+
"avg": false,
1002+
"current": false,
1003+
"max": false,
1004+
"min": false,
1005+
"rightSide": true,
1006+
"show": true,
1007+
"sideWidth": null,
1008+
"total": false,
1009+
"values": false
1010+
},
1011+
"lines": true,
1012+
"linewidth": 1,
1013+
"links": [ ],
1014+
"nullPointMode": "null",
1015+
"percentage": false,
1016+
"pointradius": 5,
1017+
"points": false,
1018+
"renderer": "flot",
1019+
"repeat": null,
1020+
"seriesOverrides": [ ],
1021+
"spaceLength": 10,
1022+
"stack": false,
1023+
"steppedLine": false,
1024+
"targets": [
1025+
{
1026+
"expr": "histogram_quantile(0.99, sum(rate(tici_meta_compaction_input_fragment_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, type))",
1027+
"format": "time_series",
1028+
"intervalFactor": 2,
1029+
"legendFormat": "{{type}}-99%",
1030+
"refId": "A"
1031+
}
1032+
],
1033+
"thresholds": [ ],
1034+
"timeFrom": null,
1035+
"timeShift": null,
1036+
"title": "Compaction Fragment Count",
1037+
"tooltip": {
1038+
"shared": true,
1039+
"sort": 0,
1040+
"value_type": "individual"
1041+
},
1042+
"type": "graph",
1043+
"xaxis": {
1044+
"buckets": null,
1045+
"mode": "time",
1046+
"name": null,
1047+
"show": true,
1048+
"values": [ ]
1049+
},
1050+
"yaxes": [
1051+
{
1052+
"format": "none",
1053+
"label": null,
1054+
"logBase": 1,
1055+
"max": null,
1056+
"min": null,
1057+
"show": true
1058+
},
1059+
{
1060+
"format": "none",
1061+
"label": null,
1062+
"logBase": 1,
1063+
"max": null,
1064+
"min": null,
1065+
"show": true
1066+
}
1067+
]
1068+
},
1069+
{
1070+
"aliasColors": { },
1071+
"bars": false,
1072+
"dashLength": 10,
1073+
"dashes": false,
1074+
"datasource": "tidb-cluster",
1075+
"fill": 1,
1076+
"fillGradient": 0,
1077+
"gridPos": {
1078+
"h": 7,
1079+
"w": 12,
1080+
"x": 12,
1081+
"y": 0
1082+
},
1083+
"id": 16,
1084+
"legend": {
1085+
"alignAsTable": false,
1086+
"avg": false,
1087+
"current": false,
1088+
"max": false,
1089+
"min": false,
1090+
"rightSide": true,
1091+
"show": true,
1092+
"sideWidth": null,
1093+
"total": false,
1094+
"values": false
1095+
},
1096+
"lines": true,
1097+
"linewidth": 1,
1098+
"links": [ ],
1099+
"nullPointMode": "null",
1100+
"percentage": false,
1101+
"pointradius": 5,
1102+
"points": false,
1103+
"renderer": "flot",
1104+
"repeat": null,
1105+
"seriesOverrides": [ ],
1106+
"spaceLength": 10,
1107+
"stack": false,
1108+
"steppedLine": false,
1109+
"targets": [
1110+
{
1111+
"expr": "histogram_quantile(0.99, sum(rate(tici_meta_compaction_ratio{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, type))",
1112+
"format": "time_series",
1113+
"intervalFactor": 2,
1114+
"legendFormat": "{{type}}-99%",
1115+
"refId": "A"
1116+
}
1117+
],
1118+
"thresholds": [ ],
1119+
"timeFrom": null,
1120+
"timeShift": null,
1121+
"title": "Compaction IO Ratio",
1122+
"tooltip": {
1123+
"shared": true,
1124+
"sort": 0,
1125+
"value_type": "individual"
1126+
},
1127+
"type": "graph",
1128+
"xaxis": {
1129+
"buckets": null,
1130+
"mode": "time",
1131+
"name": null,
1132+
"show": true,
1133+
"values": [ ]
1134+
},
1135+
"yaxes": [
1136+
{
1137+
"format": "none",
1138+
"label": null,
1139+
"logBase": 2,
1140+
"max": null,
1141+
"min": null,
1142+
"show": true
1143+
},
1144+
{
1145+
"format": "none",
1146+
"label": null,
1147+
"logBase": 1,
1148+
"max": null,
1149+
"min": null,
1150+
"show": true
1151+
}
1152+
]
9831153
}
9841154
],
9851155
"repeat": null,
@@ -999,7 +1169,7 @@
9991169
"x": 0,
10001170
"y": 0
10011171
},
1002-
"id": 15,
1172+
"id": 17,
10031173
"panels": [
10041174
{
10051175
"aliasColors": { },
@@ -1016,7 +1186,7 @@
10161186
"x": 0,
10171187
"y": 0
10181188
},
1019-
"id": 16,
1189+
"id": 18,
10201190
"legend": {
10211191
"alignAsTable": false,
10221192
"avg": false,
@@ -1102,7 +1272,7 @@
11021272
"x": 12,
11031273
"y": 0
11041274
},
1105-
"id": 17,
1275+
"id": 19,
11061276
"legend": {
11071277
"alignAsTable": false,
11081278
"avg": false,
@@ -1187,7 +1357,7 @@
11871357
"x": 0,
11881358
"y": 0
11891359
},
1190-
"id": 18,
1360+
"id": 20,
11911361
"legend": {
11921362
"alignAsTable": false,
11931363
"avg": false,
@@ -1272,7 +1442,7 @@
12721442
"x": 12,
12731443
"y": 0
12741444
},
1275-
"id": 19,
1445+
"id": 21,
12761446
"legend": {
12771447
"alignAsTable": false,
12781448
"avg": false,
@@ -1365,7 +1535,7 @@
13651535
"x": 0,
13661536
"y": 0
13671537
},
1368-
"id": 20,
1538+
"id": 22,
13691539
"legend": {
13701540
"alignAsTable": false,
13711541
"avg": false,
@@ -1451,7 +1621,7 @@
14511621
"x": 12,
14521622
"y": 0
14531623
},
1454-
"id": 21,
1624+
"id": 23,
14551625
"legend": {
14561626
"alignAsTable": false,
14571627
"avg": false,
@@ -1537,7 +1707,7 @@
15371707
"x": 0,
15381708
"y": 0
15391709
},
1540-
"id": 22,
1710+
"id": 24,
15411711
"legend": {
15421712
"alignAsTable": false,
15431713
"avg": false,
@@ -1629,7 +1799,7 @@
16291799
"x": 12,
16301800
"y": 0
16311801
},
1632-
"id": 23,
1802+
"id": 25,
16331803
"legend": {
16341804
"alignAsTable": false,
16351805
"avg": false,
@@ -1718,7 +1888,7 @@
17181888
"x": 0,
17191889
"y": 0
17201890
},
1721-
"id": 24,
1891+
"id": 26,
17221892
"panels": [
17231893
{
17241894
"aliasColors": { },
@@ -1734,7 +1904,7 @@
17341904
"x": 0,
17351905
"y": 0
17361906
},
1737-
"id": 25,
1907+
"id": 27,
17381908
"legend": {
17391909
"alignAsTable": false,
17401910
"avg": false,
@@ -1819,7 +1989,7 @@
18191989
"x": 12,
18201990
"y": 0
18211991
},
1822-
"id": 26,
1992+
"id": 28,
18231993
"legend": {
18241994
"alignAsTable": false,
18251995
"avg": false,
@@ -1904,7 +2074,7 @@
19042074
"x": 0,
19052075
"y": 0
19062076
},
1907-
"id": 27,
2077+
"id": 29,
19082078
"legend": {
19092079
"alignAsTable": false,
19102080
"avg": false,
@@ -1993,7 +2163,7 @@
19932163
"x": 0,
19942164
"y": 0
19952165
},
1996-
"id": 28,
2166+
"id": 30,
19972167
"panels": [
19982168
{
19992169
"aliasColors": { },
@@ -2010,7 +2180,7 @@
20102180
"x": 0,
20112181
"y": 0
20122182
},
2013-
"id": 29,
2183+
"id": 31,
20142184
"legend": {
20152185
"alignAsTable": false,
20162186
"avg": false,

0 commit comments

Comments
 (0)