Last active
November 4, 2016 12:13
-
-
Save devopsmariocom/1d7c81973455a502591b25eb349f55d0 to your computer and use it in GitHub Desktop.
Prometheus Grafana Docker Compose https://github.com/vegasbrianc/prometheus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__inputs": [ | |
{ | |
"name": "DS_PROMETHEUS", | |
"label": "Prometheus", | |
"description": "", | |
"type": "datasource", | |
"pluginId": "prometheus", | |
"pluginName": "Prometheus" | |
} | |
], | |
"__requires": [ | |
{ | |
"type": "panel", | |
"id": "singlestat", | |
"name": "Singlestat", | |
"version": "" | |
}, | |
{ | |
"type": "panel", | |
"id": "graph", | |
"name": "Graph", | |
"version": "" | |
}, | |
{ | |
"type": "grafana", | |
"id": "grafana", | |
"name": "Grafana", | |
"version": "3.1.0" | |
}, | |
{ | |
"type": "datasource", | |
"id": "prometheus", | |
"name": "Prometheus", | |
"version": "1.0.0" | |
} | |
], | |
"id": null, | |
"title": "Docker Dashboard", | |
"description": "Docker Monitoring Template", | |
"tags": [ | |
"docker" | |
], | |
"style": "dark", | |
"timezone": "browser", | |
"editable": true, | |
"hideControls": false, | |
"sharedCrosshair": true, | |
"rows": [ | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"rgba(50, 172, 45, 0.97)", | |
"rgba(237, 129, 40, 0.89)", | |
"rgba(245, 54, 54, 0.9)" | |
], | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"format": "percent", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": true, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"id": 4, | |
"interval": null, | |
"isNew": true, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"span": 4, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"targets": [ | |
{ | |
"expr": "(sum(node_memory_MemTotal) - sum(node_memory_MemFree+node_memory_Buffers+node_memory_Cached) ) / sum(node_memory_MemTotal) * 100", | |
"interval": "10s", | |
"intervalFactor": 1, | |
"refId": "A", | |
"step": 10 | |
} | |
], | |
"thresholds": "65, 90", | |
"title": "Memory usage", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"rgba(50, 172, 45, 0.97)", | |
"rgba(237, 129, 40, 0.89)", | |
"rgba(245, 54, 54, 0.9)" | |
], | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 2, | |
"editable": true, | |
"error": false, | |
"format": "percent", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": true, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"id": 6, | |
"interval": null, | |
"isNew": true, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"span": 4, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"targets": [ | |
{ | |
"expr": "sum(sum by (container_name)( rate(container_cpu_usage_seconds_total{image!=\"\"}[1m] ) )) / count(node_cpu{mode=\"system\"}) * 100", | |
"interval": "10s", | |
"intervalFactor": 1, | |
"refId": "A", | |
"step": 10 | |
} | |
], | |
"thresholds": "65, 90", | |
"title": "CPU usage", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
}, | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"rgba(50, 172, 45, 0.97)", | |
"rgba(237, 129, 40, 0.89)", | |
"rgba(245, 54, 54, 0.9)" | |
], | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 2, | |
"editable": true, | |
"error": false, | |
"format": "percent", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": true, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"id": 7, | |
"interval": null, | |
"isNew": true, | |
"links": [], | |
"mappingType": 1, | |
"mappingTypes": [ | |
{ | |
"name": "value to text", | |
"value": 1 | |
}, | |
{ | |
"name": "range to text", | |
"value": 2 | |
} | |
], | |
"maxDataPoints": 100, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"rangeMaps": [ | |
{ | |
"from": "null", | |
"text": "N/A", | |
"to": "null" | |
} | |
], | |
"span": 4, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"targets": [ | |
{ | |
"expr": "sum (container_fs_limit_bytes - container_fs_usage_bytes) / sum(container_fs_limit_bytes)", | |
"interval": "10s", | |
"intervalFactor": 1, | |
"metric": "", | |
"refId": "A", | |
"step": 10 | |
} | |
], | |
"thresholds": "65, 90", | |
"title": "Filesystem usage", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "current" | |
} | |
], | |
"title": "Row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 3, | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 3, | |
"isNew": true, | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": false, | |
"min": false, | |
"rightSide": true, | |
"show": true, | |
"sort": "current", | |
"sortDesc": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "sort_desc(sum(rate(container_cpu_user_seconds_total{image!=\"\"}[1m])) by (name))", | |
"interval": "10s", | |
"intervalFactor": 1, | |
"legendFormat": "{{ name }}", | |
"metric": "container_cpu_user_seconds_total", | |
"refId": "A", | |
"step": 10 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Container CPU usage", | |
"tooltip": { | |
"msResolution": true, | |
"shared": true, | |
"sort": 0, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "percentunit", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "New row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 2, | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 2, | |
"isNew": true, | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": false, | |
"min": false, | |
"rightSide": true, | |
"show": true, | |
"sideWidth": 200, | |
"sort": "current", | |
"sortDesc": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "sort_desc(sum(container_memory_usage_bytes{image!=\"\"}) by (name))", | |
"interval": "10s", | |
"intervalFactor": 1, | |
"legendFormat": "{{ name }}", | |
"metric": "container_memory_usage:sort_desc", | |
"refId": "A", | |
"step": 10 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Container Memory Usage", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "bytes", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 2, | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 8, | |
"isNew": true, | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": false, | |
"min": false, | |
"rightSide": true, | |
"show": true, | |
"sideWidth": 200, | |
"sort": "current", | |
"sortDesc": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "sort_desc(sum by (name) (rate(container_network_receive_bytes_total{image!=\"\"}[1m] ) ))", | |
"interval": "10s", | |
"intervalFactor": 1, | |
"legendFormat": "{{ name }}", | |
"metric": "container_network_receive_bytes_total", | |
"refId": "A", | |
"step": 10 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Container Network Input", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "bytes", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 2, | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 9, | |
"isNew": true, | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": false, | |
"min": false, | |
"rightSide": true, | |
"show": true, | |
"sideWidth": 200, | |
"sort": "current", | |
"sortDesc": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "sort_desc(sum by (name) (rate(container_network_transmit_bytes_total{image!=\"\"}[1m] ) ))", | |
"intervalFactor": 2, | |
"legendFormat": "{{ name }}", | |
"metric": "container_network_transmit_bytes_total", | |
"refId": "B", | |
"step": 4 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Container Network Output", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "bytes", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
] | |
} | |
], | |
"title": "New row" | |
} | |
], | |
"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" | |
] | |
}, | |
"templating": { | |
"list": [] | |
}, | |
"annotations": { | |
"list": [] | |
}, | |
"refresh": "10s", | |
"schemaVersion": 12, | |
"version": 3, | |
"links": [], | |
"gnetId": 179 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__inputs": [ | |
{ | |
"name": "DS_MAYA", | |
"label": "", | |
"description": "", | |
"type": "datasource", | |
"pluginId": "prometheus", | |
"pluginName": "Prometheus" | |
} | |
], | |
"__requires": [ | |
{ | |
"type": "panel", | |
"id": "graph", | |
"name": "Graph", | |
"version": "" | |
}, | |
{ | |
"type": "panel", | |
"id": "table", | |
"name": "Table", | |
"version": "" | |
}, | |
{ | |
"type": "grafana", | |
"id": "grafana", | |
"name": "Grafana", | |
"version": "3.1.1" | |
}, | |
{ | |
"type": "datasource", | |
"id": "prometheus", | |
"name": "Prometheus", | |
"version": "1.0.0" | |
} | |
], | |
"id": null, | |
"title": "Host Stats - Prometheus Node Exporter", | |
"tags": [], | |
"style": "dark", | |
"timezone": "browser", | |
"editable": true, | |
"hideControls": false, | |
"sharedCrosshair": false, | |
"rows": [ | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_MAYA}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 1, | |
"isNew": true, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 6, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "avg without (cpu)(irate(node_cpu{job=\"prometheus\",instance=\"$instance\",mode!=\"idle\"}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{mode}}", | |
"metric": "node_cpu", | |
"refId": "A", | |
"step": 60 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "CPU", | |
"tooltip": { | |
"shared": true, | |
"value_type": "individual", | |
"sort": 0, | |
"msResolution": false | |
}, | |
"type": "graph", | |
"yaxes": [ | |
{ | |
"show": true, | |
"min": null, | |
"max": 1, | |
"logBase": 1, | |
"format": "percentunit" | |
}, | |
{ | |
"show": true, | |
"min": null, | |
"max": null, | |
"logBase": 1, | |
"format": "short" | |
} | |
], | |
"xaxis": { | |
"show": true | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_MAYA}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 2, | |
"isNew": true, | |
"legend": { | |
"alignAsTable": false, | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": null, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": null, | |
"seriesOverrides": [], | |
"span": 6, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "node_memory_MemTotal{job='prometheus',instance='$instance'} - node_memory_MemFree{job='prometheus',instance='$instance'} - node_memory_Buffers{job='prometheus',instance='$instance'} - node_memory_Cached{job='prometheus',instance='$instance'}", | |
"intervalFactor": 2, | |
"legendFormat": "Used", | |
"refId": "A", | |
"step": 60 | |
}, | |
{ | |
"expr": "node_memory_Buffers{job='prometheus',instance='$instance'}", | |
"intervalFactor": 2, | |
"legendFormat": "Buffers", | |
"refId": "B", | |
"step": 60 | |
}, | |
{ | |
"expr": "node_memory_Cached{job='prometheus',instance='$instance'}", | |
"intervalFactor": 2, | |
"legendFormat": "Cached", | |
"refId": "D", | |
"step": 60 | |
}, | |
{ | |
"expr": "node_memory_MemFree{job='prometheus',instance='$instance'}", | |
"hide": false, | |
"intervalFactor": 2, | |
"legendFormat": "Free", | |
"refId": "C", | |
"step": 60 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Memory", | |
"tooltip": { | |
"shared": true, | |
"value_type": "individual", | |
"sort": 0, | |
"msResolution": false | |
}, | |
"type": "graph", | |
"yaxes": [ | |
{ | |
"show": true, | |
"min": 0, | |
"max": null, | |
"logBase": 1, | |
"format": "bytes", | |
"label": "" | |
}, | |
{ | |
"show": true, | |
"min": null, | |
"max": null, | |
"logBase": 1, | |
"format": "short" | |
} | |
], | |
"xaxis": { | |
"show": true | |
} | |
} | |
], | |
"title": "Row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_MAYA}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 3, | |
"isNew": true, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 4, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_disk_io_time_ms{job='prometheus',instance='$instance',device!~'^(md\\\\d+$|dm-)'}[5m]) / 1000", | |
"intervalFactor": 2, | |
"legendFormat": "{{device}}", | |
"refId": "A", | |
"step": 120 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk I/O Utilisation", | |
"tooltip": { | |
"shared": true, | |
"value_type": "cumulative", | |
"sort": 0, | |
"msResolution": false | |
}, | |
"type": "graph", | |
"yaxes": [ | |
{ | |
"show": true, | |
"min": null, | |
"max": 1, | |
"logBase": 1, | |
"format": "percentunit" | |
}, | |
{ | |
"show": true, | |
"min": null, | |
"max": null, | |
"logBase": 1, | |
"format": "short" | |
} | |
], | |
"xaxis": { | |
"show": true | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_MAYA}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 4, | |
"isNew": true, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"span": 4, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "1 - node_filesystem_free{job='prometheus',instance='$instance',fstype!='rootfs',mountpoint!~'/(run|var).*',mountpoint!=''} / node_filesystem_size{job='prometheus',instance='$instance'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{mountpoint}}", | |
"refId": "A", | |
"step": 120 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Filesystem Fullness", | |
"tooltip": { | |
"shared": true, | |
"value_type": "cumulative", | |
"sort": 0, | |
"msResolution": false | |
}, | |
"type": "graph", | |
"yaxes": [ | |
{ | |
"show": true, | |
"min": 0, | |
"max": 1, | |
"logBase": 1, | |
"format": "percentunit" | |
}, | |
{ | |
"show": true, | |
"min": null, | |
"max": null, | |
"logBase": 1, | |
"format": "short" | |
} | |
], | |
"xaxis": { | |
"show": true | |
} | |
}, | |
{ | |
"columns": [ | |
{ | |
"text": "Current", | |
"value": "current" | |
} | |
], | |
"editable": true, | |
"error": false, | |
"fontSize": "100%", | |
"hideTimeOverride": true, | |
"id": 5, | |
"isNew": true, | |
"links": [], | |
"pageSize": null, | |
"scroll": true, | |
"showHeader": true, | |
"sort": { | |
"col": 0, | |
"desc": true | |
}, | |
"span": 4, | |
"styles": [ | |
{ | |
"dateFormat": "YYYY-MM-DD HH:mm:ss", | |
"pattern": "Time", | |
"type": "date" | |
}, | |
{ | |
"colorMode": null, | |
"colors": [ | |
"rgba(245, 54, 54, 0.9)", | |
"rgba(237, 129, 40, 0.89)", | |
"rgba(50, 172, 45, 0.97)" | |
], | |
"decimals": 0, | |
"pattern": "/.*/", | |
"thresholds": [], | |
"type": "number", | |
"unit": "s" | |
} | |
], | |
"targets": [ | |
{ | |
"expr": "(node_filesystem_size{job='prometheus',instance='$instance'} - node_filesystem_free{job='prometheus',instance='$instance'}) / deriv(node_filesystem_free{job='prometheus',instance='$instance',fstype!='rootfs',mountpoint!~'/(run|var).*',mountpoint!=''}[3d]) > 0", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{mountpoint}}", | |
"refId": "A", | |
"step": 20 | |
} | |
], | |
"timeFrom": "1h", | |
"timeShift": null, | |
"title": "Filesystem Fill Up Time", | |
"transform": "timeseries_aggregations", | |
"type": "table" | |
} | |
], | |
"title": "New row" | |
} | |
], | |
"time": { | |
"from": "now-6h", | |
"to": "now" | |
}, | |
"timepicker": { | |
"now": true, | |
"refresh_intervals": [ | |
"5s", | |
"10s", | |
"30s", | |
"1m", | |
"5m", | |
"15m", | |
"30m", | |
"1h", | |
"2h", | |
"1d" | |
], | |
"time_options": [ | |
"5m", | |
"15m", | |
"1h", | |
"6h", | |
"12h", | |
"24h", | |
"2d", | |
"7d", | |
"30d" | |
] | |
}, | |
"templating": { | |
"list": [ | |
{ | |
"allFormat": "glob", | |
"current": {}, | |
"datasource": "${DS_MAYA}", | |
"hideLabel": false, | |
"includeAll": false, | |
"label": "Machine", | |
"multi": false, | |
"multiFormat": "glob", | |
"name": "instance", | |
"options": [], | |
"query": "up{job=\"prometheus\"}", | |
"refresh": 1, | |
"regex": ".*instance=\"(.*?)\".*", | |
"type": "query", | |
"hide": 0 | |
} | |
] | |
}, | |
"annotations": { | |
"list": [] | |
}, | |
"schemaVersion": 12, | |
"version": 12, | |
"links": [], | |
"gnetId": 718, | |
"description": "Basic host stats: CPU, Memory Usage, Disk Utilisation, Filesystem usage and Predicted time to filesystems filling" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__inputs": [ | |
{ | |
"name": "DS_PROMETHEUS", | |
"label": "Prometheus", | |
"description": "", | |
"type": "datasource", | |
"pluginId": "prometheus", | |
"pluginName": "Prometheus" | |
} | |
], | |
"__requires": [ | |
{ | |
"type": "panel", | |
"id": "graph", | |
"name": "Graph", | |
"version": "" | |
}, | |
{ | |
"type": "grafana", | |
"id": "grafana", | |
"name": "Grafana", | |
"version": "3.1.0" | |
}, | |
{ | |
"type": "datasource", | |
"id": "prometheus", | |
"name": "Prometheus", | |
"version": "1.0.0" | |
} | |
], | |
"id": null, | |
"title": "Node Exporter Server Metrics", | |
"description": "Dashboard to view multiple servers side by side.", | |
"tags": [ | |
"prometheus" | |
], | |
"style": "dark", | |
"timezone": "browser", | |
"editable": true, | |
"hideControls": false, | |
"sharedCrosshair": false, | |
"rows": [ | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "25px", | |
"panels": [ | |
{ | |
"content": "", | |
"editable": true, | |
"error": false, | |
"id": 11, | |
"minSpan": 2, | |
"mode": "html", | |
"repeat": "node", | |
"span": 12, | |
"style": {}, | |
"title": "$node", | |
"type": "text" | |
} | |
], | |
"title": "Title" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "25px", | |
"panels": [ | |
{ | |
"cacheTimeout": null, | |
"colorBackground": false, | |
"colorValue": false, | |
"colors": [ | |
"rgba(245, 54, 54, 0.9)", | |
"rgba(237, 129, 40, 0.89)", | |
"rgba(50, 172, 45, 0.97)" | |
], | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"format": "none", | |
"gauge": { | |
"maxValue": 100, | |
"minValue": 0, | |
"show": false, | |
"thresholdLabels": false, | |
"thresholdMarkers": true | |
}, | |
"id": 20, | |
"interval": null, | |
"links": [], | |
"maxDataPoints": 100, | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"nullText": null, | |
"postfix": "", | |
"postfixFontSize": "50%", | |
"prefix": "", | |
"prefixFontSize": "50%", | |
"repeat": "node", | |
"span": 12, | |
"sparkline": { | |
"fillColor": "rgba(31, 118, 189, 0.18)", | |
"full": false, | |
"lineColor": "rgb(31, 120, 193)", | |
"show": false | |
}, | |
"targets": [ | |
{ | |
"expr": "count(node_cpu{instance=~\"$node\", mode=\"system\"})", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "", | |
"metric": "", | |
"refId": "A", | |
"step": 14400, | |
"target": "" | |
} | |
], | |
"thresholds": "", | |
"title": "CPU Cores", | |
"type": "singlestat", | |
"valueFontSize": "80%", | |
"valueMaps": [ | |
{ | |
"op": "=", | |
"text": "N/A", | |
"value": "null" | |
} | |
], | |
"valueName": "avg" | |
} | |
], | |
"title": "New row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 3, | |
"editable": true, | |
"error": false, | |
"fill": 10, | |
"grid": { | |
"threshold1": 0, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)", | |
"thresholdLine": false | |
}, | |
"id": 7, | |
"legend": { | |
"alignAsTable": false, | |
"avg": false, | |
"current": false, | |
"hideEmpty": false, | |
"max": false, | |
"min": false, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 0, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": true, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode=\"system\",instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{mode}}", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='user',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "user", | |
"refId": "B", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='nice',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "nice", | |
"refId": "C", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='iowait',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "iowait", | |
"refId": "E", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='steal',instance=~'$node'}[5m]))", | |
"intervalFactor": 2, | |
"legendFormat": "steal", | |
"refId": "H", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='idle',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "idle", | |
"refId": "D", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='irq',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "irq", | |
"refId": "F", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='softirq',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "softirq", | |
"refId": "G", | |
"step": 1200 | |
}, | |
{ | |
"expr": "sum by (mode)(irate(node_cpu{mode='guest',instance=~'$node'}[5m]))", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "guest", | |
"refId": "I", | |
"step": 1200 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "CPU", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"label": "%", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "CPU" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": { | |
"Slab": "#E5A8E2", | |
"Swap": "#E24D42" | |
}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 2, | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 17, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [ | |
{ | |
"alias": "/Apps|Buffers|Cached|Free|Slab|SwapCached|PageTables|VmallocUsed/", | |
"fill": 5, | |
"stack": true | |
}, | |
{ | |
"alias": "Swap", | |
"fill": 5, | |
"stack": true | |
} | |
], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "( node_memory_MemTotal{instance=~'$node'} - node_memory_MemFree{instance=~'$node'} - node_memory_Buffers{instance=~'$node'} - node_memory_Cached{instance=~'$node'} - node_memory_SwapCached{instance=~'$node'} - node_memory_Slab{instance=~'$node'} - node_memory_PageTables{instance=~'$node'} - node_memory_VmallocUsed{instance=~'$node'} )", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Apps", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
}, | |
{ | |
"expr": "node_memory_Buffers{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Buffers", | |
"refId": "B", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_Cached{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Cached", | |
"refId": "D", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_MemFree{instance=~'$node'}", | |
"hide": false, | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Free", | |
"refId": "E", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_Slab{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Slab", | |
"refId": "F", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_SwapCached{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "SwapCached", | |
"refId": "G", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_PageTables{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "PageTables", | |
"refId": "H", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_VmallocUsed{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "VmallocUsed", | |
"metric": "", | |
"refId": "I", | |
"step": 1200 | |
}, | |
{ | |
"expr": "(node_memory_SwapTotal{instance=~'$node'} - node_memory_SwapFree{instance=~'$node'})", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Swap", | |
"metric": "", | |
"refId": "C", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_Committed_AS{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Committed", | |
"metric": "", | |
"refId": "J", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_Mapped{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Mapped", | |
"refId": "K", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_Active{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Active", | |
"metric": "", | |
"refId": "L", | |
"step": 1200 | |
}, | |
{ | |
"expr": "node_memory_Inactive{instance=~'$node'}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Inactive", | |
"metric": "", | |
"refId": "M", | |
"step": 1200 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Memory", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "bytes", | |
"label": "GB", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Memory" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 13, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "node_load1{instance=~\"$node\"}", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "load", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Load", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Load" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"decimals": 3, | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 9, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "100.0 - 100 * (node_filesystem_free{instance=~'$node',device !~'tmpfs',device!~'by-uuid'} / node_filesystem_size{instance=~'$node',device !~'tmpfs',device!~'by-uuid'})", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{mountpoint}}", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk Space Used", | |
"tooltip": { | |
"msResolution": true, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "percent", | |
"logBase": 1, | |
"max": 100, | |
"min": 0, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Disk Used" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 19, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_disk_io_time_ms{instance=~\"$node\"}[5m])/10", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{device}}", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk Utilization per Device", | |
"tooltip": { | |
"msResolution": false, | |
"shared": false, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "percent", | |
"logBase": 1, | |
"max": 100, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Disk Utilization" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 14, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [ | |
{ | |
"alias": "/.*_read$/", | |
"transform": "negative-Y" | |
} | |
], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_disk_reads_completed{instance=~'$node'}[5m])", | |
"interval": "", | |
"intervalFactor": 4, | |
"legendFormat": "{{device}}_read", | |
"metric": "", | |
"refId": "A", | |
"step": 2400, | |
"target": "" | |
}, | |
{ | |
"expr": "irate(node_disk_writes_completed{instance=~'$node'}[5m])", | |
"intervalFactor": 2, | |
"legendFormat": "{{device}}_write", | |
"metric": "", | |
"refId": "B", | |
"step": 1200 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk IOs per Device", | |
"tooltip": { | |
"msResolution": false, | |
"shared": false, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"label": "IO/second read (-) / write (+)", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Disk IOs per device" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 18, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [ | |
{ | |
"alias": "/.*_read/", | |
"transform": "negative-Y" | |
} | |
], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_disk_sectors_read{instance=~'$node'}[5m]) * 512", | |
"interval": "", | |
"intervalFactor": 4, | |
"legendFormat": "{{device}}_read", | |
"refId": "B", | |
"step": 2400 | |
}, | |
{ | |
"expr": "irate(node_disk_sectors_written{instance=~'$node'}[5m]) * 512", | |
"interval": "", | |
"intervalFactor": 4, | |
"legendFormat": "{{device}}_write", | |
"metric": "", | |
"refId": "A", | |
"step": 2400, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk Throughput per Device", | |
"tooltip": { | |
"msResolution": false, | |
"shared": false, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "bytes", | |
"label": "Bytes/second read (-) / write (+)", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Disk Throughput per device" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 22, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_context_switches{instance=~\"$node\"}[5m])", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "context switches", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Context Switches", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "Network Traffic" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 12, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [ | |
{ | |
"alias": "/.*_in/", | |
"transform": "negative-Y" | |
} | |
], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_network_receive_bytes{instance=~'$node'}[5m])*8", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{device}}_in", | |
"metric": "", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
}, | |
{ | |
"expr": "irate(node_network_transmit_bytes{instance=~'$node'}[5m])*8", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "{{device}}_out", | |
"refId": "B", | |
"step": 1200 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Network Traffic", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "bits", | |
"label": "bits in (-) / bits out (+)", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"repeat": null, | |
"title": "New row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 21, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "node_netstat_Tcp_CurrEstab{instance=~'$node'}", | |
"intervalFactor": 2, | |
"legendFormat": "established", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Netstat", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "New row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 23, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [ | |
{ | |
"alias": "/.*Out.*/", | |
"transform": "negative-Y" | |
}, | |
{ | |
"alias": "Udp_NoPorts", | |
"yaxis": 2 | |
} | |
], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "irate(node_netstat_Udp_InDatagrams{instance=~\"$node\"}[5m])", | |
"intervalFactor": 2, | |
"legendFormat": "Udp_InDatagrams", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
}, | |
{ | |
"expr": "irate(node_netstat_Udp_InErrors{instance=~\"$node\"}[5m])", | |
"intervalFactor": 2, | |
"legendFormat": "Udp_InErrors", | |
"refId": "B", | |
"step": 1200 | |
}, | |
{ | |
"expr": "irate(node_netstat_Udp_OutDatagrams{instance=~\"$node\"}[5m])", | |
"interval": "", | |
"intervalFactor": 2, | |
"legendFormat": "Udp_OutDatagrams", | |
"refId": "C", | |
"step": 1200 | |
}, | |
{ | |
"expr": "irate(node_netstat_Udp_NoPorts{instance=~\"$node\"}[5m])", | |
"intervalFactor": 2, | |
"legendFormat": "Udp_NoPorts", | |
"refId": "D", | |
"step": 1200 | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "UDP Stats", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"title": "New row" | |
}, | |
{ | |
"collapse": false, | |
"editable": true, | |
"height": "250px", | |
"panels": [ | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"datasource": "${DS_PROMETHEUS}", | |
"editable": true, | |
"error": false, | |
"fill": 1, | |
"grid": { | |
"threshold1": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2": null, | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"id": 24, | |
"legend": { | |
"avg": false, | |
"current": false, | |
"max": false, | |
"min": false, | |
"show": true, | |
"total": false, | |
"values": false | |
}, | |
"lines": true, | |
"linewidth": 2, | |
"links": [], | |
"minSpan": 2, | |
"nullPointMode": "connected", | |
"percentage": false, | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"repeat": "node", | |
"seriesOverrides": [], | |
"span": 12, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"expr": "node_nf_conntrack_entries_limit{instance=~\"$node\"} - node_nf_conntrack_entries{instance=~\"$node\"}", | |
"intervalFactor": 2, | |
"legendFormat": "free", | |
"refId": "A", | |
"step": 1200, | |
"target": "" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Conntrack", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"value_type": "cumulative" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"show": true | |
}, | |
"yaxes": [ | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
] | |
} | |
], | |
"repeat": null, | |
"title": "New row" | |
} | |
], | |
"time": { | |
"from": "now-7d", | |
"to": "now" | |
}, | |
"timepicker": { | |
"now": true, | |
"refresh_intervals": [ | |
"5s", | |
"10s", | |
"30s", | |
"1m", | |
"5m", | |
"15m", | |
"30m", | |
"1h", | |
"2h", | |
"1d" | |
], | |
"time_options": [ | |
"5m", | |
"15m", | |
"1h", | |
"6h", | |
"12h", | |
"24h", | |
"2d", | |
"7d", | |
"30d" | |
] | |
}, | |
"templating": { | |
"list": [ | |
{ | |
"allFormat": "glob", | |
"current": { | |
"tags": [], | |
"text": null, | |
"value": [] | |
}, | |
"datasource": "${DS_PROMETHEUS}", | |
"hide": 0, | |
"includeAll": false, | |
"label": "", | |
"multi": true, | |
"multiFormat": "regex values", | |
"name": "node", | |
"query": "label_values(node_boot_time, instance)", | |
"refresh": 1, | |
"type": "query", | |
"options": [] | |
} | |
] | |
}, | |
"annotations": { | |
"list": [] | |
}, | |
"schemaVersion": 12, | |
"version": 30, | |
"links": [], | |
"gnetId": 405 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment