Skip to content

Commit 555ea9d

Browse files
committed
fixes grafana 8 dashboard error
1 parent 43ad91f commit 555ea9d

File tree

1 file changed

+50
-51
lines changed

1 file changed

+50
-51
lines changed

configuration/grafana/dashboards/GHOSTS-5-default Grafana dashboard.json

+50-51
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@
88
"hide": true,
99
"iconColor": "rgba(0, 211, 255, 1)",
1010
"name": "Annotations & Alerts",
11+
"target": {
12+
"limit": 100,
13+
"matchAny": false,
14+
"tags": [],
15+
"type": "dashboard"
16+
},
1117
"type": "dashboard"
1218
}
1319
]
1420
},
1521
"editable": true,
1622
"gnetId": null,
1723
"graphTooltip": 0,
18-
"id": 4,
1924
"links": [],
2025
"panels": [
2126
{
@@ -26,14 +31,15 @@
2631
"color": {
2732
"mode": "thresholds"
2833
},
29-
"custom": {},
3034
"mappings": [
3135
{
32-
"id": 0,
33-
"op": "=",
34-
"text": "N/A",
35-
"type": 1,
36-
"value": "null"
36+
"options": {
37+
"match": "null",
38+
"result": {
39+
"text": "N/A"
40+
}
41+
},
42+
"type": "special"
3743
}
3844
],
3945
"thresholds": {
@@ -78,7 +84,7 @@
7884
"text": {},
7985
"textMode": "auto"
8086
},
81-
"pluginVersion": "7.4.0",
87+
"pluginVersion": "8.1.5",
8288
"targets": [
8389
{
8490
"alias": "",
@@ -120,14 +126,15 @@
120126
"color": {
121127
"mode": "thresholds"
122128
},
123-
"custom": {},
124129
"mappings": [
125130
{
126-
"id": 0,
127-
"op": "=",
128-
"text": "N/A",
129-
"type": 1,
130-
"value": "null"
131+
"options": {
132+
"match": "null",
133+
"result": {
134+
"text": "N/A"
135+
}
136+
},
137+
"type": "special"
131138
}
132139
],
133140
"thresholds": {
@@ -172,7 +179,7 @@
172179
"text": {},
173180
"textMode": "auto"
174181
},
175-
"pluginVersion": "7.4.0",
182+
"pluginVersion": "8.1.5",
176183
"targets": [
177184
{
178185
"alias": "",
@@ -214,14 +221,15 @@
214221
"color": {
215222
"mode": "thresholds"
216223
},
217-
"custom": {},
218224
"mappings": [
219225
{
220-
"id": 0,
221-
"op": "=",
222-
"text": "N/A",
223-
"type": 1,
224-
"value": "null"
226+
"options": {
227+
"match": "null",
228+
"result": {
229+
"text": "N/A"
230+
}
231+
},
232+
"type": "special"
225233
}
226234
],
227235
"thresholds": {
@@ -266,7 +274,7 @@
266274
"text": {},
267275
"textMode": "auto"
268276
},
269-
"pluginVersion": "7.4.0",
277+
"pluginVersion": "8.1.5",
270278
"targets": [
271279
{
272280
"alias": "",
@@ -307,14 +315,15 @@
307315
"color": {
308316
"mode": "thresholds"
309317
},
310-
"custom": {},
311318
"mappings": [
312319
{
313-
"id": 0,
314-
"op": "=",
315-
"text": "N/A",
316-
"type": 1,
317-
"value": "null"
320+
"options": {
321+
"match": "null",
322+
"result": {
323+
"text": "N/A"
324+
}
325+
},
326+
"type": "special"
318327
}
319328
],
320329
"thresholds": {
@@ -359,7 +368,7 @@
359368
"text": {},
360369
"textMode": "auto"
361370
},
362-
"pluginVersion": "7.4.0",
371+
"pluginVersion": "8.1.5",
363372
"targets": [
364373
{
365374
"alias": "",
@@ -401,12 +410,6 @@
401410
"dashLength": 10,
402411
"dashes": false,
403412
"datasource": null,
404-
"fieldConfig": {
405-
"defaults": {
406-
"custom": {}
407-
},
408-
"overrides": []
409-
},
410413
"fill": 1,
411414
"fillGradient": 0,
412415
"gridPos": {
@@ -438,7 +441,7 @@
438441
"alertThreshold": true
439442
},
440443
"percentage": false,
441-
"pluginVersion": "7.4.0",
444+
"pluginVersion": "8.1.5",
442445
"pointradius": 5,
443446
"points": false,
444447
"renderer": "flot",
@@ -584,12 +587,6 @@
584587
"dashLength": 10,
585588
"dashes": false,
586589
"datasource": null,
587-
"fieldConfig": {
588-
"defaults": {
589-
"custom": {}
590-
},
591-
"overrides": []
592-
},
593590
"fill": 1,
594591
"fillGradient": 0,
595592
"gridPos": {
@@ -619,7 +616,7 @@
619616
"alertThreshold": true
620617
},
621618
"percentage": false,
622-
"pluginVersion": "7.4.0",
619+
"pluginVersion": "8.1.5",
623620
"pointradius": 5,
624621
"points": false,
625622
"renderer": "flot",
@@ -634,7 +631,7 @@
634631
"group": [],
635632
"metricColumn": "none",
636633
"rawQuery": true,
637-
"rawSql": "SELECT\n handler as \"Handler\",\n count(*) as \"Executions\",\n date_trunc('minute', createdutc) as \"time\"\nFROM\n history_timeline\ngroup by handler, date_trunc('minute', createdutc) \norder by date_trunc('minute', createdutc) DESC\n",
634+
"rawSql": "SELECT\n handler as \"Handler\",\n count(*) as \"Executions\",\n date_trunc('minute', createdutc) as \"time\"\nFROM\n history_timeline\ngroup by handler, date_trunc('minute', createdutc) \norder by date_trunc('minute', createdutc) ASC\n",
638635
"refId": "A",
639636
"select": [
640637
[
@@ -706,6 +703,7 @@
706703
},
707704
"custom": {
708705
"align": null,
706+
"displayMode": "auto",
709707
"filterable": false
710708
},
711709
"decimals": 2,
@@ -760,7 +758,7 @@
760758
"options": {
761759
"showHeader": true
762760
},
763-
"pluginVersion": "7.4.0",
761+
"pluginVersion": "8.1.5",
764762
"targets": [
765763
{
766764
"alias": "",
@@ -810,6 +808,7 @@
810808
},
811809
"custom": {
812810
"align": null,
811+
"displayMode": "auto",
813812
"filterable": false
814813
},
815814
"decimals": 2,
@@ -864,7 +863,7 @@
864863
"options": {
865864
"showHeader": true
866865
},
867-
"pluginVersion": "7.4.0",
866+
"pluginVersion": "8.1.5",
868867
"targets": [
869868
{
870869
"alias": "",
@@ -907,16 +906,16 @@
907906
"type": "table"
908907
}
909908
],
910-
"refresh": false,
911-
"schemaVersion": 27,
909+
"refresh": "",
910+
"schemaVersion": 30,
912911
"style": "dark",
913912
"tags": [],
914913
"templating": {
915914
"list": []
916915
},
917916
"time": {
918-
"from": "now-6M",
919-
"to": "now"
917+
"from": "2021-10-01T12:17:30.079Z",
918+
"to": "2021-10-01T12:56:45.763Z"
920919
},
921920
"timepicker": {
922921
"refresh_intervals": [
@@ -946,5 +945,5 @@
946945
"timezone": "utc",
947946
"title": "GHOSTS 5",
948947
"uid": "WdD_zPV7z",
949-
"version": 1
948+
"version": 2
950949
}

0 commit comments

Comments
 (0)