Skip to content

Commit cdc9741

Browse files
committed
chore: fix type checks
1 parent ce4d478 commit cdc9741

File tree

28 files changed

+87
-287
lines changed

28 files changed

+87
-287
lines changed

engine/docker/dev-host/grafana/dashboards/guard.json

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"id": 1,
9393
"options": {
9494
"legend": {
95-
"calcs": [
96-
"lastNotNull"
97-
],
95+
"calcs": ["lastNotNull"],
9896
"displayMode": "table",
9997
"placement": "bottom",
10098
"showLegend": true,
@@ -216,9 +214,7 @@
216214
"id": 2,
217215
"options": {
218216
"legend": {
219-
"calcs": [
220-
"lastNotNull"
221-
],
217+
"calcs": ["lastNotNull"],
222218
"displayMode": "table",
223219
"placement": "bottom",
224220
"showLegend": true,
@@ -340,9 +336,7 @@
340336
"id": 3,
341337
"options": {
342338
"legend": {
343-
"calcs": [
344-
"lastNotNull"
345-
],
339+
"calcs": ["lastNotNull"],
346340
"displayMode": "table",
347341
"placement": "bottom",
348342
"showLegend": true,
@@ -464,9 +458,7 @@
464458
"id": 4,
465459
"options": {
466460
"legend": {
467-
"calcs": [
468-
"lastNotNull"
469-
],
461+
"calcs": ["lastNotNull"],
470462
"displayMode": "table",
471463
"placement": "bottom",
472464
"showLegend": true,
@@ -588,9 +580,7 @@
588580
"id": 5,
589581
"options": {
590582
"legend": {
591-
"calcs": [
592-
"mean"
593-
],
583+
"calcs": ["mean"],
594584
"displayMode": "table",
595585
"placement": "bottom",
596586
"showLegend": true,
@@ -824,9 +814,7 @@
824814
"id": 7,
825815
"options": {
826816
"legend": {
827-
"calcs": [
828-
"lastNotNull"
829-
],
817+
"calcs": ["lastNotNull"],
830818
"displayMode": "table",
831819
"placement": "bottom",
832820
"showLegend": true,
@@ -948,9 +936,7 @@
948936
"id": 8,
949937
"options": {
950938
"legend": {
951-
"calcs": [
952-
"mean"
953-
],
939+
"calcs": ["mean"],
954940
"displayMode": "table",
955941
"placement": "bottom",
956942
"showLegend": true,
@@ -1236,9 +1222,7 @@
12361222
{
12371223
"current": {
12381224
"text": "All",
1239-
"value": [
1240-
"$__all"
1241-
]
1225+
"value": ["$__all"]
12421226
},
12431227
"datasource": {
12441228
"type": "grafana-clickhouse-datasource",
@@ -1258,9 +1242,7 @@
12581242
{
12591243
"current": {
12601244
"text": "All",
1261-
"value": [
1262-
"$__all"
1263-
]
1245+
"value": ["$__all"]
12641246
},
12651247
"datasource": {
12661248
"type": "grafana-clickhouse-datasource",
@@ -1289,4 +1271,4 @@
12891271
"uid": "cen785ige8fswd",
12901272
"version": 1,
12911273
"weekStart": ""
1292-
}
1274+
}

engine/docker/dev-multidc-multinode/core/grafana/dashboards/guard.json

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"id": 1,
9393
"options": {
9494
"legend": {
95-
"calcs": [
96-
"lastNotNull"
97-
],
95+
"calcs": ["lastNotNull"],
9896
"displayMode": "table",
9997
"placement": "bottom",
10098
"showLegend": true,
@@ -216,9 +214,7 @@
216214
"id": 2,
217215
"options": {
218216
"legend": {
219-
"calcs": [
220-
"lastNotNull"
221-
],
217+
"calcs": ["lastNotNull"],
222218
"displayMode": "table",
223219
"placement": "bottom",
224220
"showLegend": true,
@@ -340,9 +336,7 @@
340336
"id": 3,
341337
"options": {
342338
"legend": {
343-
"calcs": [
344-
"lastNotNull"
345-
],
339+
"calcs": ["lastNotNull"],
346340
"displayMode": "table",
347341
"placement": "bottom",
348342
"showLegend": true,
@@ -464,9 +458,7 @@
464458
"id": 4,
465459
"options": {
466460
"legend": {
467-
"calcs": [
468-
"lastNotNull"
469-
],
461+
"calcs": ["lastNotNull"],
470462
"displayMode": "table",
471463
"placement": "bottom",
472464
"showLegend": true,
@@ -588,9 +580,7 @@
588580
"id": 5,
589581
"options": {
590582
"legend": {
591-
"calcs": [
592-
"mean"
593-
],
583+
"calcs": ["mean"],
594584
"displayMode": "table",
595585
"placement": "bottom",
596586
"showLegend": true,
@@ -824,9 +814,7 @@
824814
"id": 7,
825815
"options": {
826816
"legend": {
827-
"calcs": [
828-
"lastNotNull"
829-
],
817+
"calcs": ["lastNotNull"],
830818
"displayMode": "table",
831819
"placement": "bottom",
832820
"showLegend": true,
@@ -948,9 +936,7 @@
948936
"id": 8,
949937
"options": {
950938
"legend": {
951-
"calcs": [
952-
"mean"
953-
],
939+
"calcs": ["mean"],
954940
"displayMode": "table",
955941
"placement": "bottom",
956942
"showLegend": true,
@@ -1236,9 +1222,7 @@
12361222
{
12371223
"current": {
12381224
"text": "All",
1239-
"value": [
1240-
"$__all"
1241-
]
1225+
"value": ["$__all"]
12421226
},
12431227
"datasource": {
12441228
"type": "grafana-clickhouse-datasource",
@@ -1258,9 +1242,7 @@
12581242
{
12591243
"current": {
12601244
"text": "All",
1261-
"value": [
1262-
"$__all"
1263-
]
1245+
"value": ["$__all"]
12641246
},
12651247
"datasource": {
12661248
"type": "grafana-clickhouse-datasource",
@@ -1289,4 +1271,4 @@
12891271
"uid": "cen785ige8fswd",
12901272
"version": 1,
12911273
"weekStart": ""
1292-
}
1274+
}

engine/docker/dev-multidc/core/grafana/dashboards/guard.json

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"id": 1,
9393
"options": {
9494
"legend": {
95-
"calcs": [
96-
"lastNotNull"
97-
],
95+
"calcs": ["lastNotNull"],
9896
"displayMode": "table",
9997
"placement": "bottom",
10098
"showLegend": true,
@@ -216,9 +214,7 @@
216214
"id": 2,
217215
"options": {
218216
"legend": {
219-
"calcs": [
220-
"lastNotNull"
221-
],
217+
"calcs": ["lastNotNull"],
222218
"displayMode": "table",
223219
"placement": "bottom",
224220
"showLegend": true,
@@ -340,9 +336,7 @@
340336
"id": 3,
341337
"options": {
342338
"legend": {
343-
"calcs": [
344-
"lastNotNull"
345-
],
339+
"calcs": ["lastNotNull"],
346340
"displayMode": "table",
347341
"placement": "bottom",
348342
"showLegend": true,
@@ -464,9 +458,7 @@
464458
"id": 4,
465459
"options": {
466460
"legend": {
467-
"calcs": [
468-
"lastNotNull"
469-
],
461+
"calcs": ["lastNotNull"],
470462
"displayMode": "table",
471463
"placement": "bottom",
472464
"showLegend": true,
@@ -588,9 +580,7 @@
588580
"id": 5,
589581
"options": {
590582
"legend": {
591-
"calcs": [
592-
"mean"
593-
],
583+
"calcs": ["mean"],
594584
"displayMode": "table",
595585
"placement": "bottom",
596586
"showLegend": true,
@@ -824,9 +814,7 @@
824814
"id": 7,
825815
"options": {
826816
"legend": {
827-
"calcs": [
828-
"lastNotNull"
829-
],
817+
"calcs": ["lastNotNull"],
830818
"displayMode": "table",
831819
"placement": "bottom",
832820
"showLegend": true,
@@ -948,9 +936,7 @@
948936
"id": 8,
949937
"options": {
950938
"legend": {
951-
"calcs": [
952-
"mean"
953-
],
939+
"calcs": ["mean"],
954940
"displayMode": "table",
955941
"placement": "bottom",
956942
"showLegend": true,
@@ -1236,9 +1222,7 @@
12361222
{
12371223
"current": {
12381224
"text": "All",
1239-
"value": [
1240-
"$__all"
1241-
]
1225+
"value": ["$__all"]
12421226
},
12431227
"datasource": {
12441228
"type": "grafana-clickhouse-datasource",
@@ -1258,9 +1242,7 @@
12581242
{
12591243
"current": {
12601244
"text": "All",
1261-
"value": [
1262-
"$__all"
1263-
]
1245+
"value": ["$__all"]
12641246
},
12651247
"datasource": {
12661248
"type": "grafana-clickhouse-datasource",
@@ -1289,4 +1271,4 @@
12891271
"uid": "cen785ige8fswd",
12901272
"version": 1,
12911273
"weekStart": ""
1292-
}
1274+
}

0 commit comments

Comments
 (0)