| {{- /* |
| Generated from 'node-cluster-rsrc-use' from https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/manifests/grafana-dashboardDefinitions.yaml |
| Do not change in-place! In order to change this file first read following link: |
| https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/hack |
| */ -}} |
| {{- $kubeTargetVersion := default .Capabilities.KubeVersion.GitVersion .Values.kubeTargetVersionOverride }} |
| {{- 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 }} |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| namespace: {{ template "kube-prometheus-stack-grafana.namespace" . }} |
| name: {{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) "node-cluster-rsrc-use" | trunc 63 | trimSuffix "-" }} |
| annotations: |
| {{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }} |
| labels: |
| {{- if $.Values.grafana.sidecar.dashboards.label }} |
| {{ $.Values.grafana.sidecar.dashboards.label }}: {{ ternary $.Values.grafana.sidecar.dashboards.labelValue "1" (not (empty $.Values.grafana.sidecar.dashboards.labelValue)) | quote }} |
| {{- end }} |
| app: {{ template "kube-prometheus-stack.name" $ }}-grafana |
| {{ include "kube-prometheus-stack.labels" $ | indent 4 }} |
| data: |
| node-cluster-rsrc-use.json: |- |
| { |
| "__inputs": [ |
| |
| ], |
| "__requires": [ |
| |
| ], |
| "annotations": { |
| "list": [ |
| |
| ] |
| }, |
| "editable": false, |
| "gnetId": null, |
| "graphTooltip": 1, |
| "hideControls": false, |
| "id": null, |
| "links": [ |
| |
| ], |
| "refresh": "30s", |
| "rows": [ |
| { |
| "collapse": false, |
| "collapsed": false, |
| "panels": [ |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 2, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "((\n instance:node_cpu_utilisation:rate5m{job=\"node-exporter\", cluster=\"$cluster\"}\n *\n instance:node_num_cpu:sum{job=\"node-exporter\", cluster=\"$cluster\"}\n) != 0 )\n/ scalar(sum(instance:node_num_cpu:sum{job=\"node-exporter\", cluster=\"$cluster\"}))\n", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}} instance {{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "CPU Utilisation", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 3, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "(\n instance:node_load1_per_cpu:ratio{job=\"node-exporter\", cluster=\"$cluster\"}\n / scalar(count(instance:node_load1_per_cpu:ratio{job=\"node-exporter\", cluster=\"$cluster\"}))\n) != 0\n", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "CPU Saturation (Load1 per CPU)", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "repeat": null, |
| "repeatIteration": null, |
| "repeatRowId": null, |
| "showTitle": true, |
| "title": "CPU", |
| "titleSize": "h6", |
| "type": "row" |
| }, |
| { |
| "collapse": false, |
| "collapsed": false, |
| "panels": [ |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 4, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "(\n instance:node_memory_utilisation:ratio{job=\"node-exporter\", cluster=\"$cluster\"}\n / scalar(count(instance:node_memory_utilisation:ratio{job=\"node-exporter\", cluster=\"$cluster\"}))\n) != 0\n", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Memory Utilisation", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 5, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "instance:node_vmstat_pgmajfault:rate5m{job=\"node-exporter\", cluster=\"$cluster\"}", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Memory Saturation (Major Page Faults)", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "rds", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "rds", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "repeat": null, |
| "repeatIteration": null, |
| "repeatRowId": null, |
| "showTitle": true, |
| "title": "Memory", |
| "titleSize": "h6", |
| "type": "row" |
| }, |
| { |
| "collapse": false, |
| "collapsed": false, |
| "panels": [ |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 6, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| { |
| "alias": "/Receive/", |
| "stack": "A" |
| }, |
| { |
| "alias": "/Transmit/", |
| "stack": "B", |
| "transform": "negative-Y" |
| } |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "instance:node_network_receive_bytes_excluding_lo:rate5m{job=\"node-exporter\", cluster=\"$cluster\"} != 0", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}} Receive", |
| "refId": "A" |
| }, |
| { |
| "expr": "instance:node_network_transmit_bytes_excluding_lo:rate5m{job=\"node-exporter\", cluster=\"$cluster\"} != 0", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}} Transmit", |
| "refId": "B" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Network Utilisation (Bytes Receive/Transmit)", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "Bps", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "Bps", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 7, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| { |
| "alias": "/ Receive/", |
| "stack": "A" |
| }, |
| { |
| "alias": "/ Transmit/", |
| "stack": "B", |
| "transform": "negative-Y" |
| } |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "instance:node_network_receive_drop_excluding_lo:rate5m{job=\"node-exporter\", cluster=\"$cluster\"} != 0", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}} Receive", |
| "refId": "A" |
| }, |
| { |
| "expr": "instance:node_network_transmit_drop_excluding_lo:rate5m{job=\"node-exporter\", cluster=\"$cluster\"} != 0", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}} Transmit", |
| "refId": "B" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Network Saturation (Drops Receive/Transmit)", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "Bps", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "Bps", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "repeat": null, |
| "repeatIteration": null, |
| "repeatRowId": null, |
| "showTitle": true, |
| "title": "Network", |
| "titleSize": "h6", |
| "type": "row" |
| }, |
| { |
| "collapse": false, |
| "collapsed": false, |
| "panels": [ |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 8, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "(\n instance_device:node_disk_io_time_seconds:rate5m{job=\"node-exporter\", cluster=\"$cluster\"}\n / scalar(count(instance_device:node_disk_io_time_seconds:rate5m{job=\"node-exporter\", cluster=\"$cluster\"}))\n) != 0\n", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}} {{`{{`}}device{{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Disk IO Utilisation", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 9, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 6, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "(\n instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node-exporter\", cluster=\"$cluster\"}\n / scalar(count(instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node-exporter\", cluster=\"$cluster\"}))\n) != 0\n", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}} {{`{{`}}device{{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Disk IO Saturation", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "repeat": null, |
| "repeatIteration": null, |
| "repeatRowId": null, |
| "showTitle": true, |
| "title": "Disk IO", |
| "titleSize": "h6", |
| "type": "row" |
| }, |
| { |
| "collapse": false, |
| "collapsed": false, |
| "panels": [ |
| { |
| "aliasColors": { |
| |
| }, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "$datasource", |
| "fill": 10, |
| "fillGradient": 0, |
| "gridPos": { |
| |
| }, |
| "id": 10, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "rightSide": false, |
| "show": false, |
| "sideWidth": null, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [ |
| |
| ], |
| "nullPointMode": "null", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "repeat": null, |
| "seriesOverrides": [ |
| |
| ], |
| "spaceLength": 10, |
| "span": 12, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "sum without (device) (\n max without (fstype, mountpoint) ((\n node_filesystem_size_bytes{job=\"node-exporter\", fstype!=\"\", cluster=\"$cluster\"}\n -\n node_filesystem_avail_bytes{job=\"node-exporter\", fstype!=\"\", cluster=\"$cluster\"}\n ) != 0)\n)\n/ scalar(sum(max without (fstype, mountpoint) (node_filesystem_size_bytes{job=\"node-exporter\", fstype!=\"\", cluster=\"$cluster\"})))\n", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "{{`{{`}}instance{{`}}`}}", |
| "refId": "A" |
| } |
| ], |
| "thresholds": [ |
| |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Disk Space Utilisation", |
| "tooltip": { |
| "shared": true, |
| "sort": 2, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| }, |
| { |
| "format": "percentunit", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "repeat": null, |
| "repeatIteration": null, |
| "repeatRowId": null, |
| "showTitle": true, |
| "title": "Disk Space", |
| "titleSize": "h6", |
| "type": "row" |
| } |
| ], |
| "schemaVersion": 14, |
| "style": "dark", |
| "tags": [ |
| "node-exporter-mixin" |
| ], |
| "templating": { |
| "list": [ |
| { |
| "current": { |
| "text": "default", |
| "value": "default" |
| }, |
| "hide": 0, |
| "label": "Data Source", |
| "name": "datasource", |
| "options": [ |
| |
| ], |
| "query": "prometheus", |
| "refresh": 1, |
| "regex": "", |
| "type": "datasource" |
| }, |
| { |
| "allValue": null, |
| "current": { |
| "text": "", |
| "value": "" |
| }, |
| "datasource": "$datasource", |
| "hide": {{ if .Values.grafana.sidecar.dashboards.multicluster.global.enabled }}0{{ else }}2{{ end }}, |
| "includeAll": false, |
| "label": null, |
| "multi": false, |
| "name": "cluster", |
| "options": [ |
| |
| ], |
| "query": "label_values(node_time_seconds, cluster)", |
| "refresh": 2, |
| "regex": "", |
| "sort": 1, |
| "tagValuesQuery": "", |
| "tags": [ |
| |
| ], |
| "tagsQuery": "", |
| "type": "query", |
| "useTags": false |
| } |
| ] |
| }, |
| "time": { |
| "from": "now-1h", |
| "to": "now" |
| }, |
| "timepicker": { |
| "refresh_intervals": [ |
| "5s", |
| "10s", |
| "30s", |
| "1m", |
| "5m", |
| "15m", |
| "30m", |
| "1h", |
| "2h", |
| "1d" |
| ], |
| "time_options": [ |
| "5m", |
| "15m", |
| "1h", |
| "6h", |
| "12h", |
| "24h", |
| "2d", |
| "7d", |
| "30d" |
| ] |
| }, |
| "timezone": "{{ .Values.grafana.defaultDashboardsTimezone }}", |
| "title": "Node Exporter / USE Method / Cluster", |
| "version": 0 |
| } |
| {{- end }} |