cloudstats 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 901b4e7eb8fcbe02e904e270563230c003d32896
4
- data.tar.gz: 3f1d30106500d8439151b1331fce2df0c89b425b
2
+ SHA256:
3
+ metadata.gz: ee515d82526cf9fc74c9765860bae57974a240b6fdd512adc030a569a95b1d95
4
+ data.tar.gz: ec14e38bb2f4620a44e7d9e89d33c7e86be421f1a3139e50a21887d48d17ddf5
5
5
  SHA512:
6
- metadata.gz: 79449f16ba287d92ba8f6924c386e86a9e415eab28f082e11a4b932d045115807bf42673f133398f9780dc8f43c1b2fb50671389876465fca719c440ed9a193f
7
- data.tar.gz: 2b38b87f2b14de75a76d7ea27c385a01c0077c3184c98d56a1ff755677e14714891d709195d848b09e9322a7323248187e43d2daac93b10d5a84bf45c3ff437e
6
+ metadata.gz: bcabf6a677c0bff1955c27a1d4061670f34107d3d97c8f3dbcbe4b821b9a0bcbc8c0ae54224943c0e640c147f6f716e61f0df334e8c1dae87e15e2905182c956
7
+ data.tar.gz: 07c39e836843cd077b551c28ee95fa93d3d1366a0c399af8337c0a09ec3f5ebcbd442b6c23be48d57b3b12ba6637c9bc5b155a1edf7059e8d6f3d1c883b26a72
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 niwo
3
+ Copyright (c) 2017-2018 niwo
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # Cloudstats
2
2
 
3
3
  Cloudstats pulls project and account statistics from the CloudStack API and feeds them into a Influxdb database.
4
- Whit the help of Grafana this let's you craft beautiful usage dashboards.
4
+ Using [Grafana](https://grafana.com/) you will be able to craft beautiful dashboards.
5
+
6
+ ![Grafana Dashboard](examples/dashboard.png)
5
7
 
6
8
  ## Installation
7
9
 
8
- Install the gem as:
10
+ Install the gem:
9
11
 
10
12
  $ gem install cloudstats
11
13
 
@@ -22,6 +24,9 @@ See the help for more options:
22
24
 
23
25
  $ bin/cloudstats help
24
26
 
27
+ ## Grafana dashboard
28
+
29
+ You'll find a example [Grafana](https://grafana.com/) dashboard export in the [examples](examples/dashboard.json) folder.
25
30
 
26
31
  ## Development
27
32
 
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["niwo"]
10
10
  spec.email = ["nik.wolfgramm@gmail.com"]
11
11
 
12
- spec.summary = %q{Collect CloudStack stats and feed them to influxdb.}
13
- spec.description = %q{Collect project and account statistics from the CloudStack API and feeds them into a influxdb.}
12
+ spec.summary = %q{Collect CloudStack stats and feed them to InfluxdDB.}
13
+ spec.description = %q{Collect project and account statistics from the CloudStack API and feeds them into InfluxDB.}
14
14
  spec.homepage = "https://github.com/niwo/cloudstats"
15
15
  spec.license = "MIT"
16
16
 
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "minitest", "~> 5.0"
26
26
 
27
27
  spec.add_runtime_dependency "thor", "~> 0.19"
28
- spec.add_runtime_dependency "cloudstack_client", "~> 1.5.3"
28
+ spec.add_runtime_dependency "cloudstack_client", "~> 1.5"
29
29
  end
@@ -0,0 +1,1755 @@
1
+ {
2
+ "__inputs": [
3
+ {
4
+ "name": "DS_CLOUDSTACK-STATS",
5
+ "label": "cloudstack-stats",
6
+ "description": "",
7
+ "type": "datasource",
8
+ "pluginId": "influxdb",
9
+ "pluginName": "InfluxDB"
10
+ }
11
+ ],
12
+ "__requires": [
13
+ {
14
+ "type": "grafana",
15
+ "id": "grafana",
16
+ "name": "Grafana",
17
+ "version": "4.3.2"
18
+ },
19
+ {
20
+ "type": "panel",
21
+ "id": "grafana-piechart-panel",
22
+ "name": "Pie Chart",
23
+ "version": "1.1.4"
24
+ },
25
+ {
26
+ "type": "panel",
27
+ "id": "graph",
28
+ "name": "Graph",
29
+ "version": ""
30
+ },
31
+ {
32
+ "type": "datasource",
33
+ "id": "influxdb",
34
+ "name": "InfluxDB",
35
+ "version": "1.0.0"
36
+ },
37
+ {
38
+ "type": "panel",
39
+ "id": "singlestat",
40
+ "name": "Singlestat",
41
+ "version": ""
42
+ }
43
+ ],
44
+ "annotations": {
45
+ "list": []
46
+ },
47
+ "description": "CloudStack Statistics",
48
+ "editable": true,
49
+ "gnetId": null,
50
+ "graphTooltip": 0,
51
+ "hideControls": false,
52
+ "id": null,
53
+ "links": [],
54
+ "refresh": false,
55
+ "rows": [
56
+ {
57
+ "collapse": false,
58
+ "height": 258,
59
+ "panels": [
60
+ {
61
+ "aliasColors": {},
62
+ "cacheTimeout": null,
63
+ "combine": {
64
+ "label": "",
65
+ "threshold": "0.01"
66
+ },
67
+ "datasource": "${DS_CLOUDSTACK-STATS}",
68
+ "fontSize": "80%",
69
+ "format": "short",
70
+ "id": 13,
71
+ "interval": null,
72
+ "legend": {
73
+ "percentage": false,
74
+ "show": false,
75
+ "values": false
76
+ },
77
+ "legendType": "On graph",
78
+ "links": [],
79
+ "maxDataPoints": 3,
80
+ "nullPointMode": "connected",
81
+ "pieType": "donut",
82
+ "span": 3,
83
+ "strokeWidth": "3",
84
+ "targets": [
85
+ {
86
+ "dsType": "influxdb",
87
+ "groupBy": [
88
+ {
89
+ "params": [
90
+ "$__interval"
91
+ ],
92
+ "type": "time"
93
+ },
94
+ {
95
+ "params": [
96
+ "null"
97
+ ],
98
+ "type": "fill"
99
+ }
100
+ ],
101
+ "measurement": "/^$Tenant$/",
102
+ "policy": "default",
103
+ "refId": "A",
104
+ "resultFormat": "time_series",
105
+ "select": [
106
+ [
107
+ {
108
+ "params": [
109
+ "vmrunning"
110
+ ],
111
+ "type": "field"
112
+ },
113
+ {
114
+ "params": [],
115
+ "type": "last"
116
+ }
117
+ ]
118
+ ],
119
+ "tags": [
120
+ {
121
+ "key": "domain",
122
+ "operator": "=~",
123
+ "value": "/^$Domain$/"
124
+ }
125
+ ]
126
+ }
127
+ ],
128
+ "title": "Running VM's",
129
+ "transparent": false,
130
+ "type": "grafana-piechart-panel",
131
+ "valueName": "current"
132
+ },
133
+ {
134
+ "cacheTimeout": null,
135
+ "colorBackground": false,
136
+ "colorValue": false,
137
+ "colors": [
138
+ "rgba(245, 54, 54, 0.9)",
139
+ "rgba(237, 129, 40, 0.89)",
140
+ "rgba(50, 172, 45, 0.97)"
141
+ ],
142
+ "datasource": "${DS_CLOUDSTACK-STATS}",
143
+ "description": "",
144
+ "format": "none",
145
+ "gauge": {
146
+ "maxValue": 100,
147
+ "minValue": 0,
148
+ "show": false,
149
+ "thresholdLabels": false,
150
+ "thresholdMarkers": true
151
+ },
152
+ "id": 14,
153
+ "interval": null,
154
+ "links": [],
155
+ "mappingType": 1,
156
+ "mappingTypes": [
157
+ {
158
+ "name": "value to text",
159
+ "value": 1
160
+ },
161
+ {
162
+ "name": "range to text",
163
+ "value": 2
164
+ }
165
+ ],
166
+ "maxDataPoints": 100,
167
+ "nullPointMode": "connected",
168
+ "nullText": null,
169
+ "postfix": "",
170
+ "postfixFontSize": "50%",
171
+ "prefix": "",
172
+ "prefixFontSize": "50%",
173
+ "rangeMaps": [
174
+ {
175
+ "from": "null",
176
+ "text": "N/A",
177
+ "to": "null"
178
+ }
179
+ ],
180
+ "span": 2,
181
+ "sparkline": {
182
+ "fillColor": "rgba(31, 118, 189, 0.18)",
183
+ "full": false,
184
+ "lineColor": "rgb(31, 120, 193)",
185
+ "show": true
186
+ },
187
+ "tableColumn": "",
188
+ "targets": [
189
+ {
190
+ "dsType": "influxdb",
191
+ "groupBy": [
192
+ {
193
+ "params": [
194
+ "$__interval"
195
+ ],
196
+ "type": "time"
197
+ },
198
+ {
199
+ "params": [
200
+ "null"
201
+ ],
202
+ "type": "fill"
203
+ }
204
+ ],
205
+ "measurement": "total.project",
206
+ "policy": "default",
207
+ "refId": "A",
208
+ "resultFormat": "time_series",
209
+ "select": [
210
+ [
211
+ {
212
+ "params": [
213
+ "vmrunning"
214
+ ],
215
+ "type": "field"
216
+ },
217
+ {
218
+ "params": [],
219
+ "type": "last"
220
+ }
221
+ ]
222
+ ],
223
+ "tags": []
224
+ }
225
+ ],
226
+ "thresholds": "",
227
+ "title": "Total VM's running in projects",
228
+ "type": "singlestat",
229
+ "valueFontSize": "100%",
230
+ "valueMaps": [
231
+ {
232
+ "op": "=",
233
+ "text": "N/A",
234
+ "value": "null"
235
+ }
236
+ ],
237
+ "valueName": "current"
238
+ },
239
+ {
240
+ "cacheTimeout": null,
241
+ "colorBackground": false,
242
+ "colorValue": false,
243
+ "colors": [
244
+ "rgba(245, 54, 54, 0.9)",
245
+ "rgba(237, 129, 40, 0.89)",
246
+ "rgba(50, 172, 45, 0.97)"
247
+ ],
248
+ "datasource": "${DS_CLOUDSTACK-STATS}",
249
+ "description": "",
250
+ "format": "none",
251
+ "gauge": {
252
+ "maxValue": 100,
253
+ "minValue": 0,
254
+ "show": false,
255
+ "thresholdLabels": false,
256
+ "thresholdMarkers": true
257
+ },
258
+ "id": 15,
259
+ "interval": null,
260
+ "links": [],
261
+ "mappingType": 1,
262
+ "mappingTypes": [
263
+ {
264
+ "name": "value to text",
265
+ "value": 1
266
+ },
267
+ {
268
+ "name": "range to text",
269
+ "value": 2
270
+ }
271
+ ],
272
+ "maxDataPoints": 100,
273
+ "nullPointMode": "connected",
274
+ "nullText": null,
275
+ "postfix": "",
276
+ "postfixFontSize": "50%",
277
+ "prefix": "",
278
+ "prefixFontSize": "50%",
279
+ "rangeMaps": [
280
+ {
281
+ "from": "null",
282
+ "text": "N/A",
283
+ "to": "null"
284
+ }
285
+ ],
286
+ "span": 2,
287
+ "sparkline": {
288
+ "fillColor": "rgba(31, 118, 189, 0.18)",
289
+ "full": false,
290
+ "lineColor": "rgb(31, 120, 193)",
291
+ "show": true
292
+ },
293
+ "tableColumn": "",
294
+ "targets": [
295
+ {
296
+ "dsType": "influxdb",
297
+ "groupBy": [
298
+ {
299
+ "params": [
300
+ "$__interval"
301
+ ],
302
+ "type": "time"
303
+ },
304
+ {
305
+ "params": [
306
+ "null"
307
+ ],
308
+ "type": "fill"
309
+ }
310
+ ],
311
+ "measurement": "total.account",
312
+ "policy": "default",
313
+ "refId": "A",
314
+ "resultFormat": "time_series",
315
+ "select": [
316
+ [
317
+ {
318
+ "params": [
319
+ "vmrunning"
320
+ ],
321
+ "type": "field"
322
+ },
323
+ {
324
+ "params": [],
325
+ "type": "last"
326
+ }
327
+ ]
328
+ ],
329
+ "tags": []
330
+ }
331
+ ],
332
+ "thresholds": "",
333
+ "title": "Total VM's running in accounts",
334
+ "type": "singlestat",
335
+ "valueFontSize": "100%",
336
+ "valueMaps": [
337
+ {
338
+ "op": "=",
339
+ "text": "N/A",
340
+ "value": "null"
341
+ }
342
+ ],
343
+ "valueName": "current"
344
+ },
345
+ {
346
+ "cacheTimeout": null,
347
+ "colorBackground": false,
348
+ "colorValue": false,
349
+ "colors": [
350
+ "rgba(245, 54, 54, 0.9)",
351
+ "rgba(237, 129, 40, 0.89)",
352
+ "rgba(50, 172, 45, 0.97)"
353
+ ],
354
+ "datasource": "${DS_CLOUDSTACK-STATS}",
355
+ "description": "",
356
+ "format": "decgbytes",
357
+ "gauge": {
358
+ "maxValue": 100,
359
+ "minValue": 0,
360
+ "show": false,
361
+ "thresholdLabels": false,
362
+ "thresholdMarkers": true
363
+ },
364
+ "id": 16,
365
+ "interval": null,
366
+ "links": [],
367
+ "mappingType": 1,
368
+ "mappingTypes": [
369
+ {
370
+ "name": "value to text",
371
+ "value": 1
372
+ },
373
+ {
374
+ "name": "range to text",
375
+ "value": 2
376
+ }
377
+ ],
378
+ "maxDataPoints": 100,
379
+ "nullPointMode": "connected",
380
+ "nullText": null,
381
+ "postfix": "",
382
+ "postfixFontSize": "50%",
383
+ "prefix": "",
384
+ "prefixFontSize": "50%",
385
+ "rangeMaps": [
386
+ {
387
+ "from": "null",
388
+ "text": "N/A",
389
+ "to": "null"
390
+ }
391
+ ],
392
+ "span": 2,
393
+ "sparkline": {
394
+ "fillColor": "rgba(31, 118, 189, 0.18)",
395
+ "full": false,
396
+ "lineColor": "rgb(31, 120, 193)",
397
+ "show": true
398
+ },
399
+ "tableColumn": "",
400
+ "targets": [
401
+ {
402
+ "dsType": "influxdb",
403
+ "groupBy": [
404
+ {
405
+ "params": [
406
+ "$__interval"
407
+ ],
408
+ "type": "time"
409
+ },
410
+ {
411
+ "params": [
412
+ "null"
413
+ ],
414
+ "type": "fill"
415
+ }
416
+ ],
417
+ "measurement": "total.project",
418
+ "policy": "default",
419
+ "refId": "A",
420
+ "resultFormat": "time_series",
421
+ "select": [
422
+ [
423
+ {
424
+ "params": [
425
+ "memorytotal"
426
+ ],
427
+ "type": "field"
428
+ },
429
+ {
430
+ "params": [],
431
+ "type": "last"
432
+ },
433
+ {
434
+ "params": [
435
+ " / 1014"
436
+ ],
437
+ "type": "math"
438
+ }
439
+ ]
440
+ ],
441
+ "tags": []
442
+ }
443
+ ],
444
+ "thresholds": "",
445
+ "title": "Total Memory",
446
+ "type": "singlestat",
447
+ "valueFontSize": "100%",
448
+ "valueMaps": [
449
+ {
450
+ "op": "=",
451
+ "text": "N/A",
452
+ "value": "null"
453
+ }
454
+ ],
455
+ "valueName": "current"
456
+ },
457
+ {
458
+ "cacheTimeout": null,
459
+ "colorBackground": false,
460
+ "colorValue": false,
461
+ "colors": [
462
+ "rgba(245, 54, 54, 0.9)",
463
+ "rgba(237, 129, 40, 0.89)",
464
+ "rgba(50, 172, 45, 0.97)"
465
+ ],
466
+ "datasource": "${DS_CLOUDSTACK-STATS}",
467
+ "description": "",
468
+ "format": "none",
469
+ "gauge": {
470
+ "maxValue": 100,
471
+ "minValue": 0,
472
+ "show": false,
473
+ "thresholdLabels": false,
474
+ "thresholdMarkers": true
475
+ },
476
+ "id": 17,
477
+ "interval": null,
478
+ "links": [],
479
+ "mappingType": 1,
480
+ "mappingTypes": [
481
+ {
482
+ "name": "value to text",
483
+ "value": 1
484
+ },
485
+ {
486
+ "name": "range to text",
487
+ "value": 2
488
+ }
489
+ ],
490
+ "maxDataPoints": 100,
491
+ "nullPointMode": "connected",
492
+ "nullText": null,
493
+ "postfix": "",
494
+ "postfixFontSize": "50%",
495
+ "prefix": "",
496
+ "prefixFontSize": "50%",
497
+ "rangeMaps": [
498
+ {
499
+ "from": "null",
500
+ "text": "N/A",
501
+ "to": "null"
502
+ }
503
+ ],
504
+ "span": 3,
505
+ "sparkline": {
506
+ "fillColor": "rgba(31, 118, 189, 0.18)",
507
+ "full": false,
508
+ "lineColor": "rgb(31, 120, 193)",
509
+ "show": true
510
+ },
511
+ "tableColumn": "",
512
+ "targets": [
513
+ {
514
+ "dsType": "influxdb",
515
+ "groupBy": [
516
+ {
517
+ "params": [
518
+ "$__interval"
519
+ ],
520
+ "type": "time"
521
+ },
522
+ {
523
+ "params": [
524
+ "null"
525
+ ],
526
+ "type": "fill"
527
+ }
528
+ ],
529
+ "measurement": "total.project",
530
+ "policy": "default",
531
+ "refId": "A",
532
+ "resultFormat": "time_series",
533
+ "select": [
534
+ [
535
+ {
536
+ "params": [
537
+ "cputotal"
538
+ ],
539
+ "type": "field"
540
+ },
541
+ {
542
+ "params": [],
543
+ "type": "last"
544
+ }
545
+ ]
546
+ ],
547
+ "tags": []
548
+ }
549
+ ],
550
+ "thresholds": "",
551
+ "title": "Total CPU's",
552
+ "type": "singlestat",
553
+ "valueFontSize": "100%",
554
+ "valueMaps": [
555
+ {
556
+ "op": "=",
557
+ "text": "N/A",
558
+ "value": "null"
559
+ }
560
+ ],
561
+ "valueName": "current"
562
+ }
563
+ ],
564
+ "repeat": null,
565
+ "repeatIteration": null,
566
+ "repeatRowId": null,
567
+ "showTitle": false,
568
+ "title": "Dashboard Row",
569
+ "titleSize": "h6"
570
+ },
571
+ {
572
+ "collapse": false,
573
+ "height": 250,
574
+ "panels": [
575
+ {
576
+ "aliasColors": {},
577
+ "bars": false,
578
+ "dashLength": 10,
579
+ "dashes": false,
580
+ "datasource": "${DS_CLOUDSTACK-STATS}",
581
+ "fill": 5,
582
+ "id": 3,
583
+ "legend": {
584
+ "alignAsTable": false,
585
+ "avg": false,
586
+ "current": false,
587
+ "hideEmpty": false,
588
+ "hideZero": true,
589
+ "max": false,
590
+ "min": false,
591
+ "rightSide": false,
592
+ "show": true,
593
+ "total": false,
594
+ "values": false
595
+ },
596
+ "lines": true,
597
+ "linewidth": 1,
598
+ "links": [],
599
+ "nullPointMode": "connected",
600
+ "percentage": false,
601
+ "pointradius": 5,
602
+ "points": false,
603
+ "renderer": "flot",
604
+ "seriesOverrides": [],
605
+ "spaceLength": 10,
606
+ "span": 12,
607
+ "stack": true,
608
+ "steppedLine": true,
609
+ "targets": [
610
+ {
611
+ "dsType": "influxdb",
612
+ "groupBy": [
613
+ {
614
+ "params": [
615
+ "$__interval"
616
+ ],
617
+ "type": "time"
618
+ },
619
+ {
620
+ "params": [
621
+ "none"
622
+ ],
623
+ "type": "fill"
624
+ }
625
+ ],
626
+ "hide": false,
627
+ "measurement": "/^$Tenant$/",
628
+ "policy": "autogen",
629
+ "refId": "A",
630
+ "resultFormat": "time_series",
631
+ "select": [
632
+ [
633
+ {
634
+ "params": [
635
+ "vmrunning"
636
+ ],
637
+ "type": "field"
638
+ },
639
+ {
640
+ "params": [],
641
+ "type": "mean"
642
+ }
643
+ ]
644
+ ],
645
+ "tags": [
646
+ {
647
+ "key": "domain",
648
+ "operator": "=~",
649
+ "value": "/^$Domain$/"
650
+ }
651
+ ]
652
+ }
653
+ ],
654
+ "thresholds": [],
655
+ "timeFrom": null,
656
+ "timeShift": null,
657
+ "title": "Running VM's",
658
+ "tooltip": {
659
+ "shared": true,
660
+ "sort": 2,
661
+ "value_type": "individual"
662
+ },
663
+ "type": "graph",
664
+ "xaxis": {
665
+ "buckets": null,
666
+ "mode": "time",
667
+ "name": null,
668
+ "show": true,
669
+ "values": []
670
+ },
671
+ "yaxes": [
672
+ {
673
+ "format": "short",
674
+ "label": null,
675
+ "logBase": 1,
676
+ "max": null,
677
+ "min": null,
678
+ "show": true
679
+ },
680
+ {
681
+ "format": "short",
682
+ "label": null,
683
+ "logBase": 1,
684
+ "max": null,
685
+ "min": null,
686
+ "show": true
687
+ }
688
+ ]
689
+ }
690
+ ],
691
+ "repeat": null,
692
+ "repeatIteration": null,
693
+ "repeatRowId": null,
694
+ "showTitle": false,
695
+ "title": "Dashboard Row",
696
+ "titleSize": "h6"
697
+ },
698
+ {
699
+ "collapse": false,
700
+ "height": 282,
701
+ "panels": [
702
+ {
703
+ "aliasColors": {},
704
+ "bars": false,
705
+ "dashLength": 10,
706
+ "dashes": false,
707
+ "datasource": "${DS_CLOUDSTACK-STATS}",
708
+ "fill": 5,
709
+ "id": 7,
710
+ "legend": {
711
+ "alignAsTable": false,
712
+ "avg": false,
713
+ "current": false,
714
+ "hideEmpty": false,
715
+ "hideZero": true,
716
+ "max": false,
717
+ "min": false,
718
+ "rightSide": false,
719
+ "show": true,
720
+ "total": false,
721
+ "values": false
722
+ },
723
+ "lines": true,
724
+ "linewidth": 1,
725
+ "links": [],
726
+ "nullPointMode": "connected",
727
+ "percentage": false,
728
+ "pointradius": 5,
729
+ "points": false,
730
+ "renderer": "flot",
731
+ "seriesOverrides": [],
732
+ "spaceLength": 10,
733
+ "span": 6,
734
+ "stack": true,
735
+ "steppedLine": true,
736
+ "targets": [
737
+ {
738
+ "dsType": "influxdb",
739
+ "groupBy": [
740
+ {
741
+ "params": [
742
+ "$__interval"
743
+ ],
744
+ "type": "time"
745
+ },
746
+ {
747
+ "params": [
748
+ "none"
749
+ ],
750
+ "type": "fill"
751
+ }
752
+ ],
753
+ "hide": false,
754
+ "measurement": "/^$Tenant$/",
755
+ "policy": "autogen",
756
+ "refId": "A",
757
+ "resultFormat": "time_series",
758
+ "select": [
759
+ [
760
+ {
761
+ "params": [
762
+ "vmstopped"
763
+ ],
764
+ "type": "field"
765
+ },
766
+ {
767
+ "params": [],
768
+ "type": "mean"
769
+ }
770
+ ]
771
+ ],
772
+ "tags": [
773
+ {
774
+ "key": "domain",
775
+ "operator": "=~",
776
+ "value": "/^$Domain$/"
777
+ }
778
+ ]
779
+ }
780
+ ],
781
+ "thresholds": [],
782
+ "timeFrom": null,
783
+ "timeShift": null,
784
+ "title": "Stopped VM's",
785
+ "tooltip": {
786
+ "shared": true,
787
+ "sort": 2,
788
+ "value_type": "individual"
789
+ },
790
+ "type": "graph",
791
+ "xaxis": {
792
+ "buckets": null,
793
+ "mode": "time",
794
+ "name": null,
795
+ "show": true,
796
+ "values": []
797
+ },
798
+ "yaxes": [
799
+ {
800
+ "format": "short",
801
+ "label": null,
802
+ "logBase": 1,
803
+ "max": null,
804
+ "min": null,
805
+ "show": true
806
+ },
807
+ {
808
+ "format": "short",
809
+ "label": null,
810
+ "logBase": 1,
811
+ "max": null,
812
+ "min": null,
813
+ "show": true
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "aliasColors": {},
819
+ "bars": false,
820
+ "dashLength": 10,
821
+ "dashes": false,
822
+ "datasource": "${DS_CLOUDSTACK-STATS}",
823
+ "fill": 5,
824
+ "id": 11,
825
+ "legend": {
826
+ "alignAsTable": false,
827
+ "avg": false,
828
+ "current": false,
829
+ "hideEmpty": false,
830
+ "hideZero": true,
831
+ "max": false,
832
+ "min": false,
833
+ "rightSide": false,
834
+ "show": true,
835
+ "total": false,
836
+ "values": false
837
+ },
838
+ "lines": true,
839
+ "linewidth": 1,
840
+ "links": [],
841
+ "nullPointMode": "connected",
842
+ "percentage": false,
843
+ "pointradius": 5,
844
+ "points": false,
845
+ "renderer": "flot",
846
+ "seriesOverrides": [],
847
+ "spaceLength": 10,
848
+ "span": 6,
849
+ "stack": true,
850
+ "steppedLine": true,
851
+ "targets": [
852
+ {
853
+ "dsType": "influxdb",
854
+ "groupBy": [
855
+ {
856
+ "params": [
857
+ "$__interval"
858
+ ],
859
+ "type": "time"
860
+ },
861
+ {
862
+ "params": [
863
+ "none"
864
+ ],
865
+ "type": "fill"
866
+ }
867
+ ],
868
+ "hide": false,
869
+ "measurement": "/^$Tenant$/",
870
+ "policy": "autogen",
871
+ "refId": "A",
872
+ "resultFormat": "time_series",
873
+ "select": [
874
+ [
875
+ {
876
+ "params": [
877
+ "iptotal"
878
+ ],
879
+ "type": "field"
880
+ },
881
+ {
882
+ "params": [],
883
+ "type": "mean"
884
+ }
885
+ ]
886
+ ],
887
+ "tags": [
888
+ {
889
+ "key": "domain",
890
+ "operator": "=~",
891
+ "value": "/^$Domain$/"
892
+ }
893
+ ]
894
+ }
895
+ ],
896
+ "thresholds": [],
897
+ "timeFrom": null,
898
+ "timeShift": null,
899
+ "title": "IP Adresses",
900
+ "tooltip": {
901
+ "shared": true,
902
+ "sort": 2,
903
+ "value_type": "individual"
904
+ },
905
+ "type": "graph",
906
+ "xaxis": {
907
+ "buckets": null,
908
+ "mode": "time",
909
+ "name": null,
910
+ "show": true,
911
+ "values": []
912
+ },
913
+ "yaxes": [
914
+ {
915
+ "format": "short",
916
+ "label": null,
917
+ "logBase": 1,
918
+ "max": null,
919
+ "min": null,
920
+ "show": true
921
+ },
922
+ {
923
+ "format": "short",
924
+ "label": null,
925
+ "logBase": 1,
926
+ "max": null,
927
+ "min": null,
928
+ "show": true
929
+ }
930
+ ]
931
+ }
932
+ ],
933
+ "repeat": null,
934
+ "repeatIteration": null,
935
+ "repeatRowId": null,
936
+ "showTitle": false,
937
+ "title": "Dashboard Row",
938
+ "titleSize": "h6"
939
+ },
940
+ {
941
+ "collapse": false,
942
+ "height": "250px",
943
+ "panels": [
944
+ {
945
+ "aliasColors": {},
946
+ "bars": false,
947
+ "dashLength": 10,
948
+ "dashes": false,
949
+ "datasource": "${DS_CLOUDSTACK-STATS}",
950
+ "fill": 5,
951
+ "id": 4,
952
+ "legend": {
953
+ "avg": false,
954
+ "current": false,
955
+ "hideZero": true,
956
+ "max": false,
957
+ "min": false,
958
+ "show": true,
959
+ "total": false,
960
+ "values": false
961
+ },
962
+ "lines": true,
963
+ "linewidth": 1,
964
+ "links": [],
965
+ "nullPointMode": "null",
966
+ "percentage": false,
967
+ "pointradius": 5,
968
+ "points": false,
969
+ "renderer": "flot",
970
+ "seriesOverrides": [],
971
+ "spaceLength": 10,
972
+ "span": 6,
973
+ "stack": true,
974
+ "steppedLine": true,
975
+ "targets": [
976
+ {
977
+ "dsType": "influxdb",
978
+ "groupBy": [
979
+ {
980
+ "params": [
981
+ "$__interval"
982
+ ],
983
+ "type": "time"
984
+ },
985
+ {
986
+ "params": [
987
+ "none"
988
+ ],
989
+ "type": "fill"
990
+ }
991
+ ],
992
+ "measurement": "/^$Tenant$/",
993
+ "policy": "default",
994
+ "refId": "A",
995
+ "resultFormat": "time_series",
996
+ "select": [
997
+ [
998
+ {
999
+ "params": [
1000
+ "memorytotal"
1001
+ ],
1002
+ "type": "field"
1003
+ },
1004
+ {
1005
+ "params": [],
1006
+ "type": "mean"
1007
+ },
1008
+ {
1009
+ "params": [
1010
+ " / 1024"
1011
+ ],
1012
+ "type": "math"
1013
+ }
1014
+ ]
1015
+ ],
1016
+ "tags": [
1017
+ {
1018
+ "key": "domain",
1019
+ "operator": "=~",
1020
+ "value": "/^$Domain$/"
1021
+ }
1022
+ ]
1023
+ }
1024
+ ],
1025
+ "thresholds": [],
1026
+ "timeFrom": null,
1027
+ "timeShift": null,
1028
+ "title": "Memory",
1029
+ "tooltip": {
1030
+ "shared": true,
1031
+ "sort": 0,
1032
+ "value_type": "individual"
1033
+ },
1034
+ "type": "graph",
1035
+ "xaxis": {
1036
+ "buckets": null,
1037
+ "mode": "time",
1038
+ "name": null,
1039
+ "show": true,
1040
+ "values": []
1041
+ },
1042
+ "yaxes": [
1043
+ {
1044
+ "format": "gbytes",
1045
+ "label": "",
1046
+ "logBase": 1,
1047
+ "max": null,
1048
+ "min": null,
1049
+ "show": true
1050
+ },
1051
+ {
1052
+ "format": "short",
1053
+ "label": "",
1054
+ "logBase": 1,
1055
+ "max": null,
1056
+ "min": null,
1057
+ "show": true
1058
+ }
1059
+ ]
1060
+ },
1061
+ {
1062
+ "aliasColors": {},
1063
+ "bars": false,
1064
+ "dashLength": 10,
1065
+ "dashes": false,
1066
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1067
+ "fill": 5,
1068
+ "id": 10,
1069
+ "legend": {
1070
+ "avg": false,
1071
+ "current": false,
1072
+ "hideZero": true,
1073
+ "max": false,
1074
+ "min": false,
1075
+ "show": true,
1076
+ "total": false,
1077
+ "values": false
1078
+ },
1079
+ "lines": true,
1080
+ "linewidth": 1,
1081
+ "links": [],
1082
+ "nullPointMode": "null",
1083
+ "percentage": false,
1084
+ "pointradius": 5,
1085
+ "points": false,
1086
+ "renderer": "flot",
1087
+ "seriesOverrides": [],
1088
+ "spaceLength": 10,
1089
+ "span": 6,
1090
+ "stack": true,
1091
+ "steppedLine": true,
1092
+ "targets": [
1093
+ {
1094
+ "dsType": "influxdb",
1095
+ "groupBy": [
1096
+ {
1097
+ "params": [
1098
+ "$__interval"
1099
+ ],
1100
+ "type": "time"
1101
+ },
1102
+ {
1103
+ "params": [
1104
+ "none"
1105
+ ],
1106
+ "type": "fill"
1107
+ }
1108
+ ],
1109
+ "measurement": "/^$Tenant$/",
1110
+ "orderByTime": "ASC",
1111
+ "policy": "default",
1112
+ "refId": "A",
1113
+ "resultFormat": "time_series",
1114
+ "select": [
1115
+ [
1116
+ {
1117
+ "params": [
1118
+ "cputotal"
1119
+ ],
1120
+ "type": "field"
1121
+ },
1122
+ {
1123
+ "params": [],
1124
+ "type": "mean"
1125
+ }
1126
+ ]
1127
+ ],
1128
+ "tags": [
1129
+ {
1130
+ "key": "domain",
1131
+ "operator": "=~",
1132
+ "value": "/^$Domain$/"
1133
+ }
1134
+ ]
1135
+ }
1136
+ ],
1137
+ "thresholds": [],
1138
+ "timeFrom": null,
1139
+ "timeShift": null,
1140
+ "title": "CPU's",
1141
+ "tooltip": {
1142
+ "shared": true,
1143
+ "sort": 0,
1144
+ "value_type": "individual"
1145
+ },
1146
+ "type": "graph",
1147
+ "xaxis": {
1148
+ "buckets": null,
1149
+ "mode": "time",
1150
+ "name": null,
1151
+ "show": true,
1152
+ "values": []
1153
+ },
1154
+ "yaxes": [
1155
+ {
1156
+ "format": "short",
1157
+ "label": "",
1158
+ "logBase": 1,
1159
+ "max": null,
1160
+ "min": null,
1161
+ "show": true
1162
+ },
1163
+ {
1164
+ "format": "short",
1165
+ "label": "",
1166
+ "logBase": 1,
1167
+ "max": null,
1168
+ "min": null,
1169
+ "show": true
1170
+ }
1171
+ ]
1172
+ }
1173
+ ],
1174
+ "repeat": null,
1175
+ "repeatIteration": null,
1176
+ "repeatRowId": null,
1177
+ "showTitle": false,
1178
+ "title": "Dashboard Row",
1179
+ "titleSize": "h6"
1180
+ },
1181
+ {
1182
+ "collapse": false,
1183
+ "height": 195,
1184
+ "panels": [
1185
+ {
1186
+ "aliasColors": {},
1187
+ "bars": false,
1188
+ "dashLength": 10,
1189
+ "dashes": false,
1190
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1191
+ "fill": 5,
1192
+ "id": 8,
1193
+ "legend": {
1194
+ "alignAsTable": false,
1195
+ "avg": false,
1196
+ "current": false,
1197
+ "hideEmpty": false,
1198
+ "hideZero": true,
1199
+ "max": false,
1200
+ "min": false,
1201
+ "rightSide": false,
1202
+ "show": true,
1203
+ "total": false,
1204
+ "values": false
1205
+ },
1206
+ "lines": true,
1207
+ "linewidth": 1,
1208
+ "links": [],
1209
+ "nullPointMode": "connected",
1210
+ "percentage": false,
1211
+ "pointradius": 5,
1212
+ "points": false,
1213
+ "renderer": "flot",
1214
+ "seriesOverrides": [],
1215
+ "spaceLength": 10,
1216
+ "span": 6,
1217
+ "stack": true,
1218
+ "steppedLine": true,
1219
+ "targets": [
1220
+ {
1221
+ "dsType": "influxdb",
1222
+ "groupBy": [
1223
+ {
1224
+ "params": [
1225
+ "$__interval"
1226
+ ],
1227
+ "type": "time"
1228
+ },
1229
+ {
1230
+ "params": [
1231
+ "none"
1232
+ ],
1233
+ "type": "fill"
1234
+ }
1235
+ ],
1236
+ "hide": false,
1237
+ "measurement": "/^$Tenant$/",
1238
+ "policy": "autogen",
1239
+ "refId": "A",
1240
+ "resultFormat": "time_series",
1241
+ "select": [
1242
+ [
1243
+ {
1244
+ "params": [
1245
+ "secondarystoragetotal"
1246
+ ],
1247
+ "type": "field"
1248
+ },
1249
+ {
1250
+ "params": [],
1251
+ "type": "mean"
1252
+ }
1253
+ ]
1254
+ ],
1255
+ "tags": [
1256
+ {
1257
+ "key": "domain",
1258
+ "operator": "=~",
1259
+ "value": "/^$Domain$/"
1260
+ }
1261
+ ]
1262
+ }
1263
+ ],
1264
+ "thresholds": [],
1265
+ "timeFrom": null,
1266
+ "timeShift": null,
1267
+ "title": "Secondary Storage",
1268
+ "tooltip": {
1269
+ "shared": true,
1270
+ "sort": 2,
1271
+ "value_type": "individual"
1272
+ },
1273
+ "type": "graph",
1274
+ "xaxis": {
1275
+ "buckets": null,
1276
+ "mode": "time",
1277
+ "name": null,
1278
+ "show": true,
1279
+ "values": []
1280
+ },
1281
+ "yaxes": [
1282
+ {
1283
+ "format": "short",
1284
+ "label": null,
1285
+ "logBase": 1,
1286
+ "max": null,
1287
+ "min": null,
1288
+ "show": true
1289
+ },
1290
+ {
1291
+ "format": "short",
1292
+ "label": null,
1293
+ "logBase": 1,
1294
+ "max": null,
1295
+ "min": null,
1296
+ "show": true
1297
+ }
1298
+ ]
1299
+ },
1300
+ {
1301
+ "aliasColors": {},
1302
+ "bars": false,
1303
+ "dashLength": 10,
1304
+ "dashes": false,
1305
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1306
+ "fill": 5,
1307
+ "id": 5,
1308
+ "legend": {
1309
+ "avg": false,
1310
+ "current": false,
1311
+ "hideEmpty": false,
1312
+ "hideZero": true,
1313
+ "max": false,
1314
+ "min": false,
1315
+ "show": true,
1316
+ "total": false,
1317
+ "values": false
1318
+ },
1319
+ "lines": true,
1320
+ "linewidth": 1,
1321
+ "links": [],
1322
+ "nullPointMode": "connected",
1323
+ "percentage": false,
1324
+ "pointradius": 5,
1325
+ "points": false,
1326
+ "renderer": "flot",
1327
+ "seriesOverrides": [],
1328
+ "spaceLength": 10,
1329
+ "span": 6,
1330
+ "stack": true,
1331
+ "steppedLine": false,
1332
+ "targets": [
1333
+ {
1334
+ "dsType": "influxdb",
1335
+ "groupBy": [
1336
+ {
1337
+ "params": [
1338
+ "$__interval"
1339
+ ],
1340
+ "type": "time"
1341
+ },
1342
+ {
1343
+ "params": [
1344
+ "none"
1345
+ ],
1346
+ "type": "fill"
1347
+ }
1348
+ ],
1349
+ "measurement": "/^$Tenant$/",
1350
+ "orderByTime": "ASC",
1351
+ "policy": "default",
1352
+ "refId": "A",
1353
+ "resultFormat": "time_series",
1354
+ "select": [
1355
+ [
1356
+ {
1357
+ "params": [
1358
+ "primarystoragetotal"
1359
+ ],
1360
+ "type": "field"
1361
+ },
1362
+ {
1363
+ "params": [],
1364
+ "type": "mean"
1365
+ }
1366
+ ]
1367
+ ],
1368
+ "tags": [
1369
+ {
1370
+ "key": "domain",
1371
+ "operator": "=~",
1372
+ "value": "/^$Domain$/"
1373
+ }
1374
+ ]
1375
+ }
1376
+ ],
1377
+ "thresholds": [],
1378
+ "timeFrom": null,
1379
+ "timeShift": null,
1380
+ "title": "Primary Storage",
1381
+ "tooltip": {
1382
+ "shared": true,
1383
+ "sort": 0,
1384
+ "value_type": "individual"
1385
+ },
1386
+ "type": "graph",
1387
+ "xaxis": {
1388
+ "buckets": null,
1389
+ "mode": "time",
1390
+ "name": null,
1391
+ "show": true,
1392
+ "values": []
1393
+ },
1394
+ "yaxes": [
1395
+ {
1396
+ "format": "short",
1397
+ "label": null,
1398
+ "logBase": 1,
1399
+ "max": null,
1400
+ "min": null,
1401
+ "show": true
1402
+ },
1403
+ {
1404
+ "format": "short",
1405
+ "label": null,
1406
+ "logBase": 1,
1407
+ "max": null,
1408
+ "min": null,
1409
+ "show": true
1410
+ }
1411
+ ]
1412
+ }
1413
+ ],
1414
+ "repeat": null,
1415
+ "repeatIteration": null,
1416
+ "repeatRowId": null,
1417
+ "showTitle": false,
1418
+ "title": "Dashboard Row",
1419
+ "titleSize": "h6"
1420
+ },
1421
+ {
1422
+ "collapse": false,
1423
+ "height": 250,
1424
+ "panels": [
1425
+ {
1426
+ "aliasColors": {},
1427
+ "bars": false,
1428
+ "dashLength": 10,
1429
+ "dashes": false,
1430
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1431
+ "fill": 5,
1432
+ "id": 9,
1433
+ "legend": {
1434
+ "avg": false,
1435
+ "current": false,
1436
+ "hideEmpty": false,
1437
+ "hideZero": true,
1438
+ "max": false,
1439
+ "min": false,
1440
+ "show": true,
1441
+ "total": false,
1442
+ "values": false
1443
+ },
1444
+ "lines": true,
1445
+ "linewidth": 1,
1446
+ "links": [],
1447
+ "nullPointMode": "connected",
1448
+ "percentage": false,
1449
+ "pointradius": 5,
1450
+ "points": false,
1451
+ "renderer": "flot",
1452
+ "seriesOverrides": [],
1453
+ "spaceLength": 10,
1454
+ "span": 6,
1455
+ "stack": true,
1456
+ "steppedLine": false,
1457
+ "targets": [
1458
+ {
1459
+ "dsType": "influxdb",
1460
+ "groupBy": [
1461
+ {
1462
+ "params": [
1463
+ "$__interval"
1464
+ ],
1465
+ "type": "time"
1466
+ },
1467
+ {
1468
+ "params": [
1469
+ "none"
1470
+ ],
1471
+ "type": "fill"
1472
+ }
1473
+ ],
1474
+ "measurement": "/^$Tenant$/",
1475
+ "policy": "default",
1476
+ "refId": "A",
1477
+ "resultFormat": "time_series",
1478
+ "select": [
1479
+ [
1480
+ {
1481
+ "params": [
1482
+ "sentbytes"
1483
+ ],
1484
+ "type": "field"
1485
+ },
1486
+ {
1487
+ "params": [],
1488
+ "type": "mean"
1489
+ },
1490
+ {
1491
+ "params": [
1492
+ " / 1000"
1493
+ ],
1494
+ "type": "math"
1495
+ }
1496
+ ]
1497
+ ],
1498
+ "tags": [
1499
+ {
1500
+ "key": "domain",
1501
+ "operator": "=~",
1502
+ "value": "/^$Domain$/"
1503
+ }
1504
+ ]
1505
+ }
1506
+ ],
1507
+ "thresholds": [],
1508
+ "timeFrom": null,
1509
+ "timeShift": null,
1510
+ "title": "MBytes Sent",
1511
+ "tooltip": {
1512
+ "shared": true,
1513
+ "sort": 0,
1514
+ "value_type": "individual"
1515
+ },
1516
+ "type": "graph",
1517
+ "xaxis": {
1518
+ "buckets": null,
1519
+ "mode": "time",
1520
+ "name": null,
1521
+ "show": true,
1522
+ "values": []
1523
+ },
1524
+ "yaxes": [
1525
+ {
1526
+ "format": "decmbytes",
1527
+ "label": null,
1528
+ "logBase": 1,
1529
+ "max": null,
1530
+ "min": null,
1531
+ "show": true
1532
+ },
1533
+ {
1534
+ "format": "short",
1535
+ "label": null,
1536
+ "logBase": 1,
1537
+ "max": null,
1538
+ "min": null,
1539
+ "show": true
1540
+ }
1541
+ ]
1542
+ },
1543
+ {
1544
+ "aliasColors": {},
1545
+ "bars": false,
1546
+ "dashLength": 10,
1547
+ "dashes": false,
1548
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1549
+ "fill": 5,
1550
+ "id": 12,
1551
+ "legend": {
1552
+ "avg": false,
1553
+ "current": false,
1554
+ "hideEmpty": false,
1555
+ "hideZero": true,
1556
+ "max": false,
1557
+ "min": false,
1558
+ "show": true,
1559
+ "total": false,
1560
+ "values": false
1561
+ },
1562
+ "lines": true,
1563
+ "linewidth": 1,
1564
+ "links": [],
1565
+ "nullPointMode": "connected",
1566
+ "percentage": false,
1567
+ "pointradius": 5,
1568
+ "points": false,
1569
+ "renderer": "flot",
1570
+ "seriesOverrides": [],
1571
+ "spaceLength": 10,
1572
+ "span": 6,
1573
+ "stack": true,
1574
+ "steppedLine": false,
1575
+ "targets": [
1576
+ {
1577
+ "dsType": "influxdb",
1578
+ "groupBy": [
1579
+ {
1580
+ "params": [
1581
+ "$__interval"
1582
+ ],
1583
+ "type": "time"
1584
+ },
1585
+ {
1586
+ "params": [
1587
+ "none"
1588
+ ],
1589
+ "type": "fill"
1590
+ }
1591
+ ],
1592
+ "measurement": "/^$Tenant$/",
1593
+ "orderByTime": "ASC",
1594
+ "policy": "default",
1595
+ "refId": "A",
1596
+ "resultFormat": "time_series",
1597
+ "select": [
1598
+ [
1599
+ {
1600
+ "params": [
1601
+ "volumetotal"
1602
+ ],
1603
+ "type": "field"
1604
+ },
1605
+ {
1606
+ "params": [],
1607
+ "type": "mean"
1608
+ }
1609
+ ]
1610
+ ],
1611
+ "tags": [
1612
+ {
1613
+ "key": "domain",
1614
+ "operator": "=~",
1615
+ "value": "/^$Domain$/"
1616
+ }
1617
+ ]
1618
+ }
1619
+ ],
1620
+ "thresholds": [],
1621
+ "timeFrom": null,
1622
+ "timeShift": null,
1623
+ "title": "Total Volume",
1624
+ "tooltip": {
1625
+ "shared": true,
1626
+ "sort": 0,
1627
+ "value_type": "individual"
1628
+ },
1629
+ "type": "graph",
1630
+ "xaxis": {
1631
+ "buckets": null,
1632
+ "mode": "time",
1633
+ "name": null,
1634
+ "show": true,
1635
+ "values": []
1636
+ },
1637
+ "yaxes": [
1638
+ {
1639
+ "format": "short",
1640
+ "label": null,
1641
+ "logBase": 1,
1642
+ "max": null,
1643
+ "min": null,
1644
+ "show": true
1645
+ },
1646
+ {
1647
+ "format": "short",
1648
+ "label": null,
1649
+ "logBase": 1,
1650
+ "max": null,
1651
+ "min": null,
1652
+ "show": true
1653
+ }
1654
+ ]
1655
+ }
1656
+ ],
1657
+ "repeat": null,
1658
+ "repeatIteration": null,
1659
+ "repeatRowId": null,
1660
+ "showTitle": false,
1661
+ "title": "Dashboard Row",
1662
+ "titleSize": "h6"
1663
+ },
1664
+ {
1665
+ "collapse": false,
1666
+ "height": -188,
1667
+ "panels": [],
1668
+ "repeat": null,
1669
+ "repeatIteration": null,
1670
+ "repeatRowId": null,
1671
+ "showTitle": false,
1672
+ "title": "Dashboard Row",
1673
+ "titleSize": "h6"
1674
+ }
1675
+ ],
1676
+ "schemaVersion": 14,
1677
+ "style": "dark",
1678
+ "tags": [],
1679
+ "templating": {
1680
+ "list": [
1681
+ {
1682
+ "allValue": null,
1683
+ "current": {},
1684
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1685
+ "hide": 0,
1686
+ "includeAll": true,
1687
+ "label": "Tenants",
1688
+ "multi": true,
1689
+ "name": "Tenant",
1690
+ "options": [],
1691
+ "query": "SHOW MEASUREMENTS where type = 'project' or type = 'account'",
1692
+ "refresh": 1,
1693
+ "regex": "",
1694
+ "sort": 1,
1695
+ "tagValuesQuery": "",
1696
+ "tags": [],
1697
+ "tagsQuery": "",
1698
+ "type": "query",
1699
+ "useTags": true
1700
+ },
1701
+ {
1702
+ "allValue": null,
1703
+ "current": {},
1704
+ "datasource": "${DS_CLOUDSTACK-STATS}",
1705
+ "hide": 0,
1706
+ "includeAll": true,
1707
+ "label": null,
1708
+ "multi": true,
1709
+ "name": "Domain",
1710
+ "options": [],
1711
+ "query": "SHOW TAG VALUES WITH KEY = \"domain\"",
1712
+ "refresh": 1,
1713
+ "regex": "",
1714
+ "sort": 0,
1715
+ "tagValuesQuery": "",
1716
+ "tags": [],
1717
+ "tagsQuery": "",
1718
+ "type": "query",
1719
+ "useTags": true
1720
+ }
1721
+ ]
1722
+ },
1723
+ "time": {
1724
+ "from": "2017-05-10T11:57:35.999Z",
1725
+ "to": "2017-06-22T01:23:59.999Z"
1726
+ },
1727
+ "timepicker": {
1728
+ "refresh_intervals": [
1729
+ "5s",
1730
+ "10s",
1731
+ "30s",
1732
+ "1m",
1733
+ "5m",
1734
+ "15m",
1735
+ "30m",
1736
+ "1h",
1737
+ "2h",
1738
+ "1d"
1739
+ ],
1740
+ "time_options": [
1741
+ "5m",
1742
+ "15m",
1743
+ "1h",
1744
+ "6h",
1745
+ "12h",
1746
+ "24h",
1747
+ "2d",
1748
+ "7d",
1749
+ "30d"
1750
+ ]
1751
+ },
1752
+ "timezone": "browser",
1753
+ "title": "CloudStats",
1754
+ "version": 48
1755
+ }