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