PAL: Remove nginx.logs.service.consul from data sources
[csit.git] / fdio.infra.terraform / 1n_nmd / grafana / conf / docker_cadvisor.json
1 {
2   "__inputs": [
3     {
4       "name": "DS_PROMETHEUS",
5       "label": "Prometheus",
6       "description": "",
7       "type": "datasource",
8       "pluginId": "prometheus",
9       "pluginName": "Prometheus"
10     }
11   ],
12   "__requires": [
13     {
14       "type": "grafana",
15       "id": "grafana",
16       "name": "Grafana",
17       "version": "6.2.4"
18     },
19     {
20       "type": "panel",
21       "id": "graph",
22       "name": "Graph",
23       "version": ""
24     },
25     {
26       "type": "datasource",
27       "id": "prometheus",
28       "name": "Prometheus",
29       "version": "1.0.0"
30     },
31     {
32       "type": "panel",
33       "id": "singlestat",
34       "name": "Singlestat",
35       "version": ""
36     },
37     {
38       "type": "panel",
39       "id": "table",
40       "name": "Table",
41       "version": ""
42     }
43   ],
44   "annotations": {
45     "list": [
46       {
47         "builtIn": 1,
48         "datasource": "-- Grafana --",
49         "enable": true,
50         "hide": true,
51         "iconColor": "rgba(0, 211, 255, 1)",
52         "name": "Annotations & Alerts",
53         "type": "dashboard"
54       }
55     ]
56   },
57   "description": "A simple overview of the most important Docker host and container metrics. (cAdvisor/Prometheus)",
58   "editable": true,
59   "gnetId": 10657,
60   "graphTooltip": 1,
61   "id": null,
62   "iteration": 1564715574785,
63   "links": [],
64   "panels": [
65     {
66       "cacheTimeout": null,
67       "colorBackground": false,
68       "colorValue": false,
69       "colors": [
70         "rgba(245, 54, 54, 0.9)",
71         "rgba(237, 129, 40, 0.89)",
72         "rgba(50, 172, 45, 0.97)"
73       ],
74       "datasource": "${DS_PROMETHEUS}",
75       "decimals": 0,
76       "editable": true,
77       "error": false,
78       "format": "s",
79       "gauge": {
80         "maxValue": 100,
81         "minValue": 0,
82         "show": false,
83         "thresholdLabels": false,
84         "thresholdMarkers": true
85       },
86       "gridPos": {
87         "h": 4,
88         "w": 4,
89         "x": 0,
90         "y": 0
91       },
92       "height": "",
93       "id": 24,
94       "interval": null,
95       "links": [],
96       "mappingType": 1,
97       "mappingTypes": [
98         {
99           "name": "value to text",
100           "value": 1
101         },
102         {
103           "name": "range to text",
104           "value": 2
105         }
106       ],
107       "maxDataPoints": 100,
108       "nullPointMode": "connected",
109       "nullText": null,
110       "options": {},
111       "postfix": "",
112       "postfixFontSize": "30%",
113       "prefix": "",
114       "prefixFontSize": "20%",
115       "rangeMaps": [
116         {
117           "from": "null",
118           "text": "N/A",
119           "to": "null"
120         }
121       ],
122       "sparkline": {
123         "fillColor": "rgba(31, 118, 189, 0.18)",
124         "full": false,
125         "lineColor": "rgb(31, 120, 193)",
126         "show": false
127       },
128       "tableColumn": "",
129       "targets": [
130         {
131           "expr": "time() - node_boot_time_seconds{instance=~\"$node:.*\"}",
132           "format": "time_series",
133           "hide": false,
134           "intervalFactor": 2,
135           "legendFormat": "",
136           "refId": "A",
137           "step": 1800
138         }
139       ],
140       "thresholds": "",
141       "title": "Uptime",
142       "type": "singlestat",
143       "valueFontSize": "80%",
144       "valueMaps": [
145         {
146           "op": "=",
147           "text": "N/A",
148           "value": "null"
149         }
150       ],
151       "valueName": "current"
152     },
153     {
154       "cacheTimeout": null,
155       "colorBackground": false,
156       "colorValue": false,
157       "colors": [
158         "rgba(245, 54, 54, 0.9)",
159         "rgba(237, 129, 40, 0.89)",
160         "rgba(50, 172, 45, 0.97)"
161       ],
162       "datasource": "${DS_PROMETHEUS}",
163       "editable": true,
164       "error": false,
165       "format": "none",
166       "gauge": {
167         "maxValue": 100,
168         "minValue": 0,
169         "show": false,
170         "thresholdLabels": false,
171         "thresholdMarkers": true
172       },
173       "gridPos": {
174         "h": 4,
175         "w": 4,
176         "x": 4,
177         "y": 0
178       },
179       "id": 31,
180       "interval": null,
181       "links": [],
182       "mappingType": 1,
183       "mappingTypes": [
184         {
185           "name": "value to text",
186           "value": 1
187         },
188         {
189           "name": "range to text",
190           "value": 2
191         }
192       ],
193       "maxDataPoints": 100,
194       "nullPointMode": "connected",
195       "nullText": null,
196       "options": {},
197       "postfix": "",
198       "postfixFontSize": "50%",
199       "prefix": "",
200       "prefixFontSize": "50%",
201       "rangeMaps": [
202         {
203           "from": "null",
204           "text": "N/A",
205           "to": "null"
206         }
207       ],
208       "sparkline": {
209         "fillColor": "rgba(31, 118, 189, 0.18)",
210         "full": false,
211         "lineColor": "rgb(31, 120, 193)",
212         "show": false
213       },
214       "tableColumn": "",
215       "targets": [
216         {
217           "expr": "count(container_last_seen{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"})",
218           "format": "time_series",
219           "intervalFactor": 2,
220           "refId": "A",
221           "step": 1800
222         }
223       ],
224       "thresholds": "",
225       "title": "Containers",
226       "type": "singlestat",
227       "valueFontSize": "120%",
228       "valueMaps": [
229         {
230           "op": "=",
231           "text": "N/A",
232           "value": "null"
233         }
234       ],
235       "valueName": "current"
236     },
237     {
238       "cacheTimeout": null,
239       "colorBackground": false,
240       "colorValue": false,
241       "colors": [
242         "rgba(50, 172, 45, 0.97)",
243         "rgba(237, 129, 40, 0.89)",
244         "rgba(245, 54, 54, 0.9)"
245       ],
246       "datasource": "${DS_PROMETHEUS}",
247       "decimals": 0,
248       "editable": true,
249       "error": false,
250       "format": "decbytes",
251       "gauge": {
252         "maxValue": 500000000,
253         "minValue": 0,
254         "show": true,
255         "thresholdLabels": false,
256         "thresholdMarkers": true
257       },
258       "gridPos": {
259         "h": 4,
260         "w": 4,
261         "x": 8,
262         "y": 0
263       },
264       "id": 30,
265       "interval": null,
266       "links": [],
267       "mappingType": 1,
268       "mappingTypes": [
269         {
270           "name": "value to text",
271           "value": 1
272         },
273         {
274           "name": "range to text",
275           "value": 2
276         }
277       ],
278       "maxDataPoints": 100,
279       "nullPointMode": "connected",
280       "nullText": null,
281       "options": {},
282       "postfix": "",
283       "postfixFontSize": "50%",
284       "prefix": "",
285       "prefixFontSize": "50%",
286       "rangeMaps": [
287         {
288           "from": "null",
289           "text": "N/A",
290           "to": "null"
291         }
292       ],
293       "sparkline": {
294         "fillColor": "rgba(31, 118, 189, 0.18)",
295         "full": false,
296         "lineColor": "rgb(31, 120, 193)",
297         "show": false
298       },
299       "tableColumn": "",
300       "targets": [
301         {
302           "expr": "(node_memory_SwapTotal_bytes{instance=~'$node:9100'} - node_memory_SwapFree_bytes{instance=~'$node:9100'})",
303           "format": "time_series",
304           "intervalFactor": 2,
305           "legendFormat": "",
306           "refId": "A",
307           "step": 1800
308         }
309       ],
310       "thresholds": "400000000",
311       "title": "Swap",
312       "type": "singlestat",
313       "valueFontSize": "80%",
314       "valueMaps": [
315         {
316           "op": "=",
317           "text": "N/A",
318           "value": "null"
319         }
320       ],
321       "valueName": "current"
322     },
323     {
324       "cacheTimeout": null,
325       "colorBackground": false,
326       "colorValue": false,
327       "colors": [
328         "rgba(245, 54, 54, 0.9)",
329         "rgba(237, 129, 40, 0.89)",
330         "rgba(50, 172, 45, 0.97)"
331       ],
332       "datasource": "${DS_PROMETHEUS}",
333       "decimals": 0,
334       "editable": true,
335       "error": false,
336       "format": "percentunit",
337       "gauge": {
338         "maxValue": 100,
339         "minValue": 0,
340         "show": false,
341         "thresholdLabels": false,
342         "thresholdMarkers": true
343       },
344       "gridPos": {
345         "h": 4,
346         "w": 4,
347         "x": 12,
348         "y": 0
349       },
350       "id": 27,
351       "interval": null,
352       "links": [],
353       "mappingType": 1,
354       "mappingTypes": [
355         {
356           "name": "value to text",
357           "value": 1
358         },
359         {
360           "name": "range to text",
361           "value": 2
362         }
363       ],
364       "maxDataPoints": 100,
365       "nullPointMode": "connected",
366       "nullText": null,
367       "options": {},
368       "postfix": "",
369       "postfixFontSize": "50%",
370       "prefix": "",
371       "prefixFontSize": "50%",
372       "rangeMaps": [
373         {
374           "from": "null",
375           "text": "N/A",
376           "to": "null"
377         }
378       ],
379       "sparkline": {
380         "fillColor": "rgba(50, 189, 31, 0.18)",
381         "full": false,
382         "lineColor": "rgb(69, 193, 31)",
383         "show": true
384       },
385       "tableColumn": "",
386       "targets": [
387         {
388           "expr": "node_load1{instance=~\"$node:9100\"} / count by(job, instance)(count by(job, instance, cpu)(node_cpu_seconds_total{instance=~\"$node:9100\"}))",
389           "format": "time_series",
390           "intervalFactor": 2,
391           "refId": "A",
392           "step": 1800
393         }
394       ],
395       "thresholds": "0.8,0.9",
396       "title": "Load",
397       "type": "singlestat",
398       "valueFontSize": "80%",
399       "valueMaps": [
400         {
401           "op": "=",
402           "text": "N/A",
403           "value": "null"
404         }
405       ],
406       "valueName": "avg"
407     },
408     {
409       "alert": {
410         "conditions": [
411           {
412             "evaluator": {
413               "params": [
414                 10000000000
415               ],
416               "type": "gt"
417             },
418             "query": {
419               "params": [
420                 "A",
421                 "5m",
422                 "now"
423               ]
424             },
425             "reducer": {
426               "params": [],
427               "type": "avg"
428             },
429             "type": "query"
430           }
431         ],
432         "executionErrorState": "alerting",
433         "frequency": "60s",
434         "handler": 1,
435         "name": "Available Memory alert",
436         "noDataState": "keep_state",
437         "notifications": [
438           {
439             "id": 1
440           }
441         ]
442       },
443       "aliasColors": {
444         "Available Memory": "#7EB26D",
445         "Unavailable Memory": "#7EB26D"
446       },
447       "bars": false,
448       "dashLength": 10,
449       "dashes": false,
450       "datasource": "${DS_PROMETHEUS}",
451       "editable": true,
452       "error": false,
453       "fill": 1,
454       "grid": {},
455       "gridPos": {
456         "h": 10,
457         "w": 4,
458         "x": 16,
459         "y": 0
460       },
461       "id": 20,
462       "legend": {
463         "avg": false,
464         "current": false,
465         "max": false,
466         "min": false,
467         "show": false,
468         "total": false,
469         "values": false
470       },
471       "lines": true,
472       "linewidth": 1,
473       "links": [],
474       "nullPointMode": "null as zero",
475       "options": {},
476       "percentage": false,
477       "pointradius": 5,
478       "points": false,
479       "renderer": "flot",
480       "seriesOverrides": [],
481       "spaceLength": 10,
482       "stack": true,
483       "steppedLine": false,
484       "targets": [
485         {
486           "expr": "container_memory_rss{name=~\".+\"}",
487           "format": "time_series",
488           "hide": true,
489           "intervalFactor": 2,
490           "legendFormat": "{{__name__}}",
491           "refId": "D",
492           "step": 20
493         },
494         {
495           "expr": "sum(container_memory_rss{name=~\".+\"})",
496           "format": "time_series",
497           "hide": true,
498           "intervalFactor": 2,
499           "legendFormat": "{{__name__}}",
500           "refId": "A",
501           "step": 20
502         },
503         {
504           "expr": "container_memory_usage_bytes{name=~\".+\"}",
505           "format": "time_series",
506           "hide": true,
507           "intervalFactor": 2,
508           "legendFormat": "{{name}}",
509           "refId": "B",
510           "step": 20
511         },
512         {
513           "expr": "container_memory_rss{id=\"/\"}",
514           "format": "time_series",
515           "hide": true,
516           "intervalFactor": 2,
517           "legendFormat": "{{__name__}}",
518           "refId": "C",
519           "step": 20
520         },
521         {
522           "expr": "sum(container_memory_rss)",
523           "format": "time_series",
524           "hide": true,
525           "intervalFactor": 2,
526           "legendFormat": "{{__name__}}",
527           "refId": "E",
528           "step": 20
529         },
530         {
531           "expr": "node_memory_Buffers",
532           "format": "time_series",
533           "hide": true,
534           "intervalFactor": 2,
535           "legendFormat": "node_memory_Dirty",
536           "refId": "N",
537           "step": 30
538         },
539         {
540           "expr": "node_memory_MemFree",
541           "format": "time_series",
542           "hide": true,
543           "intervalFactor": 2,
544           "legendFormat": "{{__name__}}",
545           "refId": "F",
546           "step": 20
547         },
548         {
549           "expr": "node_memory_MemAvailable",
550           "format": "time_series",
551           "hide": true,
552           "intervalFactor": 2,
553           "legendFormat": "Available Memory",
554           "refId": "H",
555           "step": 20
556         },
557         {
558           "expr": "node_memory_MemTotal_bytes{instance=~\"$node:9100\"} - node_memory_MemAvailable_bytes{instance=~\"$node:9100\"}",
559           "format": "time_series",
560           "hide": false,
561           "intervalFactor": 2,
562           "legendFormat": "Unavailable Memory",
563           "refId": "G",
564           "step": 600
565         },
566         {
567           "expr": "node_memory_Inactive",
568           "format": "time_series",
569           "hide": true,
570           "intervalFactor": 2,
571           "legendFormat": "{{__name__}}",
572           "refId": "I",
573           "step": 30
574         },
575         {
576           "expr": "node_memory_KernelStack",
577           "format": "time_series",
578           "hide": true,
579           "intervalFactor": 2,
580           "legendFormat": "{{__name__}}",
581           "refId": "J",
582           "step": 30
583         },
584         {
585           "expr": "node_memory_Active",
586           "format": "time_series",
587           "hide": true,
588           "intervalFactor": 2,
589           "legendFormat": "{{__name__}}",
590           "refId": "K",
591           "step": 30
592         },
593         {
594           "expr": "node_memory_MemTotal - (node_memory_Active + node_memory_MemFree + node_memory_Inactive)",
595           "format": "time_series",
596           "hide": true,
597           "intervalFactor": 2,
598           "legendFormat": "Unknown",
599           "refId": "L",
600           "step": 40
601         },
602         {
603           "expr": "node_memory_MemFree + node_memory_Inactive ",
604           "format": "time_series",
605           "hide": true,
606           "intervalFactor": 2,
607           "legendFormat": "{{__name__}}",
608           "refId": "M",
609           "step": 30
610         },
611         {
612           "expr": "container_memory_rss{name=~\".+\"}",
613           "format": "time_series",
614           "hide": true,
615           "intervalFactor": 2,
616           "legendFormat": "{{__name__}}",
617           "refId": "O",
618           "step": 30
619         },
620         {
621           "expr": "node_memory_Inactive + node_memory_MemFree + node_memory_MemAvailable",
622           "format": "time_series",
623           "hide": true,
624           "intervalFactor": 2,
625           "legendFormat": "",
626           "refId": "P",
627           "step": 40
628         }
629       ],
630       "thresholds": [
631         {
632           "colorMode": "critical",
633           "fill": true,
634           "line": true,
635           "op": "gt",
636           "value": 10000000000,
637           "yaxis": "left"
638         }
639       ],
640       "timeFrom": null,
641       "timeRegions": [],
642       "timeShift": null,
643       "title": "Available Memory",
644       "tooltip": {
645         "msResolution": true,
646         "shared": true,
647         "sort": 0,
648         "value_type": "individual"
649       },
650       "type": "graph",
651       "xaxis": {
652         "buckets": null,
653         "mode": "time",
654         "name": null,
655         "show": false,
656         "values": []
657       },
658       "yaxes": [
659         {
660           "format": "bytes",
661           "label": "",
662           "logBase": 1,
663           "max": 16000000000,
664           "min": 0,
665           "show": true
666         },
667         {
668           "format": "short",
669           "label": null,
670           "logBase": 1,
671           "max": null,
672           "min": null,
673           "show": false
674         }
675       ],
676       "yaxis": {
677         "align": false,
678         "alignLevel": null
679       }
680     },
681     {
682       "alert": {
683         "conditions": [
684           {
685             "evaluator": {
686               "params": [
687                 850000000000
688               ],
689               "type": "gt"
690             },
691             "query": {
692               "params": [
693                 "A",
694                 "5m",
695                 "now"
696               ]
697             },
698             "reducer": {
699               "params": [],
700               "type": "avg"
701             },
702             "type": "query"
703           }
704         ],
705         "executionErrorState": "alerting",
706         "frequency": "60s",
707         "handler": 1,
708         "name": "Free/Used Disk Space alert",
709         "noDataState": "keep_state",
710         "notifications": [
711           {
712             "id": 1
713           }
714         ]
715       },
716       "aliasColors": {
717         "Belegete Festplatte": "#BF1B00",
718         "Free Disk Space": "#7EB26D",
719         "Used Disk Space": "#7EB26D",
720         "{}": "#BF1B00"
721       },
722       "bars": false,
723       "dashLength": 10,
724       "dashes": false,
725       "datasource": "${DS_PROMETHEUS}",
726       "editable": true,
727       "error": false,
728       "fill": 1,
729       "grid": {},
730       "gridPos": {
731         "h": 10,
732         "w": 4,
733         "x": 20,
734         "y": 0
735       },
736       "id": 13,
737       "legend": {
738         "avg": false,
739         "current": false,
740         "max": false,
741         "min": false,
742         "show": false,
743         "total": false,
744         "values": false
745       },
746       "lines": true,
747       "linewidth": 1,
748       "links": [],
749       "nullPointMode": "null as zero",
750       "options": {},
751       "percentage": false,
752       "pointradius": 5,
753       "points": false,
754       "renderer": "flot",
755       "seriesOverrides": [
756         {
757           "alias": "Used Disk Space",
758           "yaxis": 1
759         }
760       ],
761       "spaceLength": 10,
762       "stack": true,
763       "steppedLine": false,
764       "targets": [
765         {
766           "expr": "node_filesystem_size_bytes{fstype=\"rootfs\"} - node_filesystem_free_bytes{fstype=\"rootfs\"}",
767           "format": "time_series",
768           "hide": false,
769           "intervalFactor": 2,
770           "legendFormat": "Used Disk Space",
771           "refId": "A",
772           "step": 600
773         }
774       ],
775       "thresholds": [
776         {
777           "colorMode": "critical",
778           "fill": true,
779           "line": true,
780           "op": "gt",
781           "value": 850000000000
782         }
783       ],
784       "timeFrom": null,
785       "timeRegions": [],
786       "timeShift": null,
787       "title": "Used Disk Space",
788       "tooltip": {
789         "msResolution": true,
790         "shared": true,
791         "sort": 0,
792         "value_type": "individual"
793       },
794       "type": "graph",
795       "xaxis": {
796         "buckets": null,
797         "mode": "time",
798         "name": null,
799         "show": false,
800         "values": []
801       },
802       "yaxes": [
803         {
804           "format": "bytes",
805           "label": "",
806           "logBase": 1,
807           "max": 1000000000000,
808           "min": 0,
809           "show": true
810         },
811         {
812           "format": "short",
813           "label": null,
814           "logBase": 1,
815           "max": null,
816           "min": null,
817           "show": false
818         }
819       ],
820       "yaxis": {
821         "align": false,
822         "alignLevel": null
823       }
824     },
825     {
826       "aliasColors": {
827         "SENT": "#BF1B00"
828       },
829       "bars": false,
830       "dashLength": 10,
831       "dashes": false,
832       "datasource": "${DS_PROMETHEUS}",
833       "editable": true,
834       "error": false,
835       "fill": 1,
836       "grid": {},
837       "gridPos": {
838         "h": 6,
839         "w": 4,
840         "x": 0,
841         "y": 4
842       },
843       "id": 19,
844       "legend": {
845         "avg": false,
846         "current": false,
847         "max": false,
848         "min": false,
849         "show": false,
850         "total": false,
851         "values": false
852       },
853       "lines": true,
854       "linewidth": 1,
855       "links": [],
856       "nullPointMode": "null as zero",
857       "options": {},
858       "percentage": false,
859       "pointradius": 1,
860       "points": false,
861       "renderer": "flot",
862       "seriesOverrides": [],
863       "spaceLength": 10,
864       "stack": false,
865       "steppedLine": false,
866       "targets": [
867         {
868           "expr": "sum(rate(container_network_receive_bytes_total{id=\"/\"}[$interval])) by (id)",
869           "format": "time_series",
870           "intervalFactor": 2,
871           "legendFormat": "RECEIVED",
872           "refId": "A",
873           "step": 600
874         },
875         {
876           "expr": "- sum(rate(container_network_transmit_bytes_total{id=\"/\"}[$interval])) by (id)",
877           "format": "time_series",
878           "hide": false,
879           "intervalFactor": 2,
880           "legendFormat": "SENT",
881           "refId": "B",
882           "step": 600
883         }
884       ],
885       "thresholds": [],
886       "timeFrom": null,
887       "timeRegions": [],
888       "timeShift": null,
889       "title": "Network Traffic",
890       "tooltip": {
891         "msResolution": true,
892         "shared": true,
893         "sort": 0,
894         "value_type": "cumulative"
895       },
896       "type": "graph",
897       "xaxis": {
898         "buckets": null,
899         "mode": "time",
900         "name": null,
901         "show": false,
902         "values": []
903       },
904       "yaxes": [
905         {
906           "format": "bytes",
907           "label": null,
908           "logBase": 1,
909           "max": null,
910           "min": null,
911           "show": true
912         },
913         {
914           "format": "short",
915           "label": null,
916           "logBase": 1,
917           "max": null,
918           "min": null,
919           "show": false
920         }
921       ],
922       "yaxis": {
923         "align": false,
924         "alignLevel": null
925       }
926     },
927     {
928       "cacheTimeout": null,
929       "colorBackground": false,
930       "colorValue": false,
931       "colors": [
932         "rgba(50, 172, 45, 0.97)",
933         "rgba(237, 129, 40, 0.89)",
934         "rgba(245, 54, 54, 0.9)"
935       ],
936       "datasource": "${DS_PROMETHEUS}",
937       "decimals": 0,
938       "editable": true,
939       "error": false,
940       "format": "percent",
941       "gauge": {
942         "maxValue": 100,
943         "minValue": 0,
944         "show": true,
945         "thresholdLabels": false,
946         "thresholdMarkers": true
947       },
948       "gridPos": {
949         "h": 6,
950         "w": 4,
951         "x": 4,
952         "y": 4
953       },
954       "id": 25,
955       "interval": null,
956       "links": [],
957       "mappingType": 1,
958       "mappingTypes": [
959         {
960           "name": "value to text",
961           "value": 1
962         },
963         {
964           "name": "range to text",
965           "value": 2
966         }
967       ],
968       "maxDataPoints": 100,
969       "nullPointMode": "connected",
970       "nullText": null,
971       "options": {},
972       "postfix": "",
973       "postfixFontSize": "50%",
974       "prefix": "",
975       "prefixFontSize": "50%",
976       "rangeMaps": [
977         {
978           "from": "null",
979           "text": "N/A",
980           "to": "null"
981         }
982       ],
983       "sparkline": {
984         "fillColor": "rgba(31, 118, 189, 0.18)",
985         "full": false,
986         "lineColor": "rgb(31, 120, 193)",
987         "show": false
988       },
989       "tableColumn": "",
990       "targets": [
991         {
992           "expr": "((node_memory_MemTotal_bytes{instance=~\"$node:9100\"} - node_memory_MemAvailable_bytes{instance=~\"$node:9100\"}) / node_memory_MemTotal_bytes{instance=~\"$node:9100\"}) * 100",
993           "format": "time_series",
994           "intervalFactor": 2,
995           "refId": "A",
996           "step": 1800
997         }
998       ],
999       "thresholds": "70, 90",
1000       "title": "Memory",
1001       "type": "singlestat",
1002       "valueFontSize": "80%",
1003       "valueMaps": [
1004         {
1005           "op": "=",
1006           "text": "N/A",
1007           "value": "null"
1008         }
1009       ],
1010       "valueName": "current"
1011     },
1012     {
1013       "aliasColors": {
1014         "{id=\"/\",instance=\"cadvisor:8080\",job=\"prometheus\"}": "#BA43A9"
1015       },
1016       "bars": false,
1017       "dashLength": 10,
1018       "dashes": false,
1019       "datasource": "${DS_PROMETHEUS}",
1020       "editable": true,
1021       "error": false,
1022       "fill": 1,
1023       "grid": {},
1024       "gridPos": {
1025         "h": 6,
1026         "w": 4,
1027         "x": 8,
1028         "y": 4
1029       },
1030       "id": 5,
1031       "legend": {
1032         "avg": false,
1033         "current": false,
1034         "max": false,
1035         "min": false,
1036         "show": false,
1037         "total": false,
1038         "values": false
1039       },
1040       "lines": true,
1041       "linewidth": 1,
1042       "links": [],
1043       "nullPointMode": "null as zero",
1044       "options": {},
1045       "percentage": false,
1046       "pointradius": 5,
1047       "points": false,
1048       "renderer": "flot",
1049       "seriesOverrides": [],
1050       "spaceLength": 10,
1051       "stack": true,
1052       "steppedLine": false,
1053       "targets": [
1054         {
1055           "expr": "sum(rate(container_cpu_system_seconds_total[1m]))",
1056           "format": "time_series",
1057           "hide": true,
1058           "intervalFactor": 2,
1059           "legendFormat": "a",
1060           "refId": "B",
1061           "step": 120
1062         },
1063         {
1064           "expr": "sum(rate(container_cpu_system_seconds_total{name=~\".+\"}[1m]))",
1065           "format": "time_series",
1066           "hide": true,
1067           "interval": "",
1068           "intervalFactor": 2,
1069           "legendFormat": "nur container",
1070           "refId": "F",
1071           "step": 10
1072         },
1073         {
1074           "expr": "sum(rate(container_cpu_system_seconds_total{id=\"/\"}[1m]))",
1075           "format": "time_series",
1076           "hide": true,
1077           "interval": "",
1078           "intervalFactor": 2,
1079           "legendFormat": "nur docker host",
1080           "metric": "",
1081           "refId": "A",
1082           "step": 20
1083         },
1084         {
1085           "expr": "sum(rate(process_cpu_seconds_total[$interval])) * 100",
1086           "format": "time_series",
1087           "hide": false,
1088           "interval": "",
1089           "intervalFactor": 2,
1090           "legendFormat": "host",
1091           "metric": "",
1092           "refId": "C",
1093           "step": 600
1094         },
1095         {
1096           "expr": "sum(rate(container_cpu_system_seconds_total{name=~\".+\"}[1m])) + sum(rate(container_cpu_system_seconds_total{id=\"/\"}[1m])) + sum(rate(process_cpu_seconds_total[1m]))",
1097           "format": "time_series",
1098           "hide": true,
1099           "intervalFactor": 2,
1100           "legendFormat": "",
1101           "refId": "D",
1102           "step": 120
1103         }
1104       ],
1105       "thresholds": [],
1106       "timeFrom": null,
1107       "timeRegions": [],
1108       "timeShift": null,
1109       "title": "CPU Usage",
1110       "tooltip": {
1111         "msResolution": true,
1112         "shared": true,
1113         "sort": 0,
1114         "value_type": "cumulative"
1115       },
1116       "type": "graph",
1117       "xaxis": {
1118         "buckets": null,
1119         "mode": "time",
1120         "name": null,
1121         "show": false,
1122         "values": []
1123       },
1124       "yaxes": [
1125         {
1126           "format": "percent",
1127           "label": "",
1128           "logBase": 1,
1129           "max": null,
1130           "min": null,
1131           "show": true
1132         },
1133         {
1134           "format": "short",
1135           "label": null,
1136           "logBase": 1,
1137           "max": null,
1138           "min": null,
1139           "show": false
1140         }
1141       ],
1142       "yaxis": {
1143         "align": false,
1144         "alignLevel": null
1145       }
1146     },
1147     {
1148       "aliasColors": {
1149         "IN on /sda": "#7EB26D",
1150         "OUT on /sda": "#890F02"
1151       },
1152       "bars": false,
1153       "dashLength": 10,
1154       "dashes": false,
1155       "datasource": "${DS_PROMETHEUS}",
1156       "editable": true,
1157       "error": false,
1158       "fill": 1,
1159       "grid": {},
1160       "gridPos": {
1161         "h": 6,
1162         "w": 4,
1163         "x": 12,
1164         "y": 4
1165       },
1166       "id": 3,
1167       "legend": {
1168         "avg": false,
1169         "current": false,
1170         "max": false,
1171         "min": false,
1172         "show": false,
1173         "total": false,
1174         "values": false
1175       },
1176       "lines": true,
1177       "linewidth": 1,
1178       "links": [],
1179       "nullPointMode": "null as zero",
1180       "options": {},
1181       "percentage": false,
1182       "pointradius": 5,
1183       "points": false,
1184       "renderer": "flot",
1185       "seriesOverrides": [],
1186       "spaceLength": 10,
1187       "stack": false,
1188       "steppedLine": false,
1189       "targets": [
1190         {
1191           "expr": "-sum(rate(node_disk_read_bytes_total[$interval])) by (device)",
1192           "format": "time_series",
1193           "hide": false,
1194           "intervalFactor": 2,
1195           "legendFormat": "OUT on /{{device}}",
1196           "metric": "node_disk_bytes_read",
1197           "refId": "A",
1198           "step": 600
1199         },
1200         {
1201           "expr": "sum(rate(node_disk_written_bytes_total[$interval])) by (device)",
1202           "format": "time_series",
1203           "intervalFactor": 2,
1204           "legendFormat": "IN on /{{device}}",
1205           "metric": "",
1206           "refId": "B",
1207           "step": 600
1208         }
1209       ],
1210       "thresholds": [],
1211       "timeFrom": null,
1212       "timeRegions": [],
1213       "timeShift": null,
1214       "title": "Disk I/O",
1215       "tooltip": {
1216         "msResolution": true,
1217         "shared": true,
1218         "sort": 0,
1219         "value_type": "cumulative"
1220       },
1221       "type": "graph",
1222       "xaxis": {
1223         "buckets": null,
1224         "mode": "time",
1225         "name": null,
1226         "show": false,
1227         "values": []
1228       },
1229       "yaxes": [
1230         {
1231           "format": "Bps",
1232           "label": null,
1233           "logBase": 1,
1234           "max": null,
1235           "min": null,
1236           "show": true
1237         },
1238         {
1239           "format": "short",
1240           "label": null,
1241           "logBase": 1,
1242           "max": null,
1243           "min": null,
1244           "show": false
1245         }
1246       ],
1247       "yaxis": {
1248         "align": false,
1249         "alignLevel": null
1250       }
1251     },
1252     {
1253       "aliasColors": {},
1254       "bars": false,
1255       "dashLength": 10,
1256       "dashes": false,
1257       "datasource": "${DS_PROMETHEUS}",
1258       "editable": true,
1259       "error": false,
1260       "fill": 1,
1261       "grid": {},
1262       "gridPos": {
1263         "h": 7,
1264         "w": 12,
1265         "x": 0,
1266         "y": 10
1267       },
1268       "id": 8,
1269       "legend": {
1270         "alignAsTable": true,
1271         "avg": false,
1272         "current": false,
1273         "max": false,
1274         "min": false,
1275         "rightSide": true,
1276         "show": true,
1277         "total": false,
1278         "values": false
1279       },
1280       "lines": true,
1281       "linewidth": 2,
1282       "links": [],
1283       "nullPointMode": "null as zero",
1284       "options": {},
1285       "percentage": false,
1286       "pointradius": 5,
1287       "points": false,
1288       "renderer": "flot",
1289       "seriesOverrides": [],
1290       "spaceLength": 10,
1291       "stack": false,
1292       "steppedLine": false,
1293       "targets": [
1294         {
1295           "expr": "sum(rate(container_network_receive_bytes_total{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"}[$interval])) by (name)",
1296           "format": "time_series",
1297           "intervalFactor": 2,
1298           "legendFormat": "{{name}}",
1299           "refId": "A",
1300           "step": 240
1301         },
1302         {
1303           "expr": "- rate(container_network_transmit_bytes_total{name=~\".+\"}[$interval])",
1304           "format": "time_series",
1305           "hide": true,
1306           "intervalFactor": 2,
1307           "legendFormat": "{{name}}",
1308           "refId": "B",
1309           "step": 10
1310         }
1311       ],
1312       "thresholds": [],
1313       "timeFrom": null,
1314       "timeRegions": [],
1315       "timeShift": null,
1316       "title": "Received Network Traffic per Container",
1317       "tooltip": {
1318         "msResolution": true,
1319         "shared": true,
1320         "sort": 0,
1321         "value_type": "cumulative"
1322       },
1323       "type": "graph",
1324       "xaxis": {
1325         "buckets": null,
1326         "mode": "time",
1327         "name": null,
1328         "show": true,
1329         "values": []
1330       },
1331       "yaxes": [
1332         {
1333           "format": "Bps",
1334           "label": null,
1335           "logBase": 1,
1336           "max": null,
1337           "min": null,
1338           "show": true
1339         },
1340         {
1341           "format": "short",
1342           "label": null,
1343           "logBase": 1,
1344           "max": null,
1345           "min": null,
1346           "show": true
1347         }
1348       ],
1349       "yaxis": {
1350         "align": false,
1351         "alignLevel": null
1352       }
1353     },
1354     {
1355       "aliasColors": {},
1356       "bars": false,
1357       "dashLength": 10,
1358       "dashes": false,
1359       "datasource": "${DS_PROMETHEUS}",
1360       "editable": true,
1361       "error": false,
1362       "fill": 1,
1363       "grid": {},
1364       "gridPos": {
1365         "h": 7,
1366         "w": 12,
1367         "x": 12,
1368         "y": 10
1369       },
1370       "id": 9,
1371       "legend": {
1372         "alignAsTable": true,
1373         "avg": false,
1374         "current": false,
1375         "hideEmpty": false,
1376         "hideZero": false,
1377         "max": false,
1378         "min": false,
1379         "rightSide": true,
1380         "show": true,
1381         "total": false,
1382         "values": false
1383       },
1384       "lines": true,
1385       "linewidth": 2,
1386       "links": [],
1387       "nullPointMode": "null as zero",
1388       "options": {},
1389       "percentage": false,
1390       "pointradius": 5,
1391       "points": false,
1392       "renderer": "flot",
1393       "seriesOverrides": [],
1394       "spaceLength": 10,
1395       "stack": false,
1396       "steppedLine": false,
1397       "targets": [
1398         {
1399           "expr": "sum(rate(container_network_transmit_bytes_total{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"}[$interval])) by (name)",
1400           "format": "time_series",
1401           "intervalFactor": 2,
1402           "legendFormat": "{{name}}",
1403           "refId": "A",
1404           "step": 240
1405         },
1406         {
1407           "expr": "rate(container_network_transmit_bytes_total{id=\"/\"}[$interval])",
1408           "format": "time_series",
1409           "hide": true,
1410           "intervalFactor": 2,
1411           "legendFormat": "",
1412           "refId": "B",
1413           "step": 10
1414         }
1415       ],
1416       "thresholds": [],
1417       "timeFrom": null,
1418       "timeRegions": [],
1419       "timeShift": null,
1420       "title": "Sent Network Traffic per Container",
1421       "tooltip": {
1422         "msResolution": true,
1423         "shared": true,
1424         "sort": 0,
1425         "value_type": "cumulative"
1426       },
1427       "type": "graph",
1428       "xaxis": {
1429         "buckets": null,
1430         "mode": "time",
1431         "name": null,
1432         "show": true,
1433         "values": []
1434       },
1435       "yaxes": [
1436         {
1437           "format": "Bps",
1438           "label": "",
1439           "logBase": 1,
1440           "max": null,
1441           "min": null,
1442           "show": true
1443         },
1444         {
1445           "format": "short",
1446           "label": "",
1447           "logBase": 10,
1448           "max": 8,
1449           "min": 0,
1450           "show": false
1451         }
1452       ],
1453       "yaxis": {
1454         "align": false,
1455         "alignLevel": null
1456       }
1457     },
1458     {
1459       "aliasColors": {},
1460       "bars": false,
1461       "dashLength": 10,
1462       "dashes": false,
1463       "datasource": "${DS_PROMETHEUS}",
1464       "editable": true,
1465       "error": false,
1466       "fill": 5,
1467       "grid": {},
1468       "gridPos": {
1469         "h": 7,
1470         "w": 12,
1471         "x": 0,
1472         "y": 17
1473       },
1474       "id": 1,
1475       "legend": {
1476         "alignAsTable": true,
1477         "avg": false,
1478         "current": false,
1479         "max": false,
1480         "min": false,
1481         "rightSide": true,
1482         "show": true,
1483         "total": false,
1484         "values": false
1485       },
1486       "lines": true,
1487       "linewidth": 1,
1488       "links": [],
1489       "nullPointMode": "null as zero",
1490       "options": {},
1491       "percentage": false,
1492       "pointradius": 5,
1493       "points": false,
1494       "renderer": "flot",
1495       "seriesOverrides": [],
1496       "spaceLength": 10,
1497       "stack": false,
1498       "steppedLine": false,
1499       "targets": [
1500         {
1501           "expr": "sum(rate(container_cpu_usage_seconds_total{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"}[$interval])) by (name) * 100",
1502           "format": "time_series",
1503           "hide": false,
1504           "interval": "",
1505           "intervalFactor": 2,
1506           "legendFormat": "{{name}}",
1507           "metric": "",
1508           "refId": "F",
1509           "step": 240
1510         }
1511       ],
1512       "thresholds": [],
1513       "timeFrom": null,
1514       "timeRegions": [],
1515       "timeShift": null,
1516       "title": "CPU Usage per Container",
1517       "tooltip": {
1518         "msResolution": true,
1519         "shared": true,
1520         "sort": 0,
1521         "value_type": "individual"
1522       },
1523       "type": "graph",
1524       "xaxis": {
1525         "buckets": null,
1526         "mode": "time",
1527         "name": null,
1528         "show": true,
1529         "values": []
1530       },
1531       "yaxes": [
1532         {
1533           "format": "percent",
1534           "label": "",
1535           "logBase": 1,
1536           "max": null,
1537           "show": true
1538         },
1539         {
1540           "format": "short",
1541           "label": null,
1542           "logBase": 1,
1543           "max": null,
1544           "min": null,
1545           "show": false
1546         }
1547       ],
1548       "yaxis": {
1549         "align": false,
1550         "alignLevel": null
1551       }
1552     },
1553     {
1554       "aliasColors": {},
1555       "bars": false,
1556       "dashLength": 10,
1557       "dashes": false,
1558       "datasource": "${DS_PROMETHEUS}",
1559       "editable": true,
1560       "error": false,
1561       "fill": 3,
1562       "grid": {},
1563       "gridPos": {
1564         "h": 7,
1565         "w": 12,
1566         "x": 12,
1567         "y": 17
1568       },
1569       "id": 34,
1570       "legend": {
1571         "alignAsTable": true,
1572         "avg": false,
1573         "current": false,
1574         "max": false,
1575         "min": false,
1576         "rightSide": true,
1577         "show": true,
1578         "total": false,
1579         "values": false
1580       },
1581       "lines": true,
1582       "linewidth": 2,
1583       "links": [],
1584       "nullPointMode": "null as zero",
1585       "options": {},
1586       "percentage": false,
1587       "pointradius": 5,
1588       "points": false,
1589       "renderer": "flot",
1590       "seriesOverrides": [],
1591       "spaceLength": 10,
1592       "stack": true,
1593       "steppedLine": false,
1594       "targets": [
1595         {
1596           "expr": "sum(container_memory_swap{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"}) by (name)",
1597           "format": "time_series",
1598           "hide": false,
1599           "intervalFactor": 2,
1600           "legendFormat": "{{name}}",
1601           "refId": "A",
1602           "step": 240
1603         },
1604         {
1605           "expr": "container_memory_usage_bytes{name=~\".+\"}",
1606           "format": "time_series",
1607           "hide": true,
1608           "intervalFactor": 2,
1609           "legendFormat": "{{name}}",
1610           "refId": "B",
1611           "step": 240
1612         }
1613       ],
1614       "thresholds": [],
1615       "timeFrom": null,
1616       "timeRegions": [],
1617       "timeShift": null,
1618       "title": "Memory Swap per Container",
1619       "tooltip": {
1620         "msResolution": true,
1621         "shared": true,
1622         "sort": 0,
1623         "value_type": "individual"
1624       },
1625       "type": "graph",
1626       "xaxis": {
1627         "buckets": null,
1628         "mode": "time",
1629         "name": null,
1630         "show": true,
1631         "values": []
1632       },
1633       "yaxes": [
1634         {
1635           "format": "bytes",
1636           "label": "",
1637           "logBase": 1,
1638           "max": null,
1639           "min": null,
1640           "show": true
1641         },
1642         {
1643           "format": "short",
1644           "label": null,
1645           "logBase": 1,
1646           "max": null,
1647           "min": null,
1648           "show": true
1649         }
1650       ],
1651       "yaxis": {
1652         "align": false,
1653         "alignLevel": null
1654       }
1655     },
1656     {
1657       "aliasColors": {},
1658       "bars": false,
1659       "dashLength": 10,
1660       "dashes": false,
1661       "datasource": "${DS_PROMETHEUS}",
1662       "editable": true,
1663       "error": false,
1664       "fill": 3,
1665       "grid": {},
1666       "gridPos": {
1667         "h": 7,
1668         "w": 12,
1669         "x": 0,
1670         "y": 24
1671       },
1672       "id": 10,
1673       "legend": {
1674         "alignAsTable": true,
1675         "avg": false,
1676         "current": false,
1677         "max": false,
1678         "min": false,
1679         "rightSide": true,
1680         "show": true,
1681         "total": false,
1682         "values": false
1683       },
1684       "lines": true,
1685       "linewidth": 2,
1686       "links": [],
1687       "nullPointMode": "null as zero",
1688       "options": {},
1689       "percentage": false,
1690       "pointradius": 5,
1691       "points": false,
1692       "renderer": "flot",
1693       "seriesOverrides": [],
1694       "spaceLength": 10,
1695       "stack": false,
1696       "steppedLine": false,
1697       "targets": [
1698         {
1699           "expr": "sum(container_memory_rss{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"}) by (name)",
1700           "format": "time_series",
1701           "hide": false,
1702           "intervalFactor": 2,
1703           "legendFormat": "{{name}}",
1704           "refId": "A",
1705           "step": 240
1706         },
1707         {
1708           "expr": "container_memory_usage_bytes{name=~\".+\"}",
1709           "format": "time_series",
1710           "hide": true,
1711           "intervalFactor": 2,
1712           "legendFormat": "{{name}}",
1713           "refId": "B",
1714           "step": 240
1715         }
1716       ],
1717       "thresholds": [],
1718       "timeFrom": null,
1719       "timeRegions": [],
1720       "timeShift": null,
1721       "title": "Memory Usage per Container",
1722       "tooltip": {
1723         "msResolution": true,
1724         "shared": true,
1725         "sort": 0,
1726         "value_type": "individual"
1727       },
1728       "type": "graph",
1729       "xaxis": {
1730         "buckets": null,
1731         "mode": "time",
1732         "name": null,
1733         "show": true,
1734         "values": []
1735       },
1736       "yaxes": [
1737         {
1738           "format": "bytes",
1739           "label": "",
1740           "logBase": 1,
1741           "max": null,
1742           "min": null,
1743           "show": true
1744         },
1745         {
1746           "format": "short",
1747           "label": null,
1748           "logBase": 1,
1749           "max": null,
1750           "min": null,
1751           "show": true
1752         }
1753       ],
1754       "yaxis": {
1755         "align": false,
1756         "alignLevel": null
1757       }
1758     },
1759     {
1760       "columns": [
1761         {
1762           "text": "Current",
1763           "value": "current"
1764         }
1765       ],
1766       "editable": true,
1767       "error": false,
1768       "fontSize": "100%",
1769       "gridPos": {
1770         "h": 7,
1771         "w": 12,
1772         "x": 12,
1773         "y": 24
1774       },
1775       "id": 36,
1776       "links": [],
1777       "options": {},
1778       "pageSize": null,
1779       "scroll": true,
1780       "showHeader": true,
1781       "sort": {
1782         "col": 0,
1783         "desc": true
1784       },
1785       "styles": [
1786         {
1787           "colorMode": null,
1788           "colors": [
1789             "rgba(245, 54, 54, 0.9)",
1790             "rgba(237, 129, 40, 0.89)",
1791             "rgba(50, 172, 45, 0.97)"
1792           ],
1793           "decimals": 2,
1794           "pattern": "/.*/",
1795           "thresholds": [
1796             "10000000",
1797             " 25000000"
1798           ],
1799           "type": "number",
1800           "unit": "decbytes"
1801         }
1802       ],
1803       "targets": [
1804         {
1805           "expr": "sum(container_spec_memory_limit_bytes{name=~\".+\"} - container_memory_usage_bytes{name=~\".+\"}) by (name) ",
1806           "format": "table",
1807           "hide": true,
1808           "intervalFactor": 2,
1809           "legendFormat": "{{name}}",
1810           "metric": "",
1811           "refId": "A",
1812           "step": 240
1813         },
1814         {
1815           "expr": "sum(container_spec_memory_limit_bytes{instance=~\"$node:$port\",job=~\"$job\",image!=\"\"}) by (name) ",
1816           "format": "table",
1817           "hide": false,
1818           "intervalFactor": 2,
1819           "legendFormat": "{{name}}",
1820           "refId": "B",
1821           "step": 240
1822         },
1823         {
1824           "expr": "container_memory_usage_bytes{name=~\".+\"}",
1825           "format": "table",
1826           "hide": true,
1827           "intervalFactor": 2,
1828           "legendFormat": "{{name}}",
1829           "refId": "C",
1830           "step": 240
1831         }
1832       ],
1833       "title": "Limit memory",
1834       "transform": "table",
1835       "type": "table"
1836     }
1837   ],
1838   "refresh": "5m",
1839   "schemaVersion": 18,
1840   "style": "dark",
1841   "tags": [],
1842   "templating": {
1843     "list": [
1844       {
1845         "current": {
1846           "selected": false,
1847           "text": "default",
1848           "value": "default"
1849         },
1850         "hide": 0,
1851         "includeAll": false,
1852         "label": "datasource",
1853         "multi": false,
1854         "name": "DS_PROMETHEUS",
1855         "options": [],
1856         "query": "prometheus",
1857         "refresh": 1,
1858         "regex": "",
1859         "skipUrlSync": false,
1860         "type": "datasource"
1861       },
1862       {
1863         "allValue": null,
1864         "current": {},
1865         "datasource": "${DS_PROMETHEUS}",
1866         "definition": "label_values(container_cpu_user_seconds_total, job)",
1867         "hide": 0,
1868         "includeAll": false,
1869         "label": "Job",
1870         "multi": false,
1871         "name": "job",
1872         "options": [],
1873         "query": "label_values(container_cpu_user_seconds_total, job)",
1874         "refresh": 1,
1875         "regex": "",
1876         "skipUrlSync": false,
1877         "sort": 1,
1878         "tagValuesQuery": "",
1879         "tags": [],
1880         "tagsQuery": "",
1881         "type": "query",
1882         "useTags": false
1883       },
1884       {
1885         "allValue": null,
1886         "current": {},
1887         "datasource": "${DS_PROMETHEUS}",
1888         "definition": "label_values(container_cpu_user_seconds_total{job=~\"$job\"}, instance)",
1889         "hide": 0,
1890         "includeAll": false,
1891         "label": "Host:",
1892         "multi": false,
1893         "name": "node",
1894         "options": [],
1895         "query": "label_values(container_cpu_user_seconds_total{job=~\"$job\"}, instance)",
1896         "refresh": 1,
1897         "regex": "/([^:]+):.*/",
1898         "skipUrlSync": false,
1899         "sort": 1,
1900         "tagValuesQuery": null,
1901         "tags": [],
1902         "tagsQuery": null,
1903         "type": "query",
1904         "useTags": false
1905       },
1906       {
1907         "allValue": null,
1908         "current": {},
1909         "datasource": "${DS_PROMETHEUS}",
1910         "definition": "label_values(container_cpu_user_seconds_total{instance=~\"$node:(.*)\"}, instance)",
1911         "hide": 0,
1912         "includeAll": false,
1913         "label": "Port",
1914         "multi": false,
1915         "name": "port",
1916         "options": [],
1917         "query": "label_values(container_cpu_user_seconds_total{instance=~\"$node:(.*)\"}, instance)",
1918         "refresh": 1,
1919         "regex": "/[^:]+:(.*)/",
1920         "skipUrlSync": false,
1921         "sort": 3,
1922         "tagValuesQuery": "",
1923         "tags": [],
1924         "tagsQuery": "",
1925         "type": "query",
1926         "useTags": false
1927       },
1928       {
1929         "auto": true,
1930         "auto_count": 30,
1931         "auto_min": "50s",
1932         "current": {
1933           "text": "1m",
1934           "value": "1m"
1935         },
1936         "hide": 0,
1937         "label": "Interval",
1938         "name": "interval",
1939         "options": [
1940           {
1941             "selected": false,
1942             "text": "auto",
1943             "value": "$__auto_interval_interval"
1944           },
1945           {
1946             "selected": true,
1947             "text": "1m",
1948             "value": "1m"
1949           },
1950           {
1951             "selected": false,
1952             "text": "5m",
1953             "value": "5m"
1954           },
1955           {
1956             "selected": false,
1957             "text": "10m",
1958             "value": "10m"
1959           },
1960           {
1961             "selected": false,
1962             "text": "30m",
1963             "value": "30m"
1964           },
1965           {
1966             "selected": false,
1967             "text": "1h",
1968             "value": "1h"
1969           },
1970           {
1971             "selected": false,
1972             "text": "6h",
1973             "value": "6h"
1974           },
1975           {
1976             "selected": false,
1977             "text": "12h",
1978             "value": "12h"
1979           },
1980           {
1981             "selected": false,
1982             "text": "1d",
1983             "value": "1d"
1984           },
1985           {
1986             "selected": false,
1987             "text": "7d",
1988             "value": "7d"
1989           },
1990           {
1991             "selected": false,
1992             "text": "14d",
1993             "value": "14d"
1994           },
1995           {
1996             "selected": false,
1997             "text": "30d",
1998             "value": "30d"
1999           }
2000         ],
2001         "query": "1m,5m,10m,30m,1h,6h,12h,1d,7d,14d,30d",
2002         "refresh": 2,
2003         "skipUrlSync": false,
2004         "type": "interval"
2005       }
2006     ]
2007   },
2008   "time": {
2009     "from": "now-4h",
2010     "to": "now"
2011   },
2012   "timepicker": {
2013     "refresh_intervals": [
2014       "5s",
2015       "10s",
2016       "30s",
2017       "1m",
2018       "5m",
2019       "15m",
2020       "30m",
2021       "1h",
2022       "2h",
2023       "1d"
2024     ],
2025     "time_options": [
2026       "5m",
2027       "15m",
2028       "1h",
2029       "6h",
2030       "12h",
2031       "24h",
2032       "2d",
2033       "7d",
2034       "30d"
2035     ]
2036   },
2037   "timezone": "browser",
2038   "title": "Docker cAdvisor",
2039   "version": 1
2040 }