dfa6f8c968e301cb283ee1acab9163d4e8a7dac2
[eliot.git] / blueprints / iotgateway / playbooks / roles / grafana / files / values.yaml
1 ---
2 env:
3   # GF_USERS_DEFAULT_THEME: 'light'
4   GF_SECURITY_ALLOW_EMBEDDING: 'true'
5   GF_AUTH_ANONYMOUS_ENABLED: 'true'
6   GF_AUTH_ANONYMOUS_ORG_ROLE: 'Editor'
7
8 service:
9   type: NodePort
10   nodePort: 30000
11
12 image:
13   repository: grafana/grafana-arm64v8-linux
14   tag: 6.5.2-ubuntu
15
16 datasources:
17   datasources.yaml:
18     apiVersion: 1
19     datasources:
20       - name: MEP
21         type: prometheus
22         access: proxy
23         url: http://mep-prometheus-server.default.svc.cluster.local:80
24
25 downloadDashboardsImage:
26   repository: lucashalbert/curl
27   tag: arm64v8-7.66.0-r0
28
29 dashboardProviders:
30   dashboardproviders.yaml:
31     apiVersion: 1
32     providers:
33       - name: 'default'
34         orgId: 1
35         folder: ''
36         type: file
37         disableDeletion: false
38         editable: true
39         options:
40           path: /var/lib/grafana/dashboards/default
41
42 dashboards:
43   default:
44     cluster-metrics:
45       # yamllint disable rule:line-length
46       json: |
47         {
48           "annotations": {
49             "list": [
50               {
51                 "builtIn": 1,
52                 "datasource": "-- Grafana --",
53                 "enable": true,
54                 "hide": true,
55                 "iconColor": "rgba(0, 211, 255, 1)",
56                 "name": "Annotations & Alerts",
57                 "type": "dashboard"
58               }
59             ]
60           },
61           "description": "Summary metrics about containers running on Kubernetes nodes.\r\n\r\nDashboard was taken from here.  This version does not reqiure you to\r\nsetup the Kubernetes-app plugin. (https://github.com/grafana/kubernetes-app)\r\n\r\nUse this Helm chart to launch Grafana into a Kubernetes cluster.  It will include this dashboard and many more dashboards to give you visibility into the Kubernetes Cluster. (https://github.com/sekka1/cloud-public/tree/master/kubernetes/pods/grafana-helm)",
62           "editable": true,
63           "gnetId": 6417,
64           "graphTooltip": 1,
65           "id": 2,
66           "iteration": 1574675114940,
67           "links": [
68             {
69               "asDropdown": true,
70               "icon": "external link",
71               "includeVars": true,
72               "keepTime": false,
73               "tags": [
74                 "kubernetes-app"
75               ],
76               "title": "Dashboards",
77               "type": "dashboards"
78             }
79           ],
80           "panels": [
81             {
82               "collapsed": false,
83               "datasource": null,
84               "gridPos": {
85                 "h": 1,
86                 "w": 24,
87                 "x": 0,
88                 "y": 0
89               },
90               "id": 2,
91               "panels": [],
92               "title": "Cluster Health",
93               "type": "row"
94             },
95             {
96               "cacheTimeout": null,
97               "colorBackground": false,
98               "colorValue": false,
99               "colors": [
100                 "#299c46",
101                 "rgba(237, 129, 40, 0.89)",
102                 "#d44a3a"
103               ],
104               "datasource": "MEP",
105               "format": "percentunit",
106               "gauge": {
107                 "maxValue": 100,
108                 "minValue": 0,
109                 "show": true,
110                 "thresholdLabels": false,
111                 "thresholdMarkers": true
112               },
113               "gridPos": {
114                 "h": 4,
115                 "w": 6,
116                 "x": 0,
117                 "y": 1
118               },
119               "id": 4,
120               "interval": null,
121               "links": [],
122               "mappingType": 1,
123               "mappingTypes": [
124                 {
125                   "name": "value to text",
126                   "value": 1
127                 },
128                 {
129                   "name": "range to text",
130                   "value": 2
131                 }
132               ],
133               "maxDataPoints": 100,
134               "nullPointMode": "connected",
135               "nullText": null,
136               "options": {},
137               "postfix": "",
138               "postfixFontSize": "50%",
139               "prefix": "",
140               "prefixFontSize": "50%",
141               "rangeMaps": [
142                 {
143                   "from": "null",
144                   "text": "N/A",
145                   "to": "null"
146                 }
147               ],
148               "sparkline": {
149                 "fillColor": "rgba(31, 118, 189, 0.18)",
150                 "full": false,
151                 "lineColor": "rgb(31, 120, 193)",
152                 "show": false
153               },
154               "tableColumn": "",
155               "targets": [
156                 {
157                   "expr": "sum(kube_pod_info{node=~\"$node\"}) / sum(kube_node_status_allocatable_pods{node=~\".*\"})",
158                   "format": "time_series",
159                   "intervalFactor": 1,
160                   "refId": "A"
161                 }
162               ],
163               "thresholds": "80,90",
164               "title": "Cluster Pod Usage",
165               "type": "singlestat",
166               "valueFontSize": "80%",
167               "valueMaps": [
168                 {
169                   "op": "=",
170                   "text": "N/A",
171                   "value": "null"
172                 }
173               ],
174               "valueName": "current"
175             },
176             {
177               "cacheTimeout": null,
178               "colorBackground": false,
179               "colorValue": false,
180               "colors": [
181                 "#299c46",
182                 "rgba(237, 129, 40, 0.89)",
183                 "#d44a3a"
184               ],
185               "datasource": "MEP",
186               "format": "percentunit",
187               "gauge": {
188                 "maxValue": 100,
189                 "minValue": 0,
190                 "show": true,
191                 "thresholdLabels": false,
192                 "thresholdMarkers": true
193               },
194               "gridPos": {
195                 "h": 4,
196                 "w": 6,
197                 "x": 6,
198                 "y": 1
199               },
200               "id": 5,
201               "interval": null,
202               "links": [],
203               "mappingType": 1,
204               "mappingTypes": [
205                 {
206                   "name": "value to text",
207                   "value": 1
208                 },
209                 {
210                   "name": "range to text",
211                   "value": 2
212                 }
213               ],
214               "maxDataPoints": 100,
215               "nullPointMode": "connected",
216               "nullText": null,
217               "options": {},
218               "postfix": "",
219               "postfixFontSize": "50%",
220               "prefix": "",
221               "prefixFontSize": "50%",
222               "rangeMaps": [
223                 {
224                   "from": "null",
225                   "text": "N/A",
226                   "to": "null"
227                 }
228               ],
229               "sparkline": {
230                 "fillColor": "rgba(31, 118, 189, 0.18)",
231                 "full": false,
232                 "lineColor": "rgb(31, 120, 193)",
233                 "show": false
234               },
235               "tableColumn": "",
236               "targets": [
237                 {
238                   "expr": "sum(kube_pod_container_resource_requests_cpu_cores{node=~\"$node\"}) / sum(kube_node_status_allocatable_cpu_cores{node=~\"$node\"})",
239                   "format": "time_series",
240                   "intervalFactor": 1,
241                   "refId": "A"
242                 }
243               ],
244               "thresholds": "80,90",
245               "title": "Cluster CPU Usage",
246               "type": "singlestat",
247               "valueFontSize": "80%",
248               "valueMaps": [
249                 {
250                   "op": "=",
251                   "text": "N/A",
252                   "value": "null"
253                 }
254               ],
255               "valueName": "current"
256             },
257             {
258               "cacheTimeout": null,
259               "colorBackground": false,
260               "colorValue": false,
261               "colors": [
262                 "#299c46",
263                 "rgba(237, 129, 40, 0.89)",
264                 "#d44a3a"
265               ],
266               "datasource": "MEP",
267               "format": "percentunit",
268               "gauge": {
269                 "maxValue": 100,
270                 "minValue": 0,
271                 "show": true,
272                 "thresholdLabels": false,
273                 "thresholdMarkers": true
274               },
275               "gridPos": {
276                 "h": 4,
277                 "w": 6,
278                 "x": 12,
279                 "y": 1
280               },
281               "id": 6,
282               "interval": null,
283               "links": [],
284               "mappingType": 1,
285               "mappingTypes": [
286                 {
287                   "name": "value to text",
288                   "value": 1
289                 },
290                 {
291                   "name": "range to text",
292                   "value": 2
293                 }
294               ],
295               "maxDataPoints": 100,
296               "nullPointMode": "connected",
297               "nullText": null,
298               "options": {},
299               "postfix": "",
300               "postfixFontSize": "50%",
301               "prefix": "",
302               "prefixFontSize": "50%",
303               "rangeMaps": [
304                 {
305                   "from": "null",
306                   "text": "N/A",
307                   "to": "null"
308                 }
309               ],
310               "sparkline": {
311                 "fillColor": "rgba(31, 118, 189, 0.18)",
312                 "full": false,
313                 "lineColor": "rgb(31, 120, 193)",
314                 "show": false
315               },
316               "tableColumn": "",
317               "targets": [
318                 {
319                   "expr": "sum(kube_pod_container_resource_requests_memory_bytes{node=~\"$node\"}) / sum(kube_node_status_allocatable_memory_bytes{node=~\"$node\"})",
320                   "format": "time_series",
321                   "intervalFactor": 1,
322                   "refId": "A"
323                 }
324               ],
325               "thresholds": "80,90",
326               "title": "Cluster Memory Usage",
327               "type": "singlestat",
328               "valueFontSize": "80%",
329               "valueMaps": [
330                 {
331                   "op": "=",
332                   "text": "N/A",
333                   "value": "null"
334                 }
335               ],
336               "valueName": "current"
337             },
338             {
339               "cacheTimeout": null,
340               "colorBackground": false,
341               "colorValue": false,
342               "colors": [
343                 "#299c46",
344                 "rgba(237, 129, 40, 0.89)",
345                 "#d44a3a"
346               ],
347               "datasource": "MEP",
348               "format": "percentunit",
349               "gauge": {
350                 "maxValue": 100,
351                 "minValue": 0,
352                 "show": true,
353                 "thresholdLabels": false,
354                 "thresholdMarkers": true
355               },
356               "gridPos": {
357                 "h": 4,
358                 "w": 6,
359                 "x": 18,
360                 "y": 1
361               },
362               "id": 7,
363               "interval": null,
364               "links": [],
365               "mappingType": 1,
366               "mappingTypes": [
367                 {
368                   "name": "value to text",
369                   "value": 1
370                 },
371                 {
372                   "name": "range to text",
373                   "value": 2
374                 }
375               ],
376               "maxDataPoints": 100,
377               "nullPointMode": "connected",
378               "nullText": null,
379               "options": {},
380               "postfix": "",
381               "postfixFontSize": "50%",
382               "prefix": "",
383               "prefixFontSize": "50%",
384               "rangeMaps": [
385                 {
386                   "from": "null",
387                   "text": "N/A",
388                   "to": "null"
389                 }
390               ],
391               "sparkline": {
392                 "fillColor": "rgba(31, 118, 189, 0.18)",
393                 "full": false,
394                 "lineColor": "rgb(31, 120, 193)",
395                 "show": false
396               },
397               "tableColumn": "",
398               "targets": [
399                 {
400                   "expr": "(sum (node_filesystem_size_bytes{kubernetes_node=~\"$node\"}) - sum (node_filesystem_free_bytes{kubernetes_node=~\"$node\"})) / sum (node_filesystem_size_bytes{kubernetes_node=~\"$node\"})",
401                   "format": "time_series",
402                   "intervalFactor": 1,
403                   "refId": "A"
404                 }
405               ],
406               "thresholds": "80,90",
407               "title": "Cluster Disk Usage",
408               "type": "singlestat",
409               "valueFontSize": "80%",
410               "valueMaps": [
411                 {
412                   "op": "=",
413                   "text": "N/A",
414                   "value": "null"
415                 }
416               ],
417               "valueName": "current"
418             },
419             {
420               "aliasColors": {},
421               "bars": false,
422               "dashLength": 10,
423               "dashes": false,
424               "datasource": "MEP",
425               "fill": 1,
426               "fillGradient": 0,
427               "gridPos": {
428                 "h": 5,
429                 "w": 6,
430                 "x": 0,
431                 "y": 5
432               },
433               "id": 9,
434               "legend": {
435                 "avg": false,
436                 "current": false,
437                 "max": false,
438                 "min": false,
439                 "show": true,
440                 "total": false,
441                 "values": false
442               },
443               "lines": true,
444               "linewidth": 1,
445               "links": [],
446               "nullPointMode": "null",
447               "options": {
448                 "dataLinks": []
449               },
450               "percentage": false,
451               "pointradius": 5,
452               "points": false,
453               "renderer": "flot",
454               "seriesOverrides": [],
455               "spaceLength": 10,
456               "stack": false,
457               "steppedLine": false,
458               "targets": [
459                 {
460                   "expr": "sum(kube_node_status_allocatable_pods{node=~\"$node\"})",
461                   "format": "time_series",
462                   "intervalFactor": 1,
463                   "legendFormat": "allocatable",
464                   "refId": "A"
465                 },
466                 {
467                   "expr": "sum(kube_node_status_capacity_pods{node=~\"$node\"})",
468                   "format": "time_series",
469                   "intervalFactor": 1,
470                   "legendFormat": "capacity",
471                   "refId": "B"
472                 },
473                 {
474                   "expr": "sum(kube_pod_info{node=~\"$node\"})",
475                   "format": "time_series",
476                   "intervalFactor": 1,
477                   "legendFormat": "requested",
478                   "refId": "C"
479                 }
480               ],
481               "thresholds": [],
482               "timeFrom": null,
483               "timeRegions": [],
484               "timeShift": null,
485               "title": "Cluster Pod Capacity",
486               "tooltip": {
487                 "shared": true,
488                 "sort": 0,
489                 "value_type": "individual"
490               },
491               "type": "graph",
492               "xaxis": {
493                 "buckets": null,
494                 "mode": "time",
495                 "name": null,
496                 "show": true,
497                 "values": []
498               },
499               "yaxes": [
500                 {
501                   "format": "short",
502                   "label": "pods",
503                   "logBase": 1,
504                   "max": null,
505                   "min": null,
506                   "show": true
507                 },
508                 {
509                   "format": "short",
510                   "label": null,
511                   "logBase": 1,
512                   "max": null,
513                   "min": null,
514                   "show": true
515                 }
516               ],
517               "yaxis": {
518                 "align": false,
519                 "alignLevel": null
520               }
521             },
522             {
523               "aliasColors": {},
524               "bars": false,
525               "dashLength": 10,
526               "dashes": false,
527               "datasource": "MEP",
528               "fill": 1,
529               "fillGradient": 0,
530               "gridPos": {
531                 "h": 5,
532                 "w": 6,
533                 "x": 6,
534                 "y": 5
535               },
536               "id": 10,
537               "legend": {
538                 "avg": false,
539                 "current": false,
540                 "max": false,
541                 "min": false,
542                 "show": true,
543                 "total": false,
544                 "values": false
545               },
546               "lines": true,
547               "linewidth": 1,
548               "links": [],
549               "nullPointMode": "null",
550               "options": {
551                 "dataLinks": []
552               },
553               "percentage": false,
554               "pointradius": 5,
555               "points": false,
556               "renderer": "flot",
557               "seriesOverrides": [],
558               "spaceLength": 10,
559               "stack": false,
560               "steppedLine": false,
561               "targets": [
562                 {
563                   "expr": "sum(kube_node_status_capacity_cpu_cores{node=~\"$node\"})",
564                   "format": "time_series",
565                   "intervalFactor": 1,
566                   "legendFormat": "allocatable",
567                   "refId": "A"
568                 },
569                 {
570                   "expr": "sum(kube_node_status_allocatable_cpu_cores{node=~\"$node\"})",
571                   "format": "time_series",
572                   "intervalFactor": 1,
573                   "legendFormat": "capacity",
574                   "refId": "B"
575                 },
576                 {
577                   "expr": "sum(kube_pod_container_resource_requests_cpu_cores{node=~\"$node\"})",
578                   "format": "time_series",
579                   "intervalFactor": 1,
580                   "legendFormat": "requested",
581                   "refId": "C"
582                 }
583               ],
584               "thresholds": [],
585               "timeFrom": null,
586               "timeRegions": [],
587               "timeShift": null,
588               "title": "Cluster CPU Capacity",
589               "tooltip": {
590                 "shared": true,
591                 "sort": 0,
592                 "value_type": "individual"
593               },
594               "type": "graph",
595               "xaxis": {
596                 "buckets": null,
597                 "mode": "time",
598                 "name": null,
599                 "show": true,
600                 "values": []
601               },
602               "yaxes": [
603                 {
604                   "decimals": null,
605                   "format": "none",
606                   "label": "cores",
607                   "logBase": 1,
608                   "max": null,
609                   "min": null,
610                   "show": true
611                 },
612                 {
613                   "format": "short",
614                   "label": null,
615                   "logBase": 1,
616                   "max": null,
617                   "min": null,
618                   "show": true
619                 }
620               ],
621               "yaxis": {
622                 "align": false,
623                 "alignLevel": null
624               }
625             },
626             {
627               "aliasColors": {},
628               "bars": false,
629               "dashLength": 10,
630               "dashes": false,
631               "datasource": "MEP",
632               "fill": 1,
633               "fillGradient": 0,
634               "gridPos": {
635                 "h": 5,
636                 "w": 6,
637                 "x": 12,
638                 "y": 5
639               },
640               "id": 11,
641               "legend": {
642                 "avg": false,
643                 "current": false,
644                 "max": false,
645                 "min": false,
646                 "show": true,
647                 "total": false,
648                 "values": false
649               },
650               "lines": true,
651               "linewidth": 1,
652               "links": [],
653               "nullPointMode": "null",
654               "options": {
655                 "dataLinks": []
656               },
657               "percentage": false,
658               "pointradius": 5,
659               "points": false,
660               "renderer": "flot",
661               "seriesOverrides": [],
662               "spaceLength": 10,
663               "stack": false,
664               "steppedLine": false,
665               "targets": [
666                 {
667                   "expr": "sum(kube_node_status_allocatable_memory_bytes{node=~\"$node\"})",
668                   "format": "time_series",
669                   "intervalFactor": 1,
670                   "legendFormat": "allocatable",
671                   "refId": "A"
672                 },
673                 {
674                   "expr": "sum(kube_node_status_capacity_memory_bytes{node=~\"$node\"})",
675                   "format": "time_series",
676                   "intervalFactor": 1,
677                   "legendFormat": "capacity",
678                   "refId": "B"
679                 },
680                 {
681                   "expr": "sum(kube_pod_container_resource_requests_memory_bytes{node=~\"$node\"})",
682                   "format": "time_series",
683                   "intervalFactor": 1,
684                   "legendFormat": "requested",
685                   "refId": "C"
686                 }
687               ],
688               "thresholds": [],
689               "timeFrom": null,
690               "timeRegions": [],
691               "timeShift": null,
692               "title": "Cluster Mem Capacity",
693               "tooltip": {
694                 "shared": true,
695                 "sort": 0,
696                 "value_type": "individual"
697               },
698               "type": "graph",
699               "xaxis": {
700                 "buckets": null,
701                 "mode": "time",
702                 "name": null,
703                 "show": true,
704                 "values": []
705               },
706               "yaxes": [
707                 {
708                   "format": "decbytes",
709                   "label": null,
710                   "logBase": 1,
711                   "max": null,
712                   "min": null,
713                   "show": true
714                 },
715                 {
716                   "format": "short",
717                   "label": null,
718                   "logBase": 1,
719                   "max": null,
720                   "min": null,
721                   "show": true
722                 }
723               ],
724               "yaxis": {
725                 "align": false,
726                 "alignLevel": null
727               }
728             },
729             {
730               "aliasColors": {},
731               "bars": false,
732               "dashLength": 10,
733               "dashes": false,
734               "datasource": "MEP",
735               "fill": 1,
736               "fillGradient": 0,
737               "gridPos": {
738                 "h": 5,
739                 "w": 6,
740                 "x": 18,
741                 "y": 5
742               },
743               "id": 12,
744               "legend": {
745                 "avg": false,
746                 "current": false,
747                 "max": false,
748                 "min": false,
749                 "show": true,
750                 "total": false,
751                 "values": false
752               },
753               "lines": true,
754               "linewidth": 1,
755               "links": [],
756               "nullPointMode": "null",
757               "options": {
758                 "dataLinks": []
759               },
760               "percentage": false,
761               "pointradius": 5,
762               "points": false,
763               "renderer": "flot",
764               "seriesOverrides": [],
765               "spaceLength": 10,
766               "stack": false,
767               "steppedLine": false,
768               "targets": [
769                 {
770                   "expr": "sum(node_filesystem_size_bytes{kubernetes_node=~\"$node\"}) - sum(node_filesystem_free_bytes{kubernetes_node=~\"$node\"})",
771                   "format": "time_series",
772                   "intervalFactor": 1,
773                   "legendFormat": "usage",
774                   "refId": "A"
775                 },
776                 {
777                   "expr": "sum(node_filesystem_size_bytes{kubernetes_node=~\"$node\"})",
778                   "format": "time_series",
779                   "intervalFactor": 1,
780                   "legendFormat": "limit",
781                   "refId": "B"
782                 }
783               ],
784               "thresholds": [],
785               "timeFrom": null,
786               "timeRegions": [],
787               "timeShift": null,
788               "title": "Cluster Disk Capacity",
789               "tooltip": {
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": true,
800                 "values": []
801               },
802               "yaxes": [
803                 {
804                   "format": "decbytes",
805                   "label": null,
806                   "logBase": 1,
807                   "max": null,
808                   "min": null,
809                   "show": true
810                 },
811                 {
812                   "format": "short",
813                   "label": null,
814                   "logBase": 1,
815                   "max": null,
816                   "min": null,
817                   "show": true
818                 }
819               ],
820               "yaxis": {
821                 "align": false,
822                 "alignLevel": null
823               }
824             },
825             {
826               "collapsed": false,
827               "datasource": null,
828               "gridPos": {
829                 "h": 1,
830                 "w": 24,
831                 "x": 0,
832                 "y": 10
833               },
834               "id": 14,
835               "panels": [],
836               "title": "Deployments",
837               "type": "row"
838             },
839             {
840               "columns": [
841                 {
842                   "text": "Current",
843                   "value": "current"
844                 }
845               ],
846               "datasource": "MEP",
847               "fontSize": "100%",
848               "gridPos": {
849                 "h": 5,
850                 "w": 6,
851                 "x": 0,
852                 "y": 11
853               },
854               "id": 16,
855               "links": [],
856               "options": {},
857               "pageSize": null,
858               "scroll": true,
859               "showHeader": true,
860               "sort": {
861                 "col": 1,
862                 "desc": true
863               },
864               "styles": [
865                 {
866                   "alias": "Time",
867                   "dateFormat": "YYYY-MM-DD HH:mm:ss",
868                   "pattern": "Time",
869                   "type": "date"
870                 },
871                 {
872                   "alias": "",
873                   "colorMode": "row",
874                   "colors": [
875                     "rgba(245, 54, 54, 0.9)",
876                     "rgba(237, 129, 40, 0.89)",
877                     "rgba(50, 172, 45, 0.97)"
878                   ],
879                   "decimals": 0,
880                   "pattern": "Metric",
881                   "thresholds": [
882                     "0",
883                     "0",
884                     ".9"
885                   ],
886                   "type": "string",
887                   "unit": "none"
888                 },
889                 {
890                   "alias": "",
891                   "colorMode": "row",
892                   "colors": [
893                     "rgba(245, 54, 54, 0.9)",
894                     "rgba(237, 129, 40, 0.89)",
895                     "rgba(50, 172, 45, 0.97)"
896                   ],
897                   "dateFormat": "YYYY-MM-DD HH:mm:ss",
898                   "decimals": 0,
899                   "link": false,
900                   "pattern": "Value",
901                   "thresholds": [
902                     "0",
903                     "1"
904                   ],
905                   "type": "number",
906                   "unit": "none"
907                 }
908               ],
909               "targets": [
910                 {
911                   "expr": "kube_deployment_status_replicas{namespace=~\"$namespace\"}",
912                   "format": "time_series",
913                   "instant": true,
914                   "interval": "",
915                   "intervalFactor": 1,
916                   "legendFormat": "{{ deployment }}",
917                   "refId": "A"
918                 }
919               ],
920               "title": "Deployment Replicas - Up To Date",
921               "transform": "timeseries_to_rows",
922               "type": "table"
923             },
924             {
925               "cacheTimeout": null,
926               "colorBackground": false,
927               "colorValue": false,
928               "colors": [
929                 "#299c46",
930                 "rgba(237, 129, 40, 0.89)",
931                 "#d44a3a"
932               ],
933               "datasource": "MEP",
934               "format": "none",
935               "gauge": {
936                 "maxValue": 100,
937                 "minValue": 0,
938                 "show": false,
939                 "thresholdLabels": false,
940                 "thresholdMarkers": true
941               },
942               "gridPos": {
943                 "h": 5,
944                 "w": 6,
945                 "x": 6,
946                 "y": 11
947               },
948               "id": 18,
949               "interval": null,
950               "links": [],
951               "mappingType": 1,
952               "mappingTypes": [
953                 {
954                   "name": "value to text",
955                   "value": 1
956                 },
957                 {
958                   "name": "range to text",
959                   "value": 2
960                 }
961               ],
962               "maxDataPoints": 100,
963               "nullPointMode": "connected",
964               "nullText": null,
965               "options": {},
966               "postfix": "",
967               "postfixFontSize": "50%",
968               "prefix": "",
969               "prefixFontSize": "50%",
970               "rangeMaps": [
971                 {
972                   "from": "null",
973                   "text": "N/A",
974                   "to": "null"
975                 }
976               ],
977               "sparkline": {
978                 "fillColor": "rgba(31, 118, 189, 0.18)",
979                 "full": false,
980                 "lineColor": "rgb(31, 120, 193)",
981                 "show": false
982               },
983               "tableColumn": "",
984               "targets": [
985                 {
986                   "expr": "sum(kube_deployment_status_replicas{namespace=~\"$namespace\"})",
987                   "format": "time_series",
988                   "intervalFactor": 1,
989                   "refId": "A"
990                 }
991               ],
992               "thresholds": "",
993               "title": "Deployment Replicas",
994               "type": "singlestat",
995               "valueFontSize": "80%",
996               "valueMaps": [
997                 {
998                   "op": "=",
999                   "text": "N/A",
1000                   "value": "null"
1001                 }
1002               ],
1003               "valueName": "avg"
1004             },
1005             {
1006               "cacheTimeout": null,
1007               "colorBackground": false,
1008               "colorValue": false,
1009               "colors": [
1010                 "#299c46",
1011                 "rgba(237, 129, 40, 0.89)",
1012                 "#d44a3a"
1013               ],
1014               "datasource": "MEP",
1015               "format": "none",
1016               "gauge": {
1017                 "maxValue": 100,
1018                 "minValue": 0,
1019                 "show": false,
1020                 "thresholdLabels": false,
1021                 "thresholdMarkers": true
1022               },
1023               "gridPos": {
1024                 "h": 5,
1025                 "w": 6,
1026                 "x": 12,
1027                 "y": 11
1028               },
1029               "id": 19,
1030               "interval": null,
1031               "links": [],
1032               "mappingType": 1,
1033               "mappingTypes": [
1034                 {
1035                   "name": "value to text",
1036                   "value": 1
1037                 },
1038                 {
1039                   "name": "range to text",
1040                   "value": 2
1041                 }
1042               ],
1043               "maxDataPoints": 100,
1044               "nullPointMode": "connected",
1045               "nullText": null,
1046               "options": {},
1047               "postfix": "",
1048               "postfixFontSize": "50%",
1049               "prefix": "",
1050               "prefixFontSize": "50%",
1051               "rangeMaps": [
1052                 {
1053                   "from": "null",
1054                   "text": "N/A",
1055                   "to": "null"
1056                 }
1057               ],
1058               "sparkline": {
1059                 "fillColor": "rgba(31, 118, 189, 0.18)",
1060                 "full": false,
1061                 "lineColor": "rgb(31, 120, 193)",
1062                 "show": false
1063               },
1064               "tableColumn": "",
1065               "targets": [
1066                 {
1067                   "expr": "sum(kube_deployment_status_replicas_updated{namespace=~\"$namespace\"})",
1068                   "format": "time_series",
1069                   "intervalFactor": 1,
1070                   "refId": "A"
1071                 }
1072               ],
1073               "thresholds": "",
1074               "title": "Deployment Replicas - Updated",
1075               "type": "singlestat",
1076               "valueFontSize": "80%",
1077               "valueMaps": [
1078                 {
1079                   "op": "=",
1080                   "text": "N/A",
1081                   "value": "null"
1082                 }
1083               ],
1084               "valueName": "avg"
1085             },
1086             {
1087               "cacheTimeout": null,
1088               "colorBackground": false,
1089               "colorValue": false,
1090               "colors": [
1091                 "#299c46",
1092                 "rgba(237, 129, 40, 0.89)",
1093                 "#d44a3a"
1094               ],
1095               "datasource": "MEP",
1096               "format": "none",
1097               "gauge": {
1098                 "maxValue": 100,
1099                 "minValue": 0,
1100                 "show": false,
1101                 "thresholdLabels": false,
1102                 "thresholdMarkers": true
1103               },
1104               "gridPos": {
1105                 "h": 5,
1106                 "w": 6,
1107                 "x": 18,
1108                 "y": 11
1109               },
1110               "id": 20,
1111               "interval": null,
1112               "links": [],
1113               "mappingType": 1,
1114               "mappingTypes": [
1115                 {
1116                   "name": "value to text",
1117                   "value": 1
1118                 },
1119                 {
1120                   "name": "range to text",
1121                   "value": 2
1122                 }
1123               ],
1124               "maxDataPoints": 100,
1125               "nullPointMode": "connected",
1126               "nullText": null,
1127               "options": {},
1128               "postfix": "",
1129               "postfixFontSize": "50%",
1130               "prefix": "",
1131               "prefixFontSize": "50%",
1132               "rangeMaps": [
1133                 {
1134                   "from": "null",
1135                   "text": "N/A",
1136                   "to": "null"
1137                 }
1138               ],
1139               "sparkline": {
1140                 "fillColor": "rgba(31, 118, 189, 0.18)",
1141                 "full": false,
1142                 "lineColor": "rgb(31, 120, 193)",
1143                 "show": false
1144               },
1145               "tableColumn": "",
1146               "targets": [
1147                 {
1148                   "expr": "sum(kube_deployment_status_replicas_unavailable{namespace=~\"$namespace\"})",
1149                   "format": "time_series",
1150                   "intervalFactor": 1,
1151                   "refId": "A"
1152                 }
1153               ],
1154               "thresholds": "",
1155               "title": "Deployment Replicas - Unavailable",
1156               "type": "singlestat",
1157               "valueFontSize": "80%",
1158               "valueMaps": [
1159                 {
1160                   "op": "=",
1161                   "text": "N/A",
1162                   "value": "null"
1163                 }
1164               ],
1165               "valueName": "avg"
1166             },
1167             {
1168               "collapsed": false,
1169               "datasource": null,
1170               "gridPos": {
1171                 "h": 1,
1172                 "w": 24,
1173                 "x": 0,
1174                 "y": 16
1175               },
1176               "id": 22,
1177               "panels": [],
1178               "title": "Node",
1179               "type": "row"
1180             },
1181             {
1182               "cacheTimeout": null,
1183               "colorBackground": false,
1184               "colorValue": false,
1185               "colors": [
1186                 "#299c46",
1187                 "rgba(237, 129, 40, 0.89)",
1188                 "#d44a3a"
1189               ],
1190               "datasource": "MEP",
1191               "format": "none",
1192               "gauge": {
1193                 "maxValue": 100,
1194                 "minValue": 0,
1195                 "show": false,
1196                 "thresholdLabels": false,
1197                 "thresholdMarkers": true
1198               },
1199               "gridPos": {
1200                 "h": 3,
1201                 "w": 8,
1202                 "x": 0,
1203                 "y": 17
1204               },
1205               "id": 24,
1206               "interval": null,
1207               "links": [],
1208               "mappingType": 1,
1209               "mappingTypes": [
1210                 {
1211                   "name": "value to text",
1212                   "value": 1
1213                 },
1214                 {
1215                   "name": "range to text",
1216                   "value": 2
1217                 }
1218               ],
1219               "maxDataPoints": 100,
1220               "nullPointMode": "connected",
1221               "nullText": null,
1222               "options": {},
1223               "postfix": "",
1224               "postfixFontSize": "50%",
1225               "prefix": "",
1226               "prefixFontSize": "50%",
1227               "rangeMaps": [
1228                 {
1229                   "from": "null",
1230                   "text": "N/A",
1231                   "to": "null"
1232                 }
1233               ],
1234               "sparkline": {
1235                 "fillColor": "rgba(31, 118, 189, 0.18)",
1236                 "full": false,
1237                 "lineColor": "rgb(31, 120, 193)",
1238                 "show": false
1239               },
1240               "tableColumn": "",
1241               "targets": [
1242                 {
1243                   "expr": "sum(kube_node_info{node=~\"$node\"})",
1244                   "format": "time_series",
1245                   "intervalFactor": 1,
1246                   "refId": "A"
1247                 }
1248               ],
1249               "thresholds": "",
1250               "title": "Number Of Nodes",
1251               "type": "singlestat",
1252               "valueFontSize": "80%",
1253               "valueMaps": [
1254                 {
1255                   "op": "=",
1256                   "text": "N/A",
1257                   "value": "null"
1258                 }
1259               ],
1260               "valueName": "avg"
1261             },
1262             {
1263               "cacheTimeout": null,
1264               "colorBackground": true,
1265               "colorValue": false,
1266               "colors": [
1267                 "#299c46",
1268                 "rgba(237, 129, 40, 0.89)",
1269                 "#d44a3a"
1270               ],
1271               "datasource": "MEP",
1272               "format": "none",
1273               "gauge": {
1274                 "maxValue": 100,
1275                 "minValue": 0,
1276                 "show": false,
1277                 "thresholdLabels": false,
1278                 "thresholdMarkers": true
1279               },
1280               "gridPos": {
1281                 "h": 3,
1282                 "w": 8,
1283                 "x": 8,
1284                 "y": 17
1285               },
1286               "id": 25,
1287               "interval": null,
1288               "links": [],
1289               "mappingType": 1,
1290               "mappingTypes": [
1291                 {
1292                   "name": "value to text",
1293                   "value": 1
1294                 },
1295                 {
1296                   "name": "range to text",
1297                   "value": 2
1298                 }
1299               ],
1300               "maxDataPoints": 100,
1301               "nullPointMode": "connected",
1302               "nullText": null,
1303               "options": {},
1304               "postfix": "",
1305               "postfixFontSize": "50%",
1306               "prefix": "",
1307               "prefixFontSize": "50%",
1308               "rangeMaps": [
1309                 {
1310                   "from": "null",
1311                   "text": "N/A",
1312                   "to": "null"
1313                 }
1314               ],
1315               "sparkline": {
1316                 "fillColor": "rgba(31, 118, 189, 0.18)",
1317                 "full": false,
1318                 "lineColor": "rgb(31, 120, 193)",
1319                 "show": false
1320               },
1321               "tableColumn": "",
1322               "targets": [
1323                 {
1324                   "expr": "sum(kube_node_status_condition{condition=\"OutOfDisk\", node=~\"$node\", status=\"true\"})",
1325                   "format": "time_series",
1326                   "intervalFactor": 1,
1327                   "refId": "A"
1328                 }
1329               ],
1330               "thresholds": "1",
1331               "title": "Nodes Out of Disk",
1332               "type": "singlestat",
1333               "valueFontSize": "80%",
1334               "valueMaps": [
1335                 {
1336                   "op": "=",
1337                   "text": "N/A",
1338                   "value": "null"
1339                 }
1340               ],
1341               "valueName": "current"
1342             },
1343             {
1344               "cacheTimeout": null,
1345               "colorBackground": true,
1346               "colorValue": false,
1347               "colors": [
1348                 "#299c46",
1349                 "rgba(237, 129, 40, 0.89)",
1350                 "#d44a3a"
1351               ],
1352               "datasource": "MEP",
1353               "format": "none",
1354               "gauge": {
1355                 "maxValue": 100,
1356                 "minValue": 0,
1357                 "show": false,
1358                 "thresholdLabels": false,
1359                 "thresholdMarkers": true
1360               },
1361               "gridPos": {
1362                 "h": 3,
1363                 "w": 8,
1364                 "x": 16,
1365                 "y": 17
1366               },
1367               "id": 26,
1368               "interval": null,
1369               "links": [],
1370               "mappingType": 1,
1371               "mappingTypes": [
1372                 {
1373                   "name": "value to text",
1374                   "value": 1
1375                 },
1376                 {
1377                   "name": "range to text",
1378                   "value": 2
1379                 }
1380               ],
1381               "maxDataPoints": 100,
1382               "nullPointMode": "connected",
1383               "nullText": null,
1384               "options": {},
1385               "postfix": "",
1386               "postfixFontSize": "50%",
1387               "prefix": "",
1388               "prefixFontSize": "50%",
1389               "rangeMaps": [
1390                 {
1391                   "from": "null",
1392                   "text": "N/A",
1393                   "to": "null"
1394                 }
1395               ],
1396               "sparkline": {
1397                 "fillColor": "rgba(31, 118, 189, 0.18)",
1398                 "full": false,
1399                 "lineColor": "rgb(31, 120, 193)",
1400                 "show": false
1401               },
1402               "tableColumn": "",
1403               "targets": [
1404                 {
1405                   "expr": "sum(kube_node_spec_unschedulable{node=~\"$node\"})",
1406                   "format": "time_series",
1407                   "intervalFactor": 1,
1408                   "refId": "A"
1409                 }
1410               ],
1411               "thresholds": "1",
1412               "title": "Nodes Unavailable",
1413               "type": "singlestat",
1414               "valueFontSize": "80%",
1415               "valueMaps": [
1416                 {
1417                   "op": "=",
1418                   "text": "N/A",
1419                   "value": "null"
1420                 }
1421               ],
1422               "valueName": "current"
1423             },
1424             {
1425               "collapsed": false,
1426               "datasource": null,
1427               "gridPos": {
1428                 "h": 1,
1429                 "w": 24,
1430                 "x": 0,
1431                 "y": 20
1432               },
1433               "id": 28,
1434               "panels": [],
1435               "title": "Pods",
1436               "type": "row"
1437             },
1438             {
1439               "cacheTimeout": null,
1440               "colorBackground": false,
1441               "colorValue": false,
1442               "colors": [
1443                 "#299c46",
1444                 "rgba(237, 129, 40, 0.89)",
1445                 "#d44a3a"
1446               ],
1447               "datasource": "MEP",
1448               "format": "none",
1449               "gauge": {
1450                 "maxValue": 100,
1451                 "minValue": 0,
1452                 "show": false,
1453                 "thresholdLabels": false,
1454                 "thresholdMarkers": true
1455               },
1456               "gridPos": {
1457                 "h": 3,
1458                 "w": 12,
1459                 "x": 0,
1460                 "y": 21
1461               },
1462               "id": 30,
1463               "interval": null,
1464               "links": [],
1465               "mappingType": 1,
1466               "mappingTypes": [
1467                 {
1468                   "name": "value to text",
1469                   "value": 1
1470                 },
1471                 {
1472                   "name": "range to text",
1473                   "value": 2
1474                 }
1475               ],
1476               "maxDataPoints": 100,
1477               "nullPointMode": "connected",
1478               "nullText": null,
1479               "options": {},
1480               "postfix": "",
1481               "postfixFontSize": "50%",
1482               "prefix": "",
1483               "prefixFontSize": "50%",
1484               "rangeMaps": [
1485                 {
1486                   "from": "null",
1487                   "text": "N/A",
1488                   "to": "null"
1489                 }
1490               ],
1491               "sparkline": {
1492                 "fillColor": "rgba(78, 203, 42, 0.28)",
1493                 "full": false,
1494                 "lineColor": "#629e51",
1495                 "show": true
1496               },
1497               "tableColumn": "",
1498               "targets": [
1499                 {
1500                   "expr": "sum(kube_pod_status_phase{namespace=~\"$namespace\", phase=\"Running\"})",
1501                   "format": "time_series",
1502                   "interval": "",
1503                   "intervalFactor": 1,
1504                   "refId": "A"
1505                 }
1506               ],
1507               "thresholds": "",
1508               "title": "Pods Running",
1509               "type": "singlestat",
1510               "valueFontSize": "80%",
1511               "valueMaps": [
1512                 {
1513                   "op": "=",
1514                   "text": "N/A",
1515                   "value": "null"
1516                 }
1517               ],
1518               "valueName": "current"
1519             },
1520             {
1521               "cacheTimeout": null,
1522               "colorBackground": false,
1523               "colorValue": false,
1524               "colors": [
1525                 "#299c46",
1526                 "rgba(237, 129, 40, 0.89)",
1527                 "#d44a3a"
1528               ],
1529               "datasource": "MEP",
1530               "format": "none",
1531               "gauge": {
1532                 "maxValue": 100,
1533                 "minValue": 0,
1534                 "show": false,
1535                 "thresholdLabels": false,
1536                 "thresholdMarkers": true
1537               },
1538               "gridPos": {
1539                 "h": 3,
1540                 "w": 12,
1541                 "x": 12,
1542                 "y": 21
1543               },
1544               "id": 31,
1545               "interval": null,
1546               "links": [],
1547               "mappingType": 1,
1548               "mappingTypes": [
1549                 {
1550                   "name": "value to text",
1551                   "value": 1
1552                 },
1553                 {
1554                   "name": "range to text",
1555                   "value": 2
1556                 }
1557               ],
1558               "maxDataPoints": 100,
1559               "nullPointMode": "connected",
1560               "nullText": null,
1561               "options": {},
1562               "postfix": "",
1563               "postfixFontSize": "50%",
1564               "prefix": "",
1565               "prefixFontSize": "50%",
1566               "rangeMaps": [
1567                 {
1568                   "from": "null",
1569                   "text": "N/A",
1570                   "to": "null"
1571                 }
1572               ],
1573               "sparkline": {
1574                 "fillColor": "rgba(78, 203, 42, 0.28)",
1575                 "full": false,
1576                 "lineColor": "#629e51",
1577                 "show": true
1578               },
1579               "tableColumn": "",
1580               "targets": [
1581                 {
1582                   "expr": "sum(kube_pod_status_phase{namespace=~\"$namespace\", phase=\"Pending\"})",
1583                   "format": "time_series",
1584                   "interval": "",
1585                   "intervalFactor": 1,
1586                   "refId": "A"
1587                 }
1588               ],
1589               "thresholds": "",
1590               "title": "Pods Pending",
1591               "type": "singlestat",
1592               "valueFontSize": "80%",
1593               "valueMaps": [
1594                 {
1595                   "op": "=",
1596                   "text": "N/A",
1597                   "value": "null"
1598                 }
1599               ],
1600               "valueName": "current"
1601             },
1602             {
1603               "cacheTimeout": null,
1604               "colorBackground": false,
1605               "colorValue": false,
1606               "colors": [
1607                 "#299c46",
1608                 "rgba(237, 129, 40, 0.89)",
1609                 "#d44a3a"
1610               ],
1611               "datasource": "MEP",
1612               "format": "none",
1613               "gauge": {
1614                 "maxValue": 100,
1615                 "minValue": 0,
1616                 "show": false,
1617                 "thresholdLabels": false,
1618                 "thresholdMarkers": true
1619               },
1620               "gridPos": {
1621                 "h": 3,
1622                 "w": 8,
1623                 "x": 0,
1624                 "y": 24
1625               },
1626               "id": 32,
1627               "interval": null,
1628               "links": [],
1629               "mappingType": 1,
1630               "mappingTypes": [
1631                 {
1632                   "name": "value to text",
1633                   "value": 1
1634                 },
1635                 {
1636                   "name": "range to text",
1637                   "value": 2
1638                 }
1639               ],
1640               "maxDataPoints": 100,
1641               "nullPointMode": "connected",
1642               "nullText": null,
1643               "options": {},
1644               "postfix": "",
1645               "postfixFontSize": "50%",
1646               "prefix": "",
1647               "prefixFontSize": "50%",
1648               "rangeMaps": [
1649                 {
1650                   "from": "null",
1651                   "text": "N/A",
1652                   "to": "null"
1653                 }
1654               ],
1655               "sparkline": {
1656                 "fillColor": "rgba(78, 203, 42, 0.28)",
1657                 "full": false,
1658                 "lineColor": "#629e51",
1659                 "show": true
1660               },
1661               "tableColumn": "",
1662               "targets": [
1663                 {
1664                   "expr": "sum(kube_pod_status_phase{namespace=~\"$namespace\", phase=\"Failed\"})",
1665                   "format": "time_series",
1666                   "interval": "",
1667                   "intervalFactor": 1,
1668                   "refId": "A"
1669                 }
1670               ],
1671               "thresholds": "",
1672               "title": "Pods Failed",
1673               "type": "singlestat",
1674               "valueFontSize": "80%",
1675               "valueMaps": [
1676                 {
1677                   "op": "=",
1678                   "text": "N/A",
1679                   "value": "null"
1680                 }
1681               ],
1682               "valueName": "current"
1683             },
1684             {
1685               "cacheTimeout": null,
1686               "colorBackground": false,
1687               "colorValue": false,
1688               "colors": [
1689                 "#299c46",
1690                 "rgba(237, 129, 40, 0.89)",
1691                 "#d44a3a"
1692               ],
1693               "datasource": "MEP",
1694               "format": "none",
1695               "gauge": {
1696                 "maxValue": 100,
1697                 "minValue": 0,
1698                 "show": false,
1699                 "thresholdLabels": false,
1700                 "thresholdMarkers": true
1701               },
1702               "gridPos": {
1703                 "h": 3,
1704                 "w": 8,
1705                 "x": 8,
1706                 "y": 24
1707               },
1708               "id": 33,
1709               "interval": null,
1710               "links": [],
1711               "mappingType": 1,
1712               "mappingTypes": [
1713                 {
1714                   "name": "value to text",
1715                   "value": 1
1716                 },
1717                 {
1718                   "name": "range to text",
1719                   "value": 2
1720                 }
1721               ],
1722               "maxDataPoints": 100,
1723               "nullPointMode": "connected",
1724               "nullText": null,
1725               "options": {},
1726               "postfix": "",
1727               "postfixFontSize": "50%",
1728               "prefix": "",
1729               "prefixFontSize": "50%",
1730               "rangeMaps": [
1731                 {
1732                   "from": "null",
1733                   "text": "N/A",
1734                   "to": "null"
1735                 }
1736               ],
1737               "sparkline": {
1738                 "fillColor": "rgba(78, 203, 42, 0.28)",
1739                 "full": false,
1740                 "lineColor": "#629e51",
1741                 "show": true
1742               },
1743               "tableColumn": "",
1744               "targets": [
1745                 {
1746                   "expr": "sum(kube_pod_status_phase{namespace=~\"$namespace\", phase=\"Succeeded\"})",
1747                   "format": "time_series",
1748                   "interval": "",
1749                   "intervalFactor": 1,
1750                   "refId": "A"
1751                 }
1752               ],
1753               "thresholds": "",
1754               "title": "Pods Succeeded",
1755               "type": "singlestat",
1756               "valueFontSize": "80%",
1757               "valueMaps": [
1758                 {
1759                   "op": "=",
1760                   "text": "N/A",
1761                   "value": "null"
1762                 }
1763               ],
1764               "valueName": "current"
1765             },
1766             {
1767               "cacheTimeout": null,
1768               "colorBackground": false,
1769               "colorValue": false,
1770               "colors": [
1771                 "#299c46",
1772                 "rgba(237, 129, 40, 0.89)",
1773                 "#d44a3a"
1774               ],
1775               "datasource": "MEP",
1776               "format": "none",
1777               "gauge": {
1778                 "maxValue": 100,
1779                 "minValue": 0,
1780                 "show": false,
1781                 "thresholdLabels": false,
1782                 "thresholdMarkers": true
1783               },
1784               "gridPos": {
1785                 "h": 3,
1786                 "w": 8,
1787                 "x": 16,
1788                 "y": 24
1789               },
1790               "id": 34,
1791               "interval": null,
1792               "links": [],
1793               "mappingType": 1,
1794               "mappingTypes": [
1795                 {
1796                   "name": "value to text",
1797                   "value": 1
1798                 },
1799                 {
1800                   "name": "range to text",
1801                   "value": 2
1802                 }
1803               ],
1804               "maxDataPoints": 100,
1805               "nullPointMode": "connected",
1806               "nullText": null,
1807               "options": {},
1808               "postfix": "",
1809               "postfixFontSize": "50%",
1810               "prefix": "",
1811               "prefixFontSize": "50%",
1812               "rangeMaps": [
1813                 {
1814                   "from": "null",
1815                   "text": "N/A",
1816                   "to": "null"
1817                 }
1818               ],
1819               "sparkline": {
1820                 "fillColor": "rgba(78, 203, 42, 0.28)",
1821                 "full": false,
1822                 "lineColor": "#629e51",
1823                 "show": true
1824               },
1825               "tableColumn": "",
1826               "targets": [
1827                 {
1828                   "expr": "sum(kube_pod_status_phase{namespace=~\"$namespace\", phase=\"Unknown\"})",
1829                   "format": "time_series",
1830                   "interval": "",
1831                   "intervalFactor": 1,
1832                   "refId": "A"
1833                 }
1834               ],
1835               "thresholds": "",
1836               "title": "Pods Unknown",
1837               "type": "singlestat",
1838               "valueFontSize": "80%",
1839               "valueMaps": [
1840                 {
1841                   "op": "=",
1842                   "text": "N/A",
1843                   "value": "null"
1844                 }
1845               ],
1846               "valueName": "current"
1847             },
1848             {
1849               "collapsed": false,
1850               "datasource": null,
1851               "gridPos": {
1852                 "h": 1,
1853                 "w": 24,
1854                 "x": 0,
1855                 "y": 27
1856               },
1857               "id": 36,
1858               "panels": [],
1859               "title": "Containers",
1860               "type": "row"
1861             },
1862             {
1863               "cacheTimeout": null,
1864               "colorBackground": false,
1865               "colorValue": false,
1866               "colors": [
1867                 "#299c46",
1868                 "rgba(237, 129, 40, 0.89)",
1869                 "#d44a3a"
1870               ],
1871               "datasource": "MEP",
1872               "format": "none",
1873               "gauge": {
1874                 "maxValue": 100,
1875                 "minValue": 0,
1876                 "show": false,
1877                 "thresholdLabels": false,
1878                 "thresholdMarkers": true
1879               },
1880               "gridPos": {
1881                 "h": 3,
1882                 "w": 6,
1883                 "x": 0,
1884                 "y": 28
1885               },
1886               "id": 38,
1887               "interval": null,
1888               "links": [],
1889               "mappingType": 1,
1890               "mappingTypes": [
1891                 {
1892                   "name": "value to text",
1893                   "value": 1
1894                 },
1895                 {
1896                   "name": "range to text",
1897                   "value": 2
1898                 }
1899               ],
1900               "maxDataPoints": 100,
1901               "nullPointMode": "connected",
1902               "nullText": null,
1903               "options": {},
1904               "postfix": "",
1905               "postfixFontSize": "50%",
1906               "prefix": "",
1907               "prefixFontSize": "50%",
1908               "rangeMaps": [
1909                 {
1910                   "from": "null",
1911                   "text": "N/A",
1912                   "to": "null"
1913                 }
1914               ],
1915               "sparkline": {
1916                 "fillColor": "rgba(31, 118, 189, 0.18)",
1917                 "full": false,
1918                 "lineColor": "rgb(31, 120, 193)",
1919                 "show": true
1920               },
1921               "tableColumn": "",
1922               "targets": [
1923                 {
1924                   "expr": "sum(kube_pod_container_status_running{namespace=~\"$namespace\"})",
1925                   "format": "time_series",
1926                   "intervalFactor": 1,
1927                   "refId": "A"
1928                 }
1929               ],
1930               "thresholds": "",
1931               "title": "Containers Running",
1932               "type": "singlestat",
1933               "valueFontSize": "80%",
1934               "valueMaps": [
1935                 {
1936                   "op": "=",
1937                   "text": "N/A",
1938                   "value": "null"
1939                 }
1940               ],
1941               "valueName": "current"
1942             },
1943             {
1944               "cacheTimeout": null,
1945               "colorBackground": false,
1946               "colorValue": false,
1947               "colors": [
1948                 "#299c46",
1949                 "rgba(237, 129, 40, 0.89)",
1950                 "#d44a3a"
1951               ],
1952               "datasource": "MEP",
1953               "format": "none",
1954               "gauge": {
1955                 "maxValue": 100,
1956                 "minValue": 0,
1957                 "show": false,
1958                 "thresholdLabels": false,
1959                 "thresholdMarkers": true
1960               },
1961               "gridPos": {
1962                 "h": 3,
1963                 "w": 6,
1964                 "x": 6,
1965                 "y": 28
1966               },
1967               "id": 39,
1968               "interval": null,
1969               "links": [],
1970               "mappingType": 1,
1971               "mappingTypes": [
1972                 {
1973                   "name": "value to text",
1974                   "value": 1
1975                 },
1976                 {
1977                   "name": "range to text",
1978                   "value": 2
1979                 }
1980               ],
1981               "maxDataPoints": 100,
1982               "nullPointMode": "connected",
1983               "nullText": null,
1984               "options": {},
1985               "postfix": "",
1986               "postfixFontSize": "50%",
1987               "prefix": "",
1988               "prefixFontSize": "50%",
1989               "rangeMaps": [
1990                 {
1991                   "from": "null",
1992                   "text": "N/A",
1993                   "to": "null"
1994                 }
1995               ],
1996               "sparkline": {
1997                 "fillColor": "rgba(31, 118, 189, 0.18)",
1998                 "full": false,
1999                 "lineColor": "rgb(31, 120, 193)",
2000                 "show": true
2001               },
2002               "tableColumn": "",
2003               "targets": [
2004                 {
2005                   "expr": "sum(kube_pod_container_status_waiting{namespace=~\"$namespace\"})",
2006                   "format": "time_series",
2007                   "intervalFactor": 1,
2008                   "refId": "A"
2009                 }
2010               ],
2011               "thresholds": "",
2012               "title": "Containers Waiting",
2013               "type": "singlestat",
2014               "valueFontSize": "80%",
2015               "valueMaps": [
2016                 {
2017                   "op": "=",
2018                   "text": "N/A",
2019                   "value": "null"
2020                 }
2021               ],
2022               "valueName": "current"
2023             },
2024             {
2025               "cacheTimeout": null,
2026               "colorBackground": false,
2027               "colorValue": false,
2028               "colors": [
2029                 "#299c46",
2030                 "rgba(237, 129, 40, 0.89)",
2031                 "#d44a3a"
2032               ],
2033               "datasource": "MEP",
2034               "format": "none",
2035               "gauge": {
2036                 "maxValue": 100,
2037                 "minValue": 0,
2038                 "show": false,
2039                 "thresholdLabels": false,
2040                 "thresholdMarkers": true
2041               },
2042               "gridPos": {
2043                 "h": 3,
2044                 "w": 6,
2045                 "x": 12,
2046                 "y": 28
2047               },
2048               "id": 40,
2049               "interval": null,
2050               "links": [],
2051               "mappingType": 1,
2052               "mappingTypes": [
2053                 {
2054                   "name": "value to text",
2055                   "value": 1
2056                 },
2057                 {
2058                   "name": "range to text",
2059                   "value": 2
2060                 }
2061               ],
2062               "maxDataPoints": 100,
2063               "nullPointMode": "connected",
2064               "nullText": null,
2065               "options": {},
2066               "postfix": "",
2067               "postfixFontSize": "50%",
2068               "prefix": "",
2069               "prefixFontSize": "50%",
2070               "rangeMaps": [
2071                 {
2072                   "from": "null",
2073                   "text": "N/A",
2074                   "to": "null"
2075                 }
2076               ],
2077               "sparkline": {
2078                 "fillColor": "rgba(31, 118, 189, 0.18)",
2079                 "full": false,
2080                 "lineColor": "rgb(31, 120, 193)",
2081                 "show": true
2082               },
2083               "tableColumn": "",
2084               "targets": [
2085                 {
2086                   "expr": "sum(kube_pod_container_status_terminated{namespace=~\"$namespace\"})",
2087                   "format": "time_series",
2088                   "intervalFactor": 1,
2089                   "refId": "A"
2090                 }
2091               ],
2092               "thresholds": "",
2093               "title": "Containers Terminated",
2094               "type": "singlestat",
2095               "valueFontSize": "80%",
2096               "valueMaps": [
2097                 {
2098                   "op": "=",
2099                   "text": "N/A",
2100                   "value": "null"
2101                 }
2102               ],
2103               "valueName": "current"
2104             },
2105             {
2106               "cacheTimeout": null,
2107               "colorBackground": false,
2108               "colorValue": false,
2109               "colors": [
2110                 "#299c46",
2111                 "rgba(237, 129, 40, 0.89)",
2112                 "#d44a3a"
2113               ],
2114               "datasource": "MEP",
2115               "format": "none",
2116               "gauge": {
2117                 "maxValue": 100,
2118                 "minValue": 0,
2119                 "show": false,
2120                 "thresholdLabels": false,
2121                 "thresholdMarkers": true
2122               },
2123               "gridPos": {
2124                 "h": 3,
2125                 "w": 6,
2126                 "x": 18,
2127                 "y": 28
2128               },
2129               "id": 41,
2130               "interval": null,
2131               "links": [],
2132               "mappingType": 1,
2133               "mappingTypes": [
2134                 {
2135                   "name": "value to text",
2136                   "value": 1
2137                 },
2138                 {
2139                   "name": "range to text",
2140                   "value": 2
2141                 }
2142               ],
2143               "maxDataPoints": 100,
2144               "nullPointMode": "connected",
2145               "nullText": null,
2146               "options": {},
2147               "postfix": "",
2148               "postfixFontSize": "50%",
2149               "prefix": "",
2150               "prefixFontSize": "50%",
2151               "rangeMaps": [
2152                 {
2153                   "from": "null",
2154                   "text": "N/A",
2155                   "to": "null"
2156                 }
2157               ],
2158               "sparkline": {
2159                 "fillColor": "rgba(31, 118, 189, 0.18)",
2160                 "full": false,
2161                 "lineColor": "rgb(31, 120, 193)",
2162                 "show": true
2163               },
2164               "tableColumn": "",
2165               "targets": [
2166                 {
2167                   "expr": "sum(delta(kube_pod_container_status_restarts_total{namespace=\"kube-system\"}[30m]))",
2168                   "format": "time_series",
2169                   "intervalFactor": 1,
2170                   "refId": "A"
2171                 }
2172               ],
2173               "thresholds": "",
2174               "title": "Containers Restarts (Last 30 Minutes)",
2175               "type": "singlestat",
2176               "valueFontSize": "80%",
2177               "valueMaps": [
2178                 {
2179                   "op": "=",
2180                   "text": "N/A",
2181                   "value": "null"
2182                 }
2183               ],
2184               "valueName": "current"
2185             },
2186             {
2187               "cacheTimeout": null,
2188               "colorBackground": false,
2189               "colorValue": false,
2190               "colors": [
2191                 "#299c46",
2192                 "rgba(237, 129, 40, 0.89)",
2193                 "#d44a3a"
2194               ],
2195               "datasource": "MEP",
2196               "format": "none",
2197               "gauge": {
2198                 "maxValue": 100,
2199                 "minValue": 0,
2200                 "show": false,
2201                 "thresholdLabels": false,
2202                 "thresholdMarkers": true
2203               },
2204               "gridPos": {
2205                 "h": 3,
2206                 "w": 12,
2207                 "x": 0,
2208                 "y": 31
2209               },
2210               "id": 43,
2211               "interval": null,
2212               "links": [],
2213               "mappingType": 1,
2214               "mappingTypes": [
2215                 {
2216                   "name": "value to text",
2217                   "value": 1
2218                 },
2219                 {
2220                   "name": "range to text",
2221                   "value": 2
2222                 }
2223               ],
2224               "maxDataPoints": 100,
2225               "nullPointMode": "connected",
2226               "nullText": null,
2227               "options": {},
2228               "postfix": "",
2229               "postfixFontSize": "50%",
2230               "prefix": "",
2231               "prefixFontSize": "50%",
2232               "rangeMaps": [
2233                 {
2234                   "from": "null",
2235                   "text": "N/A",
2236                   "to": "null"
2237                 }
2238               ],
2239               "sparkline": {
2240                 "fillColor": "rgba(31, 118, 189, 0.18)",
2241                 "full": false,
2242                 "lineColor": "rgb(31, 120, 193)",
2243                 "show": true
2244               },
2245               "tableColumn": "",
2246               "targets": [
2247                 {
2248                   "expr": "sum(kube_pod_container_resource_requests_cpu_cores{kubernetes_namespace=~\"$namespace\", node=~\"$node\"})",
2249                   "format": "time_series",
2250                   "intervalFactor": 1,
2251                   "refId": "A"
2252                 }
2253               ],
2254               "thresholds": "",
2255               "title": "CPU Cores Requested by Containers",
2256               "type": "singlestat",
2257               "valueFontSize": "80%",
2258               "valueMaps": [
2259                 {
2260                   "op": "=",
2261                   "text": "N/A",
2262                   "value": "null"
2263                 }
2264               ],
2265               "valueName": "current"
2266             },
2267             {
2268               "cacheTimeout": null,
2269               "colorBackground": false,
2270               "colorValue": false,
2271               "colors": [
2272                 "#299c46",
2273                 "rgba(237, 129, 40, 0.89)",
2274                 "#d44a3a"
2275               ],
2276               "datasource": "MEP",
2277               "format": "decbytes",
2278               "gauge": {
2279                 "maxValue": 100,
2280                 "minValue": 0,
2281                 "show": false,
2282                 "thresholdLabels": false,
2283                 "thresholdMarkers": true
2284               },
2285               "gridPos": {
2286                 "h": 3,
2287                 "w": 12,
2288                 "x": 12,
2289                 "y": 31
2290               },
2291               "id": 42,
2292               "interval": null,
2293               "links": [],
2294               "mappingType": 1,
2295               "mappingTypes": [
2296                 {
2297                   "name": "value to text",
2298                   "value": 1
2299                 },
2300                 {
2301                   "name": "range to text",
2302                   "value": 2
2303                 }
2304               ],
2305               "maxDataPoints": 100,
2306               "nullPointMode": "connected",
2307               "nullText": null,
2308               "options": {},
2309               "postfix": "",
2310               "postfixFontSize": "50%",
2311               "prefix": "",
2312               "prefixFontSize": "50%",
2313               "rangeMaps": [
2314                 {
2315                   "from": "null",
2316                   "text": "N/A",
2317                   "to": "null"
2318                 }
2319               ],
2320               "sparkline": {
2321                 "fillColor": "rgba(31, 118, 189, 0.18)",
2322                 "full": false,
2323                 "lineColor": "rgb(31, 120, 193)",
2324                 "show": true
2325               },
2326               "tableColumn": "",
2327               "targets": [
2328                 {
2329                   "expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=~\"kube-system\", node=~\"$node\"})",
2330                   "format": "time_series",
2331                   "intervalFactor": 1,
2332                   "refId": "A"
2333                 }
2334               ],
2335               "thresholds": "",
2336               "title": "Memory Requested By Containers",
2337               "type": "singlestat",
2338               "valueFontSize": "80%",
2339               "valueMaps": [
2340                 {
2341                   "op": "=",
2342                   "text": "N/A",
2343                   "value": "null"
2344                 }
2345               ],
2346               "valueName": "current"
2347             }
2348           ],
2349           "refresh": false,
2350           "schemaVersion": 20,
2351           "style": "dark",
2352           "tags": [
2353             "kubernetes",
2354             "kubernetes-app"
2355           ],
2356           "templating": {
2357             "list": [
2358               {
2359                 "current": {
2360                   "text": "No data sources found",
2361                   "value": ""
2362                 },
2363                 "hide": 2,
2364                 "includeAll": false,
2365                 "label": "",
2366                 "multi": false,
2367                 "name": "datasource",
2368                 "options": [],
2369                 "query": "prometheus",
2370                 "refresh": 1,
2371                 "regex": "/$ds/",
2372                 "skipUrlSync": false,
2373                 "type": "datasource"
2374               },
2375               {
2376                 "allValue": ".*",
2377                 "current": {
2378                   "tags": [],
2379                   "text": "All",
2380                   "value": "$__all"
2381                 },
2382                 "datasource": "MEP",
2383                 "definition": "label_values(kube_pod_info, kubernetes_node)",
2384                 "hide": 0,
2385                 "includeAll": true,
2386                 "label": null,
2387                 "multi": false,
2388                 "name": "node",
2389                 "options": [],
2390                 "query": "label_values(kube_pod_info, kubernetes_node)",
2391                 "refresh": 2,
2392                 "regex": "",
2393                 "skipUrlSync": false,
2394                 "sort": 0,
2395                 "tagValuesQuery": "",
2396                 "tags": [],
2397                 "tagsQuery": "",
2398                 "type": "query",
2399                 "useTags": false
2400               },
2401               {
2402                 "allValue": ".*",
2403                 "current": {
2404                   "text": "All",
2405                   "value": "$__all"
2406                 },
2407                 "datasource": "MEP",
2408                 "definition": "label_values(kube_pod_info, kubernetes_namespace)",
2409                 "hide": 0,
2410                 "includeAll": true,
2411                 "label": null,
2412                 "multi": false,
2413                 "name": "namespace",
2414                 "options": [],
2415                 "query": "label_values(kube_pod_info, kubernetes_namespace)",
2416                 "refresh": 2,
2417                 "regex": "",
2418                 "skipUrlSync": false,
2419                 "sort": 0,
2420                 "tagValuesQuery": "",
2421                 "tags": [],
2422                 "tagsQuery": "",
2423                 "type": "query",
2424                 "useTags": false
2425               }
2426             ]
2427           },
2428           "time": {
2429             "from": "now-30m",
2430             "to": "now"
2431           },
2432           "timepicker": {
2433             "refresh_intervals": [
2434               "5s",
2435               "10s",
2436               "30s",
2437               "1m",
2438               "5m",
2439               "15m",
2440               "30m",
2441               "1h",
2442               "2h",
2443               "1d"
2444             ],
2445             "time_options": [
2446               "5m",
2447               "15m",
2448               "1h",
2449               "6h",
2450               "12h",
2451               "24h",
2452               "2d",
2453               "7d",
2454               "30d"
2455             ]
2456           },
2457           "timezone": "browser",
2458           "title": "MEP Cluster Metrics",
2459           "uid": "4XuMd2Iiz",
2460           "version": 10
2461         }
2462     pod-metrics:
2463       json: |
2464         {
2465           "annotations": {
2466             "list": [
2467               {
2468                 "builtIn": 1,
2469                 "datasource": "-- Grafana --",
2470                 "enable": true,
2471                 "hide": true,
2472                 "iconColor": "rgba(0, 211, 255, 1)",
2473                 "name": "Annotations & Alerts",
2474                 "type": "dashboard"
2475               }
2476             ]
2477           },
2478           "description": "A dashboard to view pod metrics by namespace and pod names.\r\n\r\nUse this Helm chart to launch Grafana into a Kubernetes cluster. It will include this dashboard and many more dashboards to give you visibility into the Kubernetes Cluster. (https://github.com/sekka1/cloud-public/tree/master/kubernetes/pods/grafana-helm)",
2479           "editable": true,
2480           "gnetId": 6336,
2481           "graphTooltip": 0,
2482           "id": 4,
2483           "iteration": 1574675785610,
2484           "links": [],
2485           "panels": [
2486             {
2487               "aliasColors": {},
2488               "bars": false,
2489               "dashLength": 10,
2490               "dashes": false,
2491               "datasource": "MEP",
2492               "fill": 1,
2493               "fillGradient": 0,
2494               "gridPos": {
2495                 "h": 9,
2496                 "w": 23,
2497                 "x": 0,
2498                 "y": 0
2499               },
2500               "id": 2,
2501               "legend": {
2502                 "avg": false,
2503                 "current": false,
2504                 "max": false,
2505                 "min": false,
2506                 "show": true,
2507                 "total": false,
2508                 "values": false
2509               },
2510               "lines": true,
2511               "linewidth": 1,
2512               "links": [],
2513               "nullPointMode": "null",
2514               "options": {
2515                 "dataLinks": []
2516               },
2517               "percentage": false,
2518               "pointradius": 5,
2519               "points": false,
2520               "renderer": "flot",
2521               "seriesOverrides": [],
2522               "spaceLength": 10,
2523               "stack": false,
2524               "steppedLine": false,
2525               "targets": [
2526                 {
2527                   "expr": "avg(irate(container_cpu_usage_seconds_total{pod!=\"\", pod=~\"[[pod_name]].*\", namespace=~\"[[namespace]].*\"}[5m]) * 100) by (pod)",
2528                   "format": "time_series",
2529                   "hide": false,
2530                   "intervalFactor": 1,
2531                   "legendFormat": "",
2532                   "refId": "A"
2533                 }
2534               ],
2535               "thresholds": [],
2536               "timeFrom": null,
2537               "timeRegions": [],
2538               "timeShift": null,
2539               "title": "CPU",
2540               "tooltip": {
2541                 "shared": true,
2542                 "sort": 0,
2543                 "value_type": "individual"
2544               },
2545               "type": "graph",
2546               "xaxis": {
2547                 "buckets": null,
2548                 "mode": "time",
2549                 "name": null,
2550                 "show": true,
2551                 "values": []
2552               },
2553               "yaxes": [
2554                 {
2555                   "format": "short",
2556                   "label": null,
2557                   "logBase": 1,
2558                   "max": null,
2559                   "min": null,
2560                   "show": true
2561                 },
2562                 {
2563                   "format": "short",
2564                   "label": null,
2565                   "logBase": 1,
2566                   "max": null,
2567                   "min": null,
2568                   "show": true
2569                 }
2570               ],
2571               "yaxis": {
2572                 "align": false,
2573                 "alignLevel": null
2574               }
2575             },
2576             {
2577               "aliasColors": {},
2578               "bars": false,
2579               "dashLength": 10,
2580               "dashes": false,
2581               "datasource": "MEP",
2582               "fill": 1,
2583               "fillGradient": 0,
2584               "gridPos": {
2585                 "h": 10,
2586                 "w": 23,
2587                 "x": 0,
2588                 "y": 9
2589               },
2590               "id": 4,
2591               "legend": {
2592                 "avg": false,
2593                 "current": false,
2594                 "max": false,
2595                 "min": false,
2596                 "show": true,
2597                 "total": false,
2598                 "values": false
2599               },
2600               "lines": true,
2601               "linewidth": 1,
2602               "links": [],
2603               "nullPointMode": "null",
2604               "options": {
2605                 "dataLinks": []
2606               },
2607               "percentage": false,
2608               "pointradius": 5,
2609               "points": false,
2610               "renderer": "flot",
2611               "seriesOverrides": [],
2612               "spaceLength": 10,
2613               "stack": false,
2614               "steppedLine": false,
2615               "targets": [
2616                 {
2617                   "expr": "sum (container_memory_working_set_bytes{pod!=\"\", pod=~\"[[pod_name]].*\", namespace=~\"[[namespace]].*\"}) by (pod)",
2618                   "format": "time_series",
2619                   "intervalFactor": 1,
2620                   "refId": "A"
2621                 }
2622               ],
2623               "thresholds": [],
2624               "timeFrom": null,
2625               "timeRegions": [],
2626               "timeShift": null,
2627               "title": "Memory",
2628               "tooltip": {
2629                 "shared": true,
2630                 "sort": 0,
2631                 "value_type": "individual"
2632               },
2633               "type": "graph",
2634               "xaxis": {
2635                 "buckets": null,
2636                 "mode": "time",
2637                 "name": null,
2638                 "show": true,
2639                 "values": []
2640               },
2641               "yaxes": [
2642                 {
2643                   "format": "short",
2644                   "label": null,
2645                   "logBase": 1,
2646                   "max": null,
2647                   "min": null,
2648                   "show": true
2649                 },
2650                 {
2651                   "format": "short",
2652                   "label": null,
2653                   "logBase": 1,
2654                   "max": null,
2655                   "min": null,
2656                   "show": true
2657                 }
2658               ],
2659               "yaxis": {
2660                 "align": false,
2661                 "alignLevel": null
2662               }
2663             }
2664           ],
2665           "refresh": false,
2666           "schemaVersion": 20,
2667           "style": "dark",
2668           "tags": [],
2669           "templating": {
2670             "list": [
2671               {
2672                 "allValue": ".*",
2673                 "current": {
2674                   "tags": [],
2675                   "text": "All",
2676                   "value": "$__all"
2677                 },
2678                 "datasource": "MEP",
2679                 "definition": "label_values(kube_pod_info, kubernetes_namespace)",
2680                 "hide": 0,
2681                 "includeAll": true,
2682                 "label": null,
2683                 "multi": false,
2684                 "name": "namespace",
2685                 "options": [],
2686                 "query": "label_values(kube_pod_info, kubernetes_namespace)",
2687                 "refresh": 2,
2688                 "regex": "",
2689                 "skipUrlSync": false,
2690                 "sort": 0,
2691                 "tagValuesQuery": "",
2692                 "tags": [],
2693                 "tagsQuery": "",
2694                 "type": "query",
2695                 "useTags": false
2696               },
2697               {
2698                 "allValue": ".*",
2699                 "current": {
2700                   "text": "All",
2701                   "value": "$__all"
2702                 },
2703                 "datasource": "MEP",
2704                 "definition": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)",
2705                 "hide": 0,
2706                 "includeAll": true,
2707                 "label": null,
2708                 "multi": false,
2709                 "name": "pod_name",
2710                 "options": [],
2711                 "query": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)",
2712                 "refresh": 2,
2713                 "regex": "",
2714                 "skipUrlSync": false,
2715                 "sort": 0,
2716                 "tagValuesQuery": "",
2717                 "tags": [],
2718                 "tagsQuery": "",
2719                 "type": "query",
2720                 "useTags": false
2721               }
2722             ]
2723           },
2724           "time": {
2725             "from": "now-1h",
2726             "to": "now"
2727           },
2728           "timepicker": {
2729             "refresh_intervals": [
2730               "5s",
2731               "10s",
2732               "30s",
2733               "1m",
2734               "5m",
2735               "15m",
2736               "30m",
2737               "1h",
2738               "2h",
2739               "1d"
2740             ],
2741             "time_options": [
2742               "5m",
2743               "15m",
2744               "1h",
2745               "6h",
2746               "12h",
2747               "24h",
2748               "2d",
2749               "7d",
2750               "30d"
2751             ]
2752           },
2753           "timezone": "",
2754           "title": "MEP Pods Metrics",
2755           "uid": "-7mPcYniz",
2756           "version": 10
2757         }