Helm charts for Distributed Edge Analytics.
[demo.git] / vnfs / DAaaS / prometheus-operator / templates / grafana / dashboards / nodes.yaml
1 # Generated from 'nodes' from https://raw.githubusercontent.com/coreos/prometheus-operator/master/contrib/kube-prometheus/manifests/grafana-dashboardDefinitions.yaml
2 {{- if and .Values.grafana.enabled .Values.grafana.defaultDashboardsEnabled }}
3 apiVersion: v1
4 kind: ConfigMap
5 metadata:
6   name: {{ printf "%s-%s" (include "prometheus-operator.fullname" $) "nodes" | trunc 63 | trimSuffix "-" }}
7   labels:
8     {{- if $.Values.grafana.sidecar.dashboards.label }}
9     {{ $.Values.grafana.sidecar.dashboards.label }}: "1"
10     {{- end }}
11     app: {{ template "prometheus-operator.name" $ }}-grafana
12 {{ include "prometheus-operator.labels" $ | indent 4 }}
13 data:
14   nodes.json: |-
15     {
16         "annotations": {
17             "list": [
18
19             ]
20         },
21         "editable": false,
22         "gnetId": null,
23         "graphTooltip": 0,
24         "hideControls": false,
25         "id": null,
26         "links": [
27
28         ],
29         "refresh": "",
30         "rows": [
31             {
32                 "collapse": false,
33                 "collapsed": false,
34                 "panels": [
35                     {
36                         "aliasColors": {
37
38                         },
39                         "bars": false,
40                         "dashLength": 10,
41                         "dashes": false,
42                         "datasource": "$datasource",
43                         "fill": 1,
44                         "gridPos": {
45
46                         },
47                         "id": 2,
48                         "legend": {
49                             "alignAsTable": false,
50                             "avg": false,
51                             "current": false,
52                             "max": false,
53                             "min": false,
54                             "rightSide": false,
55                             "show": true,
56                             "total": false,
57                             "values": false
58                         },
59                         "lines": true,
60                         "linewidth": 1,
61                         "links": [
62
63                         ],
64                         "nullPointMode": "null",
65                         "percentage": false,
66                         "pointradius": 5,
67                         "points": false,
68                         "renderer": "flot",
69                         "repeat": null,
70                         "seriesOverrides": [
71
72                         ],
73                         "spaceLength": 10,
74                         "span": 6,
75                         "stack": false,
76                         "steppedLine": false,
77                         "targets": [
78                             {
79                                 "expr": "max(node_load1{job=\"node-exporter\", instance=\"$instance\"})",
80                                 "format": "time_series",
81                                 "intervalFactor": 2,
82                                 "legendFormat": "load 1m",
83                                 "refId": "A"
84                             },
85                             {
86                                 "expr": "max(node_load5{job=\"node-exporter\", instance=\"$instance\"})",
87                                 "format": "time_series",
88                                 "intervalFactor": 2,
89                                 "legendFormat": "load 5m",
90                                 "refId": "B"
91                             },
92                             {
93                                 "expr": "max(node_load15{job=\"node-exporter\", instance=\"$instance\"})",
94                                 "format": "time_series",
95                                 "intervalFactor": 2,
96                                 "legendFormat": "load 15m",
97                                 "refId": "C"
98                             }
99                         ],
100                         "thresholds": [
101
102                         ],
103                         "timeFrom": null,
104                         "timeShift": null,
105                         "title": "System load",
106                         "tooltip": {
107                             "shared": true,
108                             "sort": 0,
109                             "value_type": "individual"
110                         },
111                         "type": "graph",
112                         "xaxis": {
113                             "buckets": null,
114                             "mode": "time",
115                             "name": null,
116                             "show": true,
117                             "values": [
118
119                             ]
120                         },
121                         "yaxes": [
122                             {
123                                 "format": "short",
124                                 "label": null,
125                                 "logBase": 1,
126                                 "max": null,
127                                 "min": null,
128                                 "show": true
129                             },
130                             {
131                                 "format": "short",
132                                 "label": null,
133                                 "logBase": 1,
134                                 "max": null,
135                                 "min": null,
136                                 "show": true
137                             }
138                         ]
139                     },
140                     {
141                         "aliasColors": {
142
143                         },
144                         "bars": false,
145                         "dashLength": 10,
146                         "dashes": false,
147                         "datasource": "$datasource",
148                         "fill": 1,
149                         "gridPos": {
150
151                         },
152                         "id": 3,
153                         "legend": {
154                             "alignAsTable": false,
155                             "avg": false,
156                             "current": false,
157                             "max": false,
158                             "min": false,
159                             "rightSide": false,
160                             "show": true,
161                             "total": false,
162                             "values": false
163                         },
164                         "lines": true,
165                         "linewidth": 1,
166                         "links": [
167
168                         ],
169                         "nullPointMode": "null",
170                         "percentage": false,
171                         "pointradius": 5,
172                         "points": false,
173                         "renderer": "flot",
174                         "repeat": null,
175                         "seriesOverrides": [
176
177                         ],
178                         "spaceLength": 10,
179                         "span": 6,
180                         "stack": false,
181                         "steppedLine": false,
182                         "targets": [
183                             {
184                                 "expr": "sum by (cpu) (irate(node_cpu_seconds_total{job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[5m]))",
185                                 "format": "time_series",
186                                 "intervalFactor": 2,
187                                 "legendFormat": "{{`{{cpu}}`}}",
188                                 "refId": "A"
189                             }
190                         ],
191                         "thresholds": [
192
193                         ],
194                         "timeFrom": null,
195                         "timeShift": null,
196                         "title": "Usage Per Core",
197                         "tooltip": {
198                             "shared": true,
199                             "sort": 0,
200                             "value_type": "individual"
201                         },
202                         "type": "graph",
203                         "xaxis": {
204                             "buckets": null,
205                             "mode": "time",
206                             "name": null,
207                             "show": true,
208                             "values": [
209
210                             ]
211                         },
212                         "yaxes": [
213                             {
214                                 "format": "percentunit",
215                                 "label": null,
216                                 "logBase": 1,
217                                 "max": null,
218                                 "min": null,
219                                 "show": true
220                             },
221                             {
222                                 "format": "percentunit",
223                                 "label": null,
224                                 "logBase": 1,
225                                 "max": null,
226                                 "min": null,
227                                 "show": true
228                             }
229                         ]
230                     }
231                 ],
232                 "repeat": null,
233                 "repeatIteration": null,
234                 "repeatRowId": null,
235                 "showTitle": false,
236                 "title": "Dashboard Row",
237                 "titleSize": "h6",
238                 "type": "row"
239             },
240             {
241                 "collapse": false,
242                 "collapsed": false,
243                 "panels": [
244                     {
245                         "aliasColors": {
246
247                         },
248                         "bars": false,
249                         "dashLength": 10,
250                         "dashes": false,
251                         "datasource": "$datasource",
252                         "fill": 1,
253                         "gridPos": {
254
255                         },
256                         "id": 4,
257                         "legend": {
258                             "alignAsTable": "true",
259                             "avg": "true",
260                             "current": "true",
261                             "max": "false",
262                             "min": "false",
263                             "rightSide": "true",
264                             "show": "true",
265                             "total": "false",
266                             "values": "true"
267                         },
268                         "lines": true,
269                         "linewidth": 1,
270                         "links": [
271
272                         ],
273                         "nullPointMode": "null",
274                         "percentage": false,
275                         "pointradius": 5,
276                         "points": false,
277                         "renderer": "flot",
278                         "repeat": null,
279                         "seriesOverrides": [
280
281                         ],
282                         "spaceLength": 10,
283                         "span": 9,
284                         "stack": false,
285                         "steppedLine": false,
286                         "targets": [
287                             {
288                                 "expr": "max (sum by (cpu) (irate(node_cpu_seconds_total{job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[2m])) ) * 100\n",
289                                 "format": "time_series",
290                                 "intervalFactor": 10,
291                                 "legendFormat": "{{`{{ cpu }}`}}",
292                                 "refId": "A"
293                             }
294                         ],
295                         "thresholds": [
296
297                         ],
298                         "timeFrom": null,
299                         "timeShift": null,
300                         "title": "CPU Utilizaion",
301                         "tooltip": {
302                             "shared": true,
303                             "sort": 0,
304                             "value_type": "individual"
305                         },
306                         "type": "graph",
307                         "xaxis": {
308                             "buckets": null,
309                             "mode": "time",
310                             "name": null,
311                             "show": true,
312                             "values": [
313
314                             ]
315                         },
316                         "yaxes": [
317                             {
318                                 "format": "percent",
319                                 "label": null,
320                                 "logBase": 1,
321                                 "max": 100,
322                                 "min": 0,
323                                 "show": true
324                             },
325                             {
326                                 "format": "percent",
327                                 "label": null,
328                                 "logBase": 1,
329                                 "max": 100,
330                                 "min": 0,
331                                 "show": true
332                             }
333                         ]
334                     },
335                     {
336                         "cacheTimeout": null,
337                         "colorBackground": false,
338                         "colorValue": false,
339                         "colors": [
340                             "rgba(50, 172, 45, 0.97)",
341                             "rgba(237, 129, 40, 0.89)",
342                             "rgba(245, 54, 54, 0.9)"
343                         ],
344                         "datasource": "$datasource",
345                         "format": "percent",
346                         "gauge": {
347                             "maxValue": 100,
348                             "minValue": 0,
349                             "show": true,
350                             "thresholdLabels": false,
351                             "thresholdMarkers": true
352                         },
353                         "gridPos": {
354
355                         },
356                         "id": 5,
357                         "interval": null,
358                         "links": [
359
360                         ],
361                         "mappingType": 1,
362                         "mappingTypes": [
363                             {
364                                 "name": "value to text",
365                                 "value": 1
366                             },
367                             {
368                                 "name": "range to text",
369                                 "value": 2
370                             }
371                         ],
372                         "maxDataPoints": 100,
373                         "nullPointMode": "connected",
374                         "nullText": null,
375                         "postfix": "",
376                         "postfixFontSize": "50%",
377                         "prefix": "",
378                         "prefixFontSize": "50%",
379                         "rangeMaps": [
380                             {
381                                 "from": "null",
382                                 "text": "N/A",
383                                 "to": "null"
384                             }
385                         ],
386                         "span": 3,
387                         "sparkline": {
388                             "fillColor": "rgba(31, 118, 189, 0.18)",
389                             "full": false,
390                             "lineColor": "rgb(31, 120, 193)",
391                             "show": false
392                         },
393                         "tableColumn": "",
394                         "targets": [
395                             {
396                                 "expr": "avg(sum by (cpu) (irate(node_cpu_seconds_total{job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[2m]))) * 100\n",
397                                 "format": "time_series",
398                                 "intervalFactor": 2,
399                                 "legendFormat": "",
400                                 "refId": "A"
401                             }
402                         ],
403                         "thresholds": "80, 90",
404                         "title": "CPU Usage",
405                         "type": "singlestat",
406                         "valueFontSize": "80%",
407                         "valueMaps": [
408                             {
409                                 "op": "=",
410                                 "text": "N/A",
411                                 "value": "null"
412                             }
413                         ],
414                         "valueName": "current"
415                     }
416                 ],
417                 "repeat": null,
418                 "repeatIteration": null,
419                 "repeatRowId": null,
420                 "showTitle": false,
421                 "title": "Dashboard Row",
422                 "titleSize": "h6",
423                 "type": "row"
424             },
425             {
426                 "collapse": false,
427                 "collapsed": false,
428                 "panels": [
429                     {
430                         "aliasColors": {
431
432                         },
433                         "bars": false,
434                         "dashLength": 10,
435                         "dashes": false,
436                         "datasource": "$datasource",
437                         "fill": 1,
438                         "gridPos": {
439
440                         },
441                         "id": 6,
442                         "legend": {
443                             "alignAsTable": false,
444                             "avg": false,
445                             "current": false,
446                             "max": false,
447                             "min": false,
448                             "rightSide": false,
449                             "show": true,
450                             "total": false,
451                             "values": false
452                         },
453                         "lines": true,
454                         "linewidth": 1,
455                         "links": [
456
457                         ],
458                         "nullPointMode": "null",
459                         "percentage": false,
460                         "pointradius": 5,
461                         "points": false,
462                         "renderer": "flot",
463                         "repeat": null,
464                         "seriesOverrides": [
465
466                         ],
467                         "spaceLength": 10,
468                         "span": 9,
469                         "stack": false,
470                         "steppedLine": false,
471                         "targets": [
472                             {
473                                 "expr": "max(\n  node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n  - node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"}\n  - node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"}\n  - node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"}\n)\n",
474                                 "format": "time_series",
475                                 "intervalFactor": 2,
476                                 "legendFormat": "memory used",
477                                 "refId": "A"
478                             },
479                             {
480                                 "expr": "max(node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"})",
481                                 "format": "time_series",
482                                 "intervalFactor": 2,
483                                 "legendFormat": "memory buffers",
484                                 "refId": "B"
485                             },
486                             {
487                                 "expr": "max(node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"})",
488                                 "format": "time_series",
489                                 "intervalFactor": 2,
490                                 "legendFormat": "memory cached",
491                                 "refId": "C"
492                             },
493                             {
494                                 "expr": "max(node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"})",
495                                 "format": "time_series",
496                                 "intervalFactor": 2,
497                                 "legendFormat": "memory free",
498                                 "refId": "D"
499                             }
500                         ],
501                         "thresholds": [
502
503                         ],
504                         "timeFrom": null,
505                         "timeShift": null,
506                         "title": "Memory Usage",
507                         "tooltip": {
508                             "shared": true,
509                             "sort": 0,
510                             "value_type": "individual"
511                         },
512                         "type": "graph",
513                         "xaxis": {
514                             "buckets": null,
515                             "mode": "time",
516                             "name": null,
517                             "show": true,
518                             "values": [
519
520                             ]
521                         },
522                         "yaxes": [
523                             {
524                                 "format": "bytes",
525                                 "label": null,
526                                 "logBase": 1,
527                                 "max": null,
528                                 "min": null,
529                                 "show": true
530                             },
531                             {
532                                 "format": "bytes",
533                                 "label": null,
534                                 "logBase": 1,
535                                 "max": null,
536                                 "min": null,
537                                 "show": true
538                             }
539                         ]
540                     },
541                     {
542                         "cacheTimeout": null,
543                         "colorBackground": false,
544                         "colorValue": false,
545                         "colors": [
546                             "rgba(50, 172, 45, 0.97)",
547                             "rgba(237, 129, 40, 0.89)",
548                             "rgba(245, 54, 54, 0.9)"
549                         ],
550                         "datasource": "$datasource",
551                         "format": "percent",
552                         "gauge": {
553                             "maxValue": 100,
554                             "minValue": 0,
555                             "show": true,
556                             "thresholdLabels": false,
557                             "thresholdMarkers": true
558                         },
559                         "gridPos": {
560
561                         },
562                         "id": 7,
563                         "interval": null,
564                         "links": [
565
566                         ],
567                         "mappingType": 1,
568                         "mappingTypes": [
569                             {
570                                 "name": "value to text",
571                                 "value": 1
572                             },
573                             {
574                                 "name": "range to text",
575                                 "value": 2
576                             }
577                         ],
578                         "maxDataPoints": 100,
579                         "nullPointMode": "connected",
580                         "nullText": null,
581                         "postfix": "",
582                         "postfixFontSize": "50%",
583                         "prefix": "",
584                         "prefixFontSize": "50%",
585                         "rangeMaps": [
586                             {
587                                 "from": "null",
588                                 "text": "N/A",
589                                 "to": "null"
590                             }
591                         ],
592                         "span": 3,
593                         "sparkline": {
594                             "fillColor": "rgba(31, 118, 189, 0.18)",
595                             "full": false,
596                             "lineColor": "rgb(31, 120, 193)",
597                             "show": false
598                         },
599                         "tableColumn": "",
600                         "targets": [
601                             {
602                                 "expr": "max(\n  (\n    (\n      node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n    - node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"}\n    - node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"}\n    - node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"}\n    )\n    / node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n  ) * 100)\n",
603                                 "format": "time_series",
604                                 "intervalFactor": 2,
605                                 "legendFormat": "",
606                                 "refId": "A"
607                             }
608                         ],
609                         "thresholds": "80, 90",
610                         "title": "Memory Usage",
611                         "type": "singlestat",
612                         "valueFontSize": "80%",
613                         "valueMaps": [
614                             {
615                                 "op": "=",
616                                 "text": "N/A",
617                                 "value": "null"
618                             }
619                         ],
620                         "valueName": "current"
621                     }
622                 ],
623                 "repeat": null,
624                 "repeatIteration": null,
625                 "repeatRowId": null,
626                 "showTitle": false,
627                 "title": "Dashboard Row",
628                 "titleSize": "h6",
629                 "type": "row"
630             },
631             {
632                 "collapse": false,
633                 "collapsed": false,
634                 "panels": [
635                     {
636                         "aliasColors": {
637
638                         },
639                         "bars": false,
640                         "dashLength": 10,
641                         "dashes": false,
642                         "datasource": "$datasource",
643                         "fill": 1,
644                         "gridPos": {
645
646                         },
647                         "id": 8,
648                         "legend": {
649                             "alignAsTable": false,
650                             "avg": false,
651                             "current": false,
652                             "max": false,
653                             "min": false,
654                             "rightSide": false,
655                             "show": true,
656                             "total": false,
657                             "values": false
658                         },
659                         "lines": true,
660                         "linewidth": 1,
661                         "links": [
662
663                         ],
664                         "nullPointMode": "null",
665                         "percentage": false,
666                         "pointradius": 5,
667                         "points": false,
668                         "renderer": "flot",
669                         "repeat": null,
670                         "seriesOverrides": [
671                             {
672                                 "alias": "read",
673                                 "yaxis": 1
674                             },
675                             {
676                                 "alias": "io time",
677                                 "yaxis": 2
678                             }
679                         ],
680                         "spaceLength": 10,
681                         "span": 6,
682                         "stack": false,
683                         "steppedLine": false,
684                         "targets": [
685                             {
686                                 "expr": "max(rate(node_disk_read_bytes_total{job=\"node-exporter\", instance=\"$instance\"}[2m]))",
687                                 "format": "time_series",
688                                 "intervalFactor": 2,
689                                 "legendFormat": "read",
690                                 "refId": "A"
691                             },
692                             {
693                                 "expr": "max(rate(node_disk_written_bytes_total{job=\"node-exporter\", instance=\"$instance\"}[2m]))",
694                                 "format": "time_series",
695                                 "intervalFactor": 2,
696                                 "legendFormat": "written",
697                                 "refId": "B"
698                             },
699                             {
700                                 "expr": "max(rate(node_disk_io_time_seconds_total{job=\"node-exporter\",  instance=\"$instance\"}[2m]))",
701                                 "format": "time_series",
702                                 "intervalFactor": 2,
703                                 "legendFormat": "io time",
704                                 "refId": "C"
705                             }
706                         ],
707                         "thresholds": [
708
709                         ],
710                         "timeFrom": null,
711                         "timeShift": null,
712                         "title": "Disk I/O",
713                         "tooltip": {
714                             "shared": true,
715                             "sort": 0,
716                             "value_type": "individual"
717                         },
718                         "type": "graph",
719                         "xaxis": {
720                             "buckets": null,
721                             "mode": "time",
722                             "name": null,
723                             "show": true,
724                             "values": [
725
726                             ]
727                         },
728                         "yaxes": [
729                             {
730                                 "format": "bytes",
731                                 "label": null,
732                                 "logBase": 1,
733                                 "max": null,
734                                 "min": null,
735                                 "show": true
736                             },
737                             {
738                                 "format": "ms",
739                                 "label": null,
740                                 "logBase": 1,
741                                 "max": null,
742                                 "min": null,
743                                 "show": true
744                             }
745                         ]
746                     },
747                     {
748                         "aliasColors": {
749
750                         },
751                         "bars": false,
752                         "dashLength": 10,
753                         "dashes": false,
754                         "datasource": "$datasource",
755                         "fill": 1,
756                         "gridPos": {
757
758                         },
759                         "id": 9,
760                         "legend": {
761                             "alignAsTable": false,
762                             "avg": false,
763                             "current": false,
764                             "max": false,
765                             "min": false,
766                             "rightSide": false,
767                             "show": true,
768                             "total": false,
769                             "values": false
770                         },
771                         "lines": true,
772                         "linewidth": 1,
773                         "links": [
774
775                         ],
776                         "nullPointMode": "null",
777                         "percentage": false,
778                         "pointradius": 5,
779                         "points": false,
780                         "renderer": "flot",
781                         "repeat": null,
782                         "seriesOverrides": [
783
784                         ],
785                         "spaceLength": 10,
786                         "span": 6,
787                         "stack": false,
788                         "steppedLine": false,
789                         "targets": [
790                             {
791                                 "expr": "node:node_filesystem_usage:\n",
792                                 "format": "time_series",
793                                 "intervalFactor": 2,
794                                 "legendFormat": "{{`{{device}}`}}",
795                                 "refId": "A"
796                             }
797                         ],
798                         "thresholds": [
799
800                         ],
801                         "timeFrom": null,
802                         "timeShift": null,
803                         "title": "Disk Space Usage",
804                         "tooltip": {
805                             "shared": true,
806                             "sort": 0,
807                             "value_type": "individual"
808                         },
809                         "type": "graph",
810                         "xaxis": {
811                             "buckets": null,
812                             "mode": "time",
813                             "name": null,
814                             "show": true,
815                             "values": [
816
817                             ]
818                         },
819                         "yaxes": [
820                             {
821                                 "format": "percentunit",
822                                 "label": null,
823                                 "logBase": 1,
824                                 "max": null,
825                                 "min": null,
826                                 "show": true
827                             },
828                             {
829                                 "format": "percentunit",
830                                 "label": null,
831                                 "logBase": 1,
832                                 "max": null,
833                                 "min": null,
834                                 "show": true
835                             }
836                         ]
837                     }
838                 ],
839                 "repeat": null,
840                 "repeatIteration": null,
841                 "repeatRowId": null,
842                 "showTitle": false,
843                 "title": "Dashboard Row",
844                 "titleSize": "h6",
845                 "type": "row"
846             },
847             {
848                 "collapse": false,
849                 "collapsed": false,
850                 "panels": [
851                     {
852                         "aliasColors": {
853
854                         },
855                         "bars": false,
856                         "dashLength": 10,
857                         "dashes": false,
858                         "datasource": "$datasource",
859                         "fill": 1,
860                         "gridPos": {
861
862                         },
863                         "id": 10,
864                         "legend": {
865                             "alignAsTable": false,
866                             "avg": false,
867                             "current": false,
868                             "max": false,
869                             "min": false,
870                             "rightSide": false,
871                             "show": true,
872                             "total": false,
873                             "values": false
874                         },
875                         "lines": true,
876                         "linewidth": 1,
877                         "links": [
878
879                         ],
880                         "nullPointMode": "null",
881                         "percentage": false,
882                         "pointradius": 5,
883                         "points": false,
884                         "renderer": "flot",
885                         "repeat": null,
886                         "seriesOverrides": [
887
888                         ],
889                         "spaceLength": 10,
890                         "span": 6,
891                         "stack": false,
892                         "steppedLine": false,
893                         "targets": [
894                             {
895                                 "expr": "max(rate(node_network_receive_bytes_total{job=\"node-exporter\", instance=\"$instance\", device!\u007e\"lo\"}[5m]))",
896                                 "format": "time_series",
897                                 "intervalFactor": 2,
898                                 "legendFormat": "{{`{{device}}`}}",
899                                 "refId": "A"
900                             }
901                         ],
902                         "thresholds": [
903
904                         ],
905                         "timeFrom": null,
906                         "timeShift": null,
907                         "title": "Network Received",
908                         "tooltip": {
909                             "shared": true,
910                             "sort": 0,
911                             "value_type": "individual"
912                         },
913                         "type": "graph",
914                         "xaxis": {
915                             "buckets": null,
916                             "mode": "time",
917                             "name": null,
918                             "show": true,
919                             "values": [
920
921                             ]
922                         },
923                         "yaxes": [
924                             {
925                                 "format": "bytes",
926                                 "label": null,
927                                 "logBase": 1,
928                                 "max": null,
929                                 "min": null,
930                                 "show": true
931                             },
932                             {
933                                 "format": "bytes",
934                                 "label": null,
935                                 "logBase": 1,
936                                 "max": null,
937                                 "min": null,
938                                 "show": true
939                             }
940                         ]
941                     },
942                     {
943                         "aliasColors": {
944
945                         },
946                         "bars": false,
947                         "dashLength": 10,
948                         "dashes": false,
949                         "datasource": "$datasource",
950                         "fill": 1,
951                         "gridPos": {
952
953                         },
954                         "id": 11,
955                         "legend": {
956                             "alignAsTable": false,
957                             "avg": false,
958                             "current": false,
959                             "max": false,
960                             "min": false,
961                             "rightSide": false,
962                             "show": true,
963                             "total": false,
964                             "values": false
965                         },
966                         "lines": true,
967                         "linewidth": 1,
968                         "links": [
969
970                         ],
971                         "nullPointMode": "null",
972                         "percentage": false,
973                         "pointradius": 5,
974                         "points": false,
975                         "renderer": "flot",
976                         "repeat": null,
977                         "seriesOverrides": [
978
979                         ],
980                         "spaceLength": 10,
981                         "span": 6,
982                         "stack": false,
983                         "steppedLine": false,
984                         "targets": [
985                             {
986                                 "expr": "max(rate(node_network_transmit_bytes_total{job=\"node-exporter\", instance=\"$instance\", device!\u007e\"lo\"}[5m]))",
987                                 "format": "time_series",
988                                 "intervalFactor": 2,
989                                 "legendFormat": "{{`{{device}}`}}",
990                                 "refId": "A"
991                             }
992                         ],
993                         "thresholds": [
994
995                         ],
996                         "timeFrom": null,
997                         "timeShift": null,
998                         "title": "Network Transmitted",
999                         "tooltip": {
1000                             "shared": true,
1001                             "sort": 0,
1002                             "value_type": "individual"
1003                         },
1004                         "type": "graph",
1005                         "xaxis": {
1006                             "buckets": null,
1007                             "mode": "time",
1008                             "name": null,
1009                             "show": true,
1010                             "values": [
1011
1012                             ]
1013                         },
1014                         "yaxes": [
1015                             {
1016                                 "format": "bytes",
1017                                 "label": null,
1018                                 "logBase": 1,
1019                                 "max": null,
1020                                 "min": null,
1021                                 "show": true
1022                             },
1023                             {
1024                                 "format": "bytes",
1025                                 "label": null,
1026                                 "logBase": 1,
1027                                 "max": null,
1028                                 "min": null,
1029                                 "show": true
1030                             }
1031                         ]
1032                     }
1033                 ],
1034                 "repeat": null,
1035                 "repeatIteration": null,
1036                 "repeatRowId": null,
1037                 "showTitle": false,
1038                 "title": "Dashboard Row",
1039                 "titleSize": "h6",
1040                 "type": "row"
1041             },
1042             {
1043                 "collapse": false,
1044                 "collapsed": false,
1045                 "panels": [
1046                     {
1047                         "aliasColors": {
1048
1049                         },
1050                         "bars": false,
1051                         "dashLength": 10,
1052                         "dashes": false,
1053                         "datasource": "$datasource",
1054                         "fill": 1,
1055                         "gridPos": {
1056
1057                         },
1058                         "id": 12,
1059                         "legend": {
1060                             "alignAsTable": false,
1061                             "avg": false,
1062                             "current": false,
1063                             "max": false,
1064                             "min": false,
1065                             "rightSide": false,
1066                             "show": true,
1067                             "total": false,
1068                             "values": false
1069                         },
1070                         "lines": true,
1071                         "linewidth": 1,
1072                         "links": [
1073
1074                         ],
1075                         "nullPointMode": "null",
1076                         "percentage": false,
1077                         "pointradius": 5,
1078                         "points": false,
1079                         "renderer": "flot",
1080                         "repeat": null,
1081                         "seriesOverrides": [
1082
1083                         ],
1084                         "spaceLength": 10,
1085                         "span": 9,
1086                         "stack": false,
1087                         "steppedLine": false,
1088                         "targets": [
1089                             {
1090                                 "expr": "max(\n  node_filesystem_files{job=\"node-exporter\", instance=\"$instance\"}\n  - node_filesystem_files_free{job=\"node-exporter\", instance=\"$instance\"}\n)\n",
1091                                 "format": "time_series",
1092                                 "intervalFactor": 2,
1093                                 "legendFormat": "inodes used",
1094                                 "refId": "A"
1095                             },
1096                             {
1097                                 "expr": "max(node_filesystem_files_free{job=\"node-exporter\", instance=\"$instance\"})",
1098                                 "format": "time_series",
1099                                 "intervalFactor": 2,
1100                                 "legendFormat": "inodes free",
1101                                 "refId": "B"
1102                             }
1103                         ],
1104                         "thresholds": [
1105
1106                         ],
1107                         "timeFrom": null,
1108                         "timeShift": null,
1109                         "title": "Inodes Usage",
1110                         "tooltip": {
1111                             "shared": true,
1112                             "sort": 0,
1113                             "value_type": "individual"
1114                         },
1115                         "type": "graph",
1116                         "xaxis": {
1117                             "buckets": null,
1118                             "mode": "time",
1119                             "name": null,
1120                             "show": true,
1121                             "values": [
1122
1123                             ]
1124                         },
1125                         "yaxes": [
1126                             {
1127                                 "format": "short",
1128                                 "label": null,
1129                                 "logBase": 1,
1130                                 "max": null,
1131                                 "min": null,
1132                                 "show": true
1133                             },
1134                             {
1135                                 "format": "short",
1136                                 "label": null,
1137                                 "logBase": 1,
1138                                 "max": null,
1139                                 "min": null,
1140                                 "show": true
1141                             }
1142                         ]
1143                     },
1144                     {
1145                         "cacheTimeout": null,
1146                         "colorBackground": false,
1147                         "colorValue": false,
1148                         "colors": [
1149                             "rgba(50, 172, 45, 0.97)",
1150                             "rgba(237, 129, 40, 0.89)",
1151                             "rgba(245, 54, 54, 0.9)"
1152                         ],
1153                         "datasource": "$datasource",
1154                         "format": "percent",
1155                         "gauge": {
1156                             "maxValue": 100,
1157                             "minValue": 0,
1158                             "show": true,
1159                             "thresholdLabels": false,
1160                             "thresholdMarkers": true
1161                         },
1162                         "gridPos": {
1163
1164                         },
1165                         "id": 13,
1166                         "interval": null,
1167                         "links": [
1168
1169                         ],
1170                         "mappingType": 1,
1171                         "mappingTypes": [
1172                             {
1173                                 "name": "value to text",
1174                                 "value": 1
1175                             },
1176                             {
1177                                 "name": "range to text",
1178                                 "value": 2
1179                             }
1180                         ],
1181                         "maxDataPoints": 100,
1182                         "nullPointMode": "connected",
1183                         "nullText": null,
1184                         "postfix": "",
1185                         "postfixFontSize": "50%",
1186                         "prefix": "",
1187                         "prefixFontSize": "50%",
1188                         "rangeMaps": [
1189                             {
1190                                 "from": "null",
1191                                 "text": "N/A",
1192                                 "to": "null"
1193                             }
1194                         ],
1195                         "span": 3,
1196                         "sparkline": {
1197                             "fillColor": "rgba(31, 118, 189, 0.18)",
1198                             "full": false,
1199                             "lineColor": "rgb(31, 120, 193)",
1200                             "show": false
1201                         },
1202                         "tableColumn": "",
1203                         "targets": [
1204                             {
1205                                 "expr": "max(\n  (\n    (\n      node_filesystem_files{job=\"node-exporter\", instance=\"$instance\"}\n    - node_filesystem_files_free{job=\"node-exporter\", instance=\"$instance\"}\n    )\n    / node_filesystem_files{job=\"node-exporter\", instance=\"$instance\"}\n  ) * 100)\n",
1206                                 "format": "time_series",
1207                                 "intervalFactor": 2,
1208                                 "legendFormat": "",
1209                                 "refId": "A"
1210                             }
1211                         ],
1212                         "thresholds": "80, 90",
1213                         "title": "Inodes Usage",
1214                         "type": "singlestat",
1215                         "valueFontSize": "80%",
1216                         "valueMaps": [
1217                             {
1218                                 "op": "=",
1219                                 "text": "N/A",
1220                                 "value": "null"
1221                             }
1222                         ],
1223                         "valueName": "current"
1224                     }
1225                 ],
1226                 "repeat": null,
1227                 "repeatIteration": null,
1228                 "repeatRowId": null,
1229                 "showTitle": false,
1230                 "title": "Dashboard Row",
1231                 "titleSize": "h6",
1232                 "type": "row"
1233             }
1234         ],
1235         "schemaVersion": 14,
1236         "style": "dark",
1237         "tags": [
1238
1239         ],
1240         "templating": {
1241             "list": [
1242                 {
1243                     "current": {
1244                         "text": "Prometheus",
1245                         "value": "Prometheus"
1246                     },
1247                     "hide": 0,
1248                     "label": null,
1249                     "name": "datasource",
1250                     "options": [
1251
1252                     ],
1253                     "query": "prometheus",
1254                     "refresh": 1,
1255                     "regex": "",
1256                     "type": "datasource"
1257                 },
1258                 {
1259                     "allValue": null,
1260                     "current": {
1261
1262                     },
1263                     "datasource": "$datasource",
1264                     "hide": 0,
1265                     "includeAll": false,
1266                     "label": null,
1267                     "multi": false,
1268                     "name": "instance",
1269                     "options": [
1270
1271                     ],
1272                     "query": "label_values(node_boot_time_seconds{job=\"node-exporter\"}, instance)",
1273                     "refresh": 2,
1274                     "regex": "",
1275                     "sort": 0,
1276                     "tagValuesQuery": "",
1277                     "tags": [
1278
1279                     ],
1280                     "tagsQuery": "",
1281                     "type": "query",
1282                     "useTags": false
1283                 }
1284             ]
1285         },
1286         "time": {
1287             "from": "now-1h",
1288             "to": "now"
1289         },
1290         "timepicker": {
1291             "refresh_intervals": [
1292                 "5s",
1293                 "10s",
1294                 "30s",
1295                 "1m",
1296                 "5m",
1297                 "15m",
1298                 "30m",
1299                 "1h",
1300                 "2h",
1301                 "1d"
1302             ],
1303             "time_options": [
1304                 "5m",
1305                 "15m",
1306                 "1h",
1307                 "6h",
1308                 "12h",
1309                 "24h",
1310                 "2d",
1311                 "7d",
1312                 "30d"
1313             ]
1314         },
1315         "timezone": "",
1316         "title": "Nodes",
1317         "uid": "fa49a4706d07a042595b664c87fb33ea",
1318         "version": 0
1319     }
1320 {{- end }}