github.com/verrazzano/verrazzano@v1.7.1/platform-operator/thirdparty/charts/prometheus-community/kube-prometheus-stack/templates/grafana/dashboards-1.14/nodes.yaml (about)

     1  {{- /*
     2  Generated from 'nodes' from https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/manifests/grafana-dashboardDefinitions.yaml
     3  Do not change in-place! In order to change this file first read following link:
     4  https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/hack
     5  */ -}}
     6  {{- $kubeTargetVersion := default .Capabilities.KubeVersion.GitVersion .Values.kubeTargetVersionOverride }}
     7  {{- if and (or .Values.grafana.enabled .Values.grafana.forceDeployDashboards) (semverCompare ">=1.14.0-0" $kubeTargetVersion) (semverCompare "<9.9.9-9" $kubeTargetVersion) .Values.grafana.defaultDashboardsEnabled .Values.nodeExporter.enabled }}
     8  apiVersion: v1
     9  kind: ConfigMap
    10  metadata:
    11    namespace: {{ template "kube-prometheus-stack-grafana.namespace" . }}
    12    name: {{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) "nodes" | trunc 63 | trimSuffix "-" }}
    13    annotations:
    14  {{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }}
    15    labels:
    16      {{- if $.Values.grafana.sidecar.dashboards.label }}
    17      {{ $.Values.grafana.sidecar.dashboards.label }}: {{ ternary $.Values.grafana.sidecar.dashboards.labelValue "1" (not (empty $.Values.grafana.sidecar.dashboards.labelValue)) | quote }}
    18      {{- end }}
    19      app: {{ template "kube-prometheus-stack.name" $ }}-grafana
    20  {{ include "kube-prometheus-stack.labels" $ | indent 4 }}
    21  data:
    22    nodes.json: |-
    23      {
    24          "__inputs": [
    25  
    26          ],
    27          "__requires": [
    28  
    29          ],
    30          "annotations": {
    31              "list": [
    32  
    33              ]
    34          },
    35          "editable": false,
    36          "gnetId": null,
    37          "graphTooltip": 1,
    38          "hideControls": false,
    39          "id": null,
    40          "links": [
    41  
    42          ],
    43          "refresh": "30s",
    44          "rows": [
    45              {
    46                  "collapse": false,
    47                  "collapsed": false,
    48                  "panels": [
    49                      {
    50                          "aliasColors": {
    51  
    52                          },
    53                          "bars": false,
    54                          "dashLength": 10,
    55                          "dashes": false,
    56                          "datasource": "$datasource",
    57                          "fill": 1,
    58                          "fillGradient": 0,
    59                          "gridPos": {
    60  
    61                          },
    62                          "id": 2,
    63                          "legend": {
    64                              "alignAsTable": false,
    65                              "avg": false,
    66                              "current": false,
    67                              "max": false,
    68                              "min": false,
    69                              "rightSide": false,
    70                              "show": true,
    71                              "sideWidth": null,
    72                              "total": false,
    73                              "values": false
    74                          },
    75                          "lines": true,
    76                          "linewidth": 1,
    77                          "links": [
    78  
    79                          ],
    80                          "nullPointMode": "null",
    81                          "percentage": false,
    82                          "pointradius": 5,
    83                          "points": false,
    84                          "renderer": "flot",
    85                          "repeat": null,
    86                          "seriesOverrides": [
    87  
    88                          ],
    89                          "spaceLength": 10,
    90                          "span": 6,
    91                          "stack": true,
    92                          "steppedLine": false,
    93                          "targets": [
    94                              {
    95                                  "expr": "(\n  (1 - sum without (mode) (rate(node_cpu_seconds_total{job=\"node-exporter\", mode=~\"idle|iowait|steal\", instance=\"$instance\"}[$__rate_interval])))\n/ ignoring(cpu) group_left\n  count without (cpu, mode) (node_cpu_seconds_total{job=\"node-exporter\", mode=\"idle\", instance=\"$instance\"})\n)\n",
    96                                  "format": "time_series",
    97                                  "intervalFactor": 5,
    98                                  "legendFormat": "{{`{{`}}cpu{{`}}`}}",
    99                                  "refId": "A"
   100                              }
   101                          ],
   102                          "thresholds": [
   103  
   104                          ],
   105                          "timeFrom": null,
   106                          "timeShift": null,
   107                          "title": "CPU Usage",
   108                          "tooltip": {
   109                              "shared": true,
   110                              "sort": 0,
   111                              "value_type": "individual"
   112                          },
   113                          "type": "graph",
   114                          "xaxis": {
   115                              "buckets": null,
   116                              "mode": "time",
   117                              "name": null,
   118                              "show": true,
   119                              "values": [
   120  
   121                              ]
   122                          },
   123                          "yaxes": [
   124                              {
   125                                  "format": "percentunit",
   126                                  "label": null,
   127                                  "logBase": 1,
   128                                  "max": 1,
   129                                  "min": 0,
   130                                  "show": true
   131                              },
   132                              {
   133                                  "format": "percentunit",
   134                                  "label": null,
   135                                  "logBase": 1,
   136                                  "max": 1,
   137                                  "min": 0,
   138                                  "show": true
   139                              }
   140                          ]
   141                      },
   142                      {
   143                          "aliasColors": {
   144  
   145                          },
   146                          "bars": false,
   147                          "dashLength": 10,
   148                          "dashes": false,
   149                          "datasource": "$datasource",
   150                          "fill": 0,
   151                          "fillGradient": 0,
   152                          "gridPos": {
   153  
   154                          },
   155                          "id": 3,
   156                          "legend": {
   157                              "alignAsTable": false,
   158                              "avg": false,
   159                              "current": false,
   160                              "max": false,
   161                              "min": false,
   162                              "rightSide": false,
   163                              "show": true,
   164                              "sideWidth": null,
   165                              "total": false,
   166                              "values": false
   167                          },
   168                          "lines": true,
   169                          "linewidth": 1,
   170                          "links": [
   171  
   172                          ],
   173                          "nullPointMode": "null",
   174                          "percentage": false,
   175                          "pointradius": 5,
   176                          "points": false,
   177                          "renderer": "flot",
   178                          "repeat": null,
   179                          "seriesOverrides": [
   180  
   181                          ],
   182                          "spaceLength": 10,
   183                          "span": 6,
   184                          "stack": false,
   185                          "steppedLine": false,
   186                          "targets": [
   187                              {
   188                                  "expr": "node_load1{job=\"node-exporter\", instance=\"$instance\"}",
   189                                  "format": "time_series",
   190                                  "intervalFactor": 2,
   191                                  "legendFormat": "1m load average",
   192                                  "refId": "A"
   193                              },
   194                              {
   195                                  "expr": "node_load5{job=\"node-exporter\", instance=\"$instance\"}",
   196                                  "format": "time_series",
   197                                  "intervalFactor": 2,
   198                                  "legendFormat": "5m load average",
   199                                  "refId": "B"
   200                              },
   201                              {
   202                                  "expr": "node_load15{job=\"node-exporter\", instance=\"$instance\"}",
   203                                  "format": "time_series",
   204                                  "intervalFactor": 2,
   205                                  "legendFormat": "15m load average",
   206                                  "refId": "C"
   207                              },
   208                              {
   209                                  "expr": "count(node_cpu_seconds_total{job=\"node-exporter\", instance=\"$instance\", mode=\"idle\"})",
   210                                  "format": "time_series",
   211                                  "intervalFactor": 2,
   212                                  "legendFormat": "logical cores",
   213                                  "refId": "D"
   214                              }
   215                          ],
   216                          "thresholds": [
   217  
   218                          ],
   219                          "timeFrom": null,
   220                          "timeShift": null,
   221                          "title": "Load Average",
   222                          "tooltip": {
   223                              "shared": true,
   224                              "sort": 0,
   225                              "value_type": "individual"
   226                          },
   227                          "type": "graph",
   228                          "xaxis": {
   229                              "buckets": null,
   230                              "mode": "time",
   231                              "name": null,
   232                              "show": true,
   233                              "values": [
   234  
   235                              ]
   236                          },
   237                          "yaxes": [
   238                              {
   239                                  "format": "short",
   240                                  "label": null,
   241                                  "logBase": 1,
   242                                  "max": null,
   243                                  "min": 0,
   244                                  "show": true
   245                              },
   246                              {
   247                                  "format": "short",
   248                                  "label": null,
   249                                  "logBase": 1,
   250                                  "max": null,
   251                                  "min": 0,
   252                                  "show": true
   253                              }
   254                          ]
   255                      }
   256                  ],
   257                  "repeat": null,
   258                  "repeatIteration": null,
   259                  "repeatRowId": null,
   260                  "showTitle": true,
   261                  "title": "CPU",
   262                  "titleSize": "h6",
   263                  "type": "row"
   264              },
   265              {
   266                  "collapse": false,
   267                  "collapsed": false,
   268                  "panels": [
   269                      {
   270                          "aliasColors": {
   271  
   272                          },
   273                          "bars": false,
   274                          "dashLength": 10,
   275                          "dashes": false,
   276                          "datasource": "$datasource",
   277                          "fill": 1,
   278                          "fillGradient": 0,
   279                          "gridPos": {
   280  
   281                          },
   282                          "id": 4,
   283                          "legend": {
   284                              "alignAsTable": false,
   285                              "avg": false,
   286                              "current": false,
   287                              "max": false,
   288                              "min": false,
   289                              "rightSide": false,
   290                              "show": true,
   291                              "sideWidth": null,
   292                              "total": false,
   293                              "values": false
   294                          },
   295                          "lines": true,
   296                          "linewidth": 1,
   297                          "links": [
   298  
   299                          ],
   300                          "nullPointMode": "null",
   301                          "percentage": false,
   302                          "pointradius": 5,
   303                          "points": false,
   304                          "renderer": "flot",
   305                          "repeat": null,
   306                          "seriesOverrides": [
   307  
   308                          ],
   309                          "spaceLength": 10,
   310                          "span": 9,
   311                          "stack": true,
   312                          "steppedLine": false,
   313                          "targets": [
   314                              {
   315                                  "expr": "(\n  node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n-\n  node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"}\n-\n  node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"}\n-\n  node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"}\n)\n",
   316                                  "format": "time_series",
   317                                  "intervalFactor": 2,
   318                                  "legendFormat": "memory used",
   319                                  "refId": "A"
   320                              },
   321                              {
   322                                  "expr": "node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"}",
   323                                  "format": "time_series",
   324                                  "intervalFactor": 2,
   325                                  "legendFormat": "memory buffers",
   326                                  "refId": "B"
   327                              },
   328                              {
   329                                  "expr": "node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"}",
   330                                  "format": "time_series",
   331                                  "intervalFactor": 2,
   332                                  "legendFormat": "memory cached",
   333                                  "refId": "C"
   334                              },
   335                              {
   336                                  "expr": "node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"}",
   337                                  "format": "time_series",
   338                                  "intervalFactor": 2,
   339                                  "legendFormat": "memory free",
   340                                  "refId": "D"
   341                              }
   342                          ],
   343                          "thresholds": [
   344  
   345                          ],
   346                          "timeFrom": null,
   347                          "timeShift": null,
   348                          "title": "Memory Usage",
   349                          "tooltip": {
   350                              "shared": true,
   351                              "sort": 0,
   352                              "value_type": "individual"
   353                          },
   354                          "type": "graph",
   355                          "xaxis": {
   356                              "buckets": null,
   357                              "mode": "time",
   358                              "name": null,
   359                              "show": true,
   360                              "values": [
   361  
   362                              ]
   363                          },
   364                          "yaxes": [
   365                              {
   366                                  "format": "bytes",
   367                                  "label": null,
   368                                  "logBase": 1,
   369                                  "max": null,
   370                                  "min": 0,
   371                                  "show": true
   372                              },
   373                              {
   374                                  "format": "bytes",
   375                                  "label": null,
   376                                  "logBase": 1,
   377                                  "max": null,
   378                                  "min": 0,
   379                                  "show": true
   380                              }
   381                          ]
   382                      },
   383                      {
   384                          "datasource": "$datasource",
   385                          "fieldConfig": {
   386                              "defaults": {
   387                                  "max": 100,
   388                                  "min": 0,
   389                                  "thresholds": {
   390                                      "mode": "absolute",
   391                                      "steps": [
   392                                          {
   393                                              "color": "rgba(50, 172, 45, 0.97)"
   394                                          },
   395                                          {
   396                                              "color": "rgba(237, 129, 40, 0.89)",
   397                                              "value": 80
   398                                          },
   399                                          {
   400                                              "color": "rgba(245, 54, 54, 0.9)",
   401                                              "value": 90
   402                                          }
   403                                      ]
   404                                  },
   405                                  "unit": "percent"
   406                              }
   407                          },
   408                          "gridPos": {
   409  
   410                          },
   411                          "id": 5,
   412                          "span": 3,
   413                          "targets": [
   414                              {
   415                                  "expr": "100 -\n(\n  avg(node_memory_MemAvailable_bytes{job=\"node-exporter\", instance=\"$instance\"}) /\n  avg(node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"})\n* 100\n)\n",
   416                                  "format": "time_series",
   417                                  "intervalFactor": 2,
   418                                  "legendFormat": ""
   419                              }
   420                          ],
   421                          "title": "Memory Usage",
   422                          "transparent": false,
   423                          "type": "gauge"
   424                      }
   425                  ],
   426                  "repeat": null,
   427                  "repeatIteration": null,
   428                  "repeatRowId": null,
   429                  "showTitle": true,
   430                  "title": "Memory",
   431                  "titleSize": "h6",
   432                  "type": "row"
   433              },
   434              {
   435                  "collapse": false,
   436                  "collapsed": false,
   437                  "panels": [
   438                      {
   439                          "aliasColors": {
   440  
   441                          },
   442                          "bars": false,
   443                          "dashLength": 10,
   444                          "dashes": false,
   445                          "datasource": "$datasource",
   446                          "fill": 0,
   447                          "fillGradient": 0,
   448                          "gridPos": {
   449  
   450                          },
   451                          "id": 6,
   452                          "legend": {
   453                              "alignAsTable": false,
   454                              "avg": false,
   455                              "current": false,
   456                              "max": false,
   457                              "min": false,
   458                              "rightSide": false,
   459                              "show": true,
   460                              "sideWidth": null,
   461                              "total": false,
   462                              "values": false
   463                          },
   464                          "lines": true,
   465                          "linewidth": 1,
   466                          "links": [
   467  
   468                          ],
   469                          "nullPointMode": "null",
   470                          "percentage": false,
   471                          "pointradius": 5,
   472                          "points": false,
   473                          "renderer": "flot",
   474                          "repeat": null,
   475                          "seriesOverrides": [
   476                              {
   477                                  "alias": "/ read| written/",
   478                                  "yaxis": 1
   479                              },
   480                              {
   481                                  "alias": "/ io time/",
   482                                  "yaxis": 2
   483                              }
   484                          ],
   485                          "spaceLength": 10,
   486                          "span": 6,
   487                          "stack": false,
   488                          "steppedLine": false,
   489                          "targets": [
   490                              {
   491                                  "expr": "rate(node_disk_read_bytes_total{job=\"node-exporter\", instance=\"$instance\", device=~\"(/dev/)?(mmcblk.p.+|nvme.+|rbd.+|sd.+|vd.+|xvd.+|dm-.+|md.+|dasd.+)\"}[$__rate_interval])",
   492                                  "format": "time_series",
   493                                  "intervalFactor": 1,
   494                                  "legendFormat": "{{`{{`}}device{{`}}`}} read",
   495                                  "refId": "A"
   496                              },
   497                              {
   498                                  "expr": "rate(node_disk_written_bytes_total{job=\"node-exporter\", instance=\"$instance\", device=~\"(/dev/)?(mmcblk.p.+|nvme.+|rbd.+|sd.+|vd.+|xvd.+|dm-.+|md.+|dasd.+)\"}[$__rate_interval])",
   499                                  "format": "time_series",
   500                                  "intervalFactor": 1,
   501                                  "legendFormat": "{{`{{`}}device{{`}}`}} written",
   502                                  "refId": "B"
   503                              },
   504                              {
   505                                  "expr": "rate(node_disk_io_time_seconds_total{job=\"node-exporter\", instance=\"$instance\", device=~\"(/dev/)?(mmcblk.p.+|nvme.+|rbd.+|sd.+|vd.+|xvd.+|dm-.+|md.+|dasd.+)\"}[$__rate_interval])",
   506                                  "format": "time_series",
   507                                  "intervalFactor": 1,
   508                                  "legendFormat": "{{`{{`}}device{{`}}`}} io time",
   509                                  "refId": "C"
   510                              }
   511                          ],
   512                          "thresholds": [
   513  
   514                          ],
   515                          "timeFrom": null,
   516                          "timeShift": null,
   517                          "title": "Disk I/O",
   518                          "tooltip": {
   519                              "shared": true,
   520                              "sort": 0,
   521                              "value_type": "individual"
   522                          },
   523                          "type": "graph",
   524                          "xaxis": {
   525                              "buckets": null,
   526                              "mode": "time",
   527                              "name": null,
   528                              "show": true,
   529                              "values": [
   530  
   531                              ]
   532                          },
   533                          "yaxes": [
   534                              {
   535                                  "format": "Bps",
   536                                  "label": null,
   537                                  "logBase": 1,
   538                                  "max": null,
   539                                  "min": null,
   540                                  "show": true
   541                              },
   542                              {
   543                                  "format": "percentunit",
   544                                  "label": null,
   545                                  "logBase": 1,
   546                                  "max": null,
   547                                  "min": null,
   548                                  "show": true
   549                              }
   550                          ]
   551                      },
   552                      {
   553                          "datasource": "$datasource",
   554                          "fieldConfig": {
   555                              "defaults": {
   556                                  "custom": {
   557  
   558                                  },
   559                                  "thresholds": {
   560                                      "mode": "absolute",
   561                                      "steps": [
   562                                          {
   563                                              "color": "green"
   564                                          },
   565                                          {
   566                                              "color": "yellow",
   567                                              "value": 0.8
   568                                          },
   569                                          {
   570                                              "color": "red",
   571                                              "value": 0.9
   572                                          }
   573                                      ]
   574                                  },
   575                                  "unit": "decbytes"
   576                              },
   577                              "overrides": [
   578                                  {
   579                                      "matcher": {
   580                                          "id": "byName",
   581                                          "options": "Mounted on"
   582                                      },
   583                                      "properties": [
   584                                          {
   585                                              "id": "custom.width",
   586                                              "value": 260
   587                                          }
   588                                      ]
   589                                  },
   590                                  {
   591                                      "matcher": {
   592                                          "id": "byName",
   593                                          "options": "Size"
   594                                      },
   595                                      "properties": [
   596                                          {
   597                                              "id": "custom.width",
   598                                              "value": 93
   599                                          }
   600                                      ]
   601                                  },
   602                                  {
   603                                      "matcher": {
   604                                          "id": "byName",
   605                                          "options": "Used"
   606                                      },
   607                                      "properties": [
   608                                          {
   609                                              "id": "custom.width",
   610                                              "value": 72
   611                                          }
   612                                      ]
   613                                  },
   614                                  {
   615                                      "matcher": {
   616                                          "id": "byName",
   617                                          "options": "Available"
   618                                      },
   619                                      "properties": [
   620                                          {
   621                                              "id": "custom.width",
   622                                              "value": 88
   623                                          }
   624                                      ]
   625                                  },
   626                                  {
   627                                      "matcher": {
   628                                          "id": "byName",
   629                                          "options": "Used, %"
   630                                      },
   631                                      "properties": [
   632                                          {
   633                                              "id": "unit",
   634                                              "value": "percentunit"
   635                                          },
   636                                          {
   637                                              "id": "custom.displayMode",
   638                                              "value": "gradient-gauge"
   639                                          },
   640                                          {
   641                                              "id": "max",
   642                                              "value": 1
   643                                          },
   644                                          {
   645                                              "id": "min",
   646                                              "value": 0
   647                                          }
   648                                      ]
   649                                  }
   650                              ]
   651                          },
   652                          "gridPos": {
   653  
   654                          },
   655                          "id": 7,
   656                          "span": 6,
   657                          "targets": [
   658                              {
   659                                  "expr": "max by (mountpoint) (node_filesystem_size_bytes{job=\"node-exporter\", instance=\"$instance\", fstype!=\"\", mountpoint!=\"\"})\n",
   660                                  "format": "table",
   661                                  "instant": true,
   662                                  "intervalFactor": 2,
   663                                  "legendFormat": ""
   664                              },
   665                              {
   666                                  "expr": "max by (mountpoint) (node_filesystem_avail_bytes{job=\"node-exporter\", instance=\"$instance\", fstype!=\"\", mountpoint!=\"\"})\n",
   667                                  "format": "table",
   668                                  "instant": true,
   669                                  "intervalFactor": 2,
   670                                  "legendFormat": ""
   671                              }
   672                          ],
   673                          "title": "Disk Space Usage",
   674                          "transformations": [
   675                              {
   676                                  "id": "groupBy",
   677                                  "options": {
   678                                      "fields": {
   679                                          "Value #A": {
   680                                              "aggregations": [
   681                                                  "lastNotNull"
   682                                              ],
   683                                              "operation": "aggregate"
   684                                          },
   685                                          "Value #B": {
   686                                              "aggregations": [
   687                                                  "lastNotNull"
   688                                              ],
   689                                              "operation": "aggregate"
   690                                          },
   691                                          "mountpoint": {
   692                                              "aggregations": [
   693  
   694                                              ],
   695                                              "operation": "groupby"
   696                                          }
   697                                      }
   698                                  }
   699                              },
   700                              {
   701                                  "id": "merge",
   702                                  "options": {
   703  
   704                                  }
   705                              },
   706                              {
   707                                  "id": "calculateField",
   708                                  "options": {
   709                                      "alias": "Used",
   710                                      "binary": {
   711                                          "left": "Value #A (lastNotNull)",
   712                                          "operator": "-",
   713                                          "reducer": "sum",
   714                                          "right": "Value #B (lastNotNull)"
   715                                      },
   716                                      "mode": "binary",
   717                                      "reduce": {
   718                                          "reducer": "sum"
   719                                      }
   720                                  }
   721                              },
   722                              {
   723                                  "id": "calculateField",
   724                                  "options": {
   725                                      "alias": "Used, %",
   726                                      "binary": {
   727                                          "left": "Used",
   728                                          "operator": "/",
   729                                          "reducer": "sum",
   730                                          "right": "Value #A (lastNotNull)"
   731                                      },
   732                                      "mode": "binary",
   733                                      "reduce": {
   734                                          "reducer": "sum"
   735                                      }
   736                                  }
   737                              },
   738                              {
   739                                  "id": "organize",
   740                                  "options": {
   741                                      "excludeByName": {
   742  
   743                                      },
   744                                      "indexByName": {
   745  
   746                                      },
   747                                      "renameByName": {
   748                                          "Value #A (lastNotNull)": "Size",
   749                                          "Value #B (lastNotNull)": "Available",
   750                                          "mountpoint": "Mounted on"
   751                                      }
   752                                  }
   753                              },
   754                              {
   755                                  "id": "sortBy",
   756                                  "options": {
   757                                      "fields": {
   758  
   759                                      },
   760                                      "sort": [
   761                                          {
   762                                              "field": "Mounted on"
   763                                          }
   764                                      ]
   765                                  }
   766                              }
   767                          ],
   768                          "transparent": false,
   769                          "type": "table"
   770                      }
   771                  ],
   772                  "repeat": null,
   773                  "repeatIteration": null,
   774                  "repeatRowId": null,
   775                  "showTitle": true,
   776                  "title": "Disk",
   777                  "titleSize": "h6",
   778                  "type": "row"
   779              },
   780              {
   781                  "collapse": false,
   782                  "collapsed": false,
   783                  "panels": [
   784                      {
   785                          "aliasColors": {
   786  
   787                          },
   788                          "bars": false,
   789                          "dashLength": 10,
   790                          "dashes": false,
   791                          "datasource": "$datasource",
   792                          "description": "Network received (bits/s)",
   793                          "fill": 0,
   794                          "fillGradient": 0,
   795                          "gridPos": {
   796  
   797                          },
   798                          "id": 8,
   799                          "legend": {
   800                              "alignAsTable": false,
   801                              "avg": false,
   802                              "current": false,
   803                              "max": false,
   804                              "min": false,
   805                              "rightSide": false,
   806                              "show": true,
   807                              "sideWidth": null,
   808                              "total": false,
   809                              "values": false
   810                          },
   811                          "lines": true,
   812                          "linewidth": 1,
   813                          "links": [
   814  
   815                          ],
   816                          "nullPointMode": "null",
   817                          "percentage": false,
   818                          "pointradius": 5,
   819                          "points": false,
   820                          "renderer": "flot",
   821                          "repeat": null,
   822                          "seriesOverrides": [
   823  
   824                          ],
   825                          "spaceLength": 10,
   826                          "span": 6,
   827                          "stack": false,
   828                          "steppedLine": false,
   829                          "targets": [
   830                              {
   831                                  "expr": "rate(node_network_receive_bytes_total{job=\"node-exporter\", instance=\"$instance\", device!=\"lo\"}[$__rate_interval]) * 8",
   832                                  "format": "time_series",
   833                                  "intervalFactor": 1,
   834                                  "legendFormat": "{{`{{`}}device{{`}}`}}",
   835                                  "refId": "A"
   836                              }
   837                          ],
   838                          "thresholds": [
   839  
   840                          ],
   841                          "timeFrom": null,
   842                          "timeShift": null,
   843                          "title": "Network Received",
   844                          "tooltip": {
   845                              "shared": true,
   846                              "sort": 0,
   847                              "value_type": "individual"
   848                          },
   849                          "type": "graph",
   850                          "xaxis": {
   851                              "buckets": null,
   852                              "mode": "time",
   853                              "name": null,
   854                              "show": true,
   855                              "values": [
   856  
   857                              ]
   858                          },
   859                          "yaxes": [
   860                              {
   861                                  "format": "bps",
   862                                  "label": null,
   863                                  "logBase": 1,
   864                                  "max": null,
   865                                  "min": 0,
   866                                  "show": true
   867                              },
   868                              {
   869                                  "format": "bps",
   870                                  "label": null,
   871                                  "logBase": 1,
   872                                  "max": null,
   873                                  "min": 0,
   874                                  "show": true
   875                              }
   876                          ]
   877                      },
   878                      {
   879                          "aliasColors": {
   880  
   881                          },
   882                          "bars": false,
   883                          "dashLength": 10,
   884                          "dashes": false,
   885                          "datasource": "$datasource",
   886                          "description": "Network transmitted (bits/s)",
   887                          "fill": 0,
   888                          "fillGradient": 0,
   889                          "gridPos": {
   890  
   891                          },
   892                          "id": 9,
   893                          "legend": {
   894                              "alignAsTable": false,
   895                              "avg": false,
   896                              "current": false,
   897                              "max": false,
   898                              "min": false,
   899                              "rightSide": false,
   900                              "show": true,
   901                              "sideWidth": null,
   902                              "total": false,
   903                              "values": false
   904                          },
   905                          "lines": true,
   906                          "linewidth": 1,
   907                          "links": [
   908  
   909                          ],
   910                          "nullPointMode": "null",
   911                          "percentage": false,
   912                          "pointradius": 5,
   913                          "points": false,
   914                          "renderer": "flot",
   915                          "repeat": null,
   916                          "seriesOverrides": [
   917  
   918                          ],
   919                          "spaceLength": 10,
   920                          "span": 6,
   921                          "stack": false,
   922                          "steppedLine": false,
   923                          "targets": [
   924                              {
   925                                  "expr": "rate(node_network_transmit_bytes_total{job=\"node-exporter\", instance=\"$instance\", device!=\"lo\"}[$__rate_interval]) * 8",
   926                                  "format": "time_series",
   927                                  "intervalFactor": 1,
   928                                  "legendFormat": "{{`{{`}}device{{`}}`}}",
   929                                  "refId": "A"
   930                              }
   931                          ],
   932                          "thresholds": [
   933  
   934                          ],
   935                          "timeFrom": null,
   936                          "timeShift": null,
   937                          "title": "Network Transmitted",
   938                          "tooltip": {
   939                              "shared": true,
   940                              "sort": 0,
   941                              "value_type": "individual"
   942                          },
   943                          "type": "graph",
   944                          "xaxis": {
   945                              "buckets": null,
   946                              "mode": "time",
   947                              "name": null,
   948                              "show": true,
   949                              "values": [
   950  
   951                              ]
   952                          },
   953                          "yaxes": [
   954                              {
   955                                  "format": "bps",
   956                                  "label": null,
   957                                  "logBase": 1,
   958                                  "max": null,
   959                                  "min": 0,
   960                                  "show": true
   961                              },
   962                              {
   963                                  "format": "bps",
   964                                  "label": null,
   965                                  "logBase": 1,
   966                                  "max": null,
   967                                  "min": 0,
   968                                  "show": true
   969                              }
   970                          ]
   971                      }
   972                  ],
   973                  "repeat": null,
   974                  "repeatIteration": null,
   975                  "repeatRowId": null,
   976                  "showTitle": true,
   977                  "title": "Network",
   978                  "titleSize": "h6",
   979                  "type": "row"
   980              }
   981          ],
   982          "schemaVersion": 14,
   983          "style": "dark",
   984          "tags": [
   985              "node-exporter-mixin"
   986          ],
   987          "templating": {
   988              "list": [
   989                  {
   990                      "current": {
   991                          "text": "default",
   992                          "value": "default"
   993                      },
   994                      "hide": 0,
   995                      "label": "Data Source",
   996                      "name": "datasource",
   997                      "options": [
   998  
   999                      ],
  1000                      "query": "prometheus",
  1001                      "refresh": 1,
  1002                      "regex": "",
  1003                      "type": "datasource"
  1004                  },
  1005                  {
  1006                      "allValue": null,
  1007                      "current": {
  1008  
  1009                      },
  1010                      "datasource": "$datasource",
  1011                      "hide": 0,
  1012                      "includeAll": false,
  1013                      "label": "Instance",
  1014                      "multi": false,
  1015                      "name": "instance",
  1016                      "options": [
  1017  
  1018                      ],
  1019                      "query": "label_values(node_uname_info{job=\"node-exporter\", sysname!=\"Darwin\"}, instance)",
  1020                      "refresh": 2,
  1021                      "regex": "",
  1022                      "sort": 0,
  1023                      "tagValuesQuery": "",
  1024                      "tags": [
  1025  
  1026                      ],
  1027                      "tagsQuery": "",
  1028                      "type": "query",
  1029                      "useTags": false
  1030                  }
  1031              ]
  1032          },
  1033          "time": {
  1034              "from": "now-1h",
  1035              "to": "now"
  1036          },
  1037          "timepicker": {
  1038              "refresh_intervals": [
  1039                  "5s",
  1040                  "10s",
  1041                  "30s",
  1042                  "1m",
  1043                  "5m",
  1044                  "15m",
  1045                  "30m",
  1046                  "1h",
  1047                  "2h",
  1048                  "1d"
  1049              ],
  1050              "time_options": [
  1051                  "5m",
  1052                  "15m",
  1053                  "1h",
  1054                  "6h",
  1055                  "12h",
  1056                  "24h",
  1057                  "2d",
  1058                  "7d",
  1059                  "30d"
  1060              ]
  1061          },
  1062          "timezone": "{{ .Values.grafana.defaultDashboardsTimezone }}",
  1063          "title": "Node Exporter / Nodes",
  1064          "version": 0
  1065      }
  1066  {{- end }}