You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/mib/dashboards/overview.json
+20-30Lines changed: 20 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,4 @@
1
1
{
2
-
"__inputs": [
3
-
{
4
-
"name": "DS_INFLUXDB",
5
-
"label": "InfluxDB",
6
-
"description": "",
7
-
"type": "datasource",
8
-
"pluginId": "influxdb",
9
-
"pluginName": "InfluxDB"
10
-
}
11
-
],
12
2
"__requires": [
13
3
{
14
4
"type": "panel",
@@ -77,7 +67,7 @@
77
67
{
78
68
"allValue": null,
79
69
"current": {},
80
-
"datasource": "${DS_INFLUXDB}",
70
+
"datasource": "InfluxDB",
81
71
"hide": 0,
82
72
"includeAll": false,
83
73
"label": "Organization",
@@ -96,7 +86,7 @@
96
86
{
97
87
"allValue": null,
98
88
"current": {},
99
-
"datasource": "${DS_INFLUXDB}",
89
+
"datasource": "InfluxDB",
100
90
"hide": 0,
101
91
"includeAll": false,
102
92
"label": "Space",
@@ -115,7 +105,7 @@
115
105
{
116
106
"allValue": null,
117
107
"current": {},
118
-
"datasource": "${DS_INFLUXDB}",
108
+
"datasource": "InfluxDB",
119
109
"hide": 0,
120
110
"includeAll": false,
121
111
"label": "Application",
@@ -236,7 +226,7 @@
236
226
"annotations": {
237
227
"list": [
238
228
{
239
-
"datasource": "${DS_INFLUXDB}",
229
+
"datasource": "InfluxDB",
240
230
"enable": true,
241
231
"iconColor": "rgba(255, 96, 96, 1)",
242
232
"limit": 100,
@@ -259,7 +249,7 @@
259
249
{
260
250
"aliasColors": {},
261
251
"bars": false,
262
-
"datasource": "${DS_INFLUXDB}",
252
+
"datasource": "InfluxDB",
263
253
"editable": true,
264
254
"error": false,
265
255
"fill": 1,
@@ -411,7 +401,7 @@
411
401
{
412
402
"aliasColors": {},
413
403
"bars": false,
414
-
"datasource": "${DS_INFLUXDB}",
404
+
"datasource": "InfluxDB",
415
405
"editable": true,
416
406
"error": false,
417
407
"fill": 1,
@@ -563,7 +553,7 @@
563
553
{
564
554
"aliasColors": {},
565
555
"bars": false,
566
-
"datasource": "${DS_INFLUXDB}",
556
+
"datasource": "InfluxDB",
567
557
"editable": true,
568
558
"error": false,
569
559
"fill": 1,
@@ -704,7 +694,7 @@
704
694
{
705
695
"aliasColors": {},
706
696
"bars": false,
707
-
"datasource": "${DS_INFLUXDB}",
697
+
"datasource": "InfluxDB",
708
698
"editable": true,
709
699
"error": false,
710
700
"fill": 1,
@@ -762,7 +752,7 @@
762
752
],
763
753
"hide": false,
764
754
"measurement": "memory used_bytes",
765
-
"policy": "one_week",
755
+
"policy": "default",
766
756
"query": "SELECT mean(\"value\") FROM \"autogen\".\"memory used_bytes\" WHERE \"state\" = 'ok' AND \"host\" =~ /^$app_name$/ AND $timeFilter GROUP BY time($interval), \"instance\", \"host\" fill(none)",
767
757
"rawQuery": false,
768
758
"refId": "A",
@@ -825,7 +815,7 @@
825
815
}
826
816
],
827
817
"measurement": "memory total_bytes",
828
-
"policy": "one_week",
818
+
"policy": "default",
829
819
"query": "SELECT mean(\"value\") FROM \"autogen\".\"memory total_bytes\" WHERE \"state\" = 'ok' AND $timeFilter GROUP BY time($interval), \"instance\" fill(null)",
830
820
"rawQuery": false,
831
821
"refId": "B",
@@ -904,7 +894,7 @@
904
894
{
905
895
"aliasColors": {},
906
896
"bars": false,
907
-
"datasource": "${DS_INFLUXDB}",
897
+
"datasource": "InfluxDB",
908
898
"editable": true,
909
899
"error": false,
910
900
"fill": 1,
@@ -962,7 +952,7 @@
962
952
],
963
953
"hide": false,
964
954
"measurement": "disk used_bytes",
965
-
"policy": "one_week",
955
+
"policy": "default",
966
956
"query": "SELECT mean(\"value\") FROM \"autogen\".\"disk used_bytes\" WHERE \"state\" = 'ok' AND $timeFilter GROUP BY time($interval), \"instance\" fill(none)",
0 commit comments