4 "name": "DS_PROMETHEUS",
8 "pluginId": "prometheus",
9 "pluginName": "Prometheus"
41 "name": "Time series",
48 "$$hashKey": "object:1058",
56 "iconColor": "rgba(0, 211, 255, 1)",
57 "name": "Annotations & Alerts",
69 "uid": "${DS_PROMETHEUS}"
72 "expr": "changes(node_boot_time_seconds{instance=\"$node\"}[$__rate_interval])",
79 "fiscalYearStartMonth": 0,
85 "icon": "external link",
90 "url": "https://github.com/rfmoz/grafana-dashboards"
93 "icon": "external link",
98 "url": "https://grafana.com/grafana/dashboards/1860"
106 "type": "prometheus",
107 "uid": "${DS_PROMETHEUS}"
120 "type": "prometheus",
121 "uid": "${DS_PROMETHEUS}"
126 "title": "Quick CPU / Mem / Disk",
131 "type": "prometheus",
132 "uid": "${DS_PROMETHEUS}"
134 "description": "Busy state of all CPU cores together",
157 "color": "rgba(50, 172, 45, 0.97)",
161 "color": "rgba(237, 129, 40, 0.89)",
165 "color": "rgba(245, 54, 54, 0.9)",
183 "orientation": "horizontal",
191 "showThresholdLabels": false,
192 "showThresholdMarkers": true
194 "pluginVersion": "9.2.3",
198 "type": "prometheus",
199 "uid": "${DS_PROMETHEUS}"
201 "editorMode": "code",
202 "expr": "(sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))) * 100",
216 "type": "prometheus",
217 "uid": "${DS_PROMETHEUS}"
219 "description": "Busy state of all CPU cores together (5 min average)",
242 "color": "rgba(50, 172, 45, 0.97)",
246 "color": "rgba(237, 129, 40, 0.89)",
250 "color": "rgba(245, 54, 54, 0.9)",
268 "orientation": "horizontal",
276 "showThresholdLabels": false,
277 "showThresholdMarkers": true
279 "pluginVersion": "9.2.3",
283 "type": "prometheus",
284 "uid": "${DS_PROMETHEUS}"
286 "expr": "avg(node_load5{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
287 "format": "time_series",
294 "title": "Sys Load (5m avg)",
299 "type": "prometheus",
300 "uid": "${DS_PROMETHEUS}"
302 "description": "Busy state of all CPU cores together (15 min average)",
325 "color": "rgba(50, 172, 45, 0.97)",
329 "color": "rgba(237, 129, 40, 0.89)",
333 "color": "rgba(245, 54, 54, 0.9)",
351 "orientation": "horizontal",
359 "showThresholdLabels": false,
360 "showThresholdMarkers": true
362 "pluginVersion": "9.2.3",
366 "type": "prometheus",
367 "uid": "${DS_PROMETHEUS}"
369 "expr": "avg(node_load15{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
376 "title": "Sys Load (15m avg)",
381 "type": "prometheus",
382 "uid": "${DS_PROMETHEUS}"
384 "description": "Non available RAM memory",
398 "color": "rgba(50, 172, 45, 0.97)",
402 "color": "rgba(237, 129, 40, 0.89)",
406 "color": "rgba(245, 54, 54, 0.9)",
421 "hideTimeOverride": false,
425 "orientation": "horizontal",
433 "showThresholdLabels": false,
434 "showThresholdMarkers": true
436 "pluginVersion": "9.2.3",
440 "type": "prometheus",
441 "uid": "${DS_PROMETHEUS}"
443 "expr": "((node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100",
444 "format": "time_series",
452 "type": "prometheus",
453 "uid": "${DS_PROMETHEUS}"
455 "expr": "100 - ((node_memory_MemAvailable_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"})",
456 "format": "time_series",
468 "type": "prometheus",
469 "uid": "${DS_PROMETHEUS}"
471 "description": "Used Swap",
494 "color": "rgba(50, 172, 45, 0.97)",
498 "color": "rgba(237, 129, 40, 0.89)",
502 "color": "rgba(245, 54, 54, 0.9)",
520 "orientation": "horizontal",
528 "showThresholdLabels": false,
529 "showThresholdMarkers": true
531 "pluginVersion": "9.2.3",
535 "type": "prometheus",
536 "uid": "${DS_PROMETHEUS}"
538 "expr": "((node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100",
544 "title": "SWAP Used",
549 "type": "prometheus",
550 "uid": "${DS_PROMETHEUS}"
552 "description": "Used Root FS",
575 "color": "rgba(50, 172, 45, 0.97)",
579 "color": "rgba(237, 129, 40, 0.89)",
583 "color": "rgba(245, 54, 54, 0.9)",
601 "orientation": "horizontal",
609 "showThresholdLabels": false,
610 "showThresholdMarkers": true
612 "pluginVersion": "9.2.3",
616 "type": "prometheus",
617 "uid": "${DS_PROMETHEUS}"
619 "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"})",
620 "format": "time_series",
626 "title": "Root FS Used",
631 "type": "prometheus",
632 "uid": "${DS_PROMETHEUS}"
634 "description": "Total number of CPU cores",
676 "maxDataPoints": 100,
680 "justifyMode": "auto",
681 "orientation": "horizontal",
691 "pluginVersion": "9.2.3",
695 "type": "prometheus",
696 "uid": "${DS_PROMETHEUS}"
698 "expr": "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))",
706 "title": "CPU Cores",
711 "type": "prometheus",
712 "uid": "${DS_PROMETHEUS}"
714 "description": "System uptime",
755 "hideTimeOverride": true,
758 "maxDataPoints": 100,
762 "justifyMode": "auto",
763 "orientation": "horizontal",
773 "pluginVersion": "9.2.3",
777 "type": "prometheus",
778 "uid": "${DS_PROMETHEUS}"
780 "expr": "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}",
791 "type": "prometheus",
792 "uid": "${DS_PROMETHEUS}"
794 "description": "Total RootFS",
816 "color": "rgba(50, 172, 45, 0.97)",
820 "color": "rgba(237, 129, 40, 0.89)",
824 "color": "rgba(245, 54, 54, 0.9)",
841 "maxDataPoints": 100,
845 "justifyMode": "auto",
846 "orientation": "horizontal",
856 "pluginVersion": "9.2.3",
860 "type": "prometheus",
861 "uid": "${DS_PROMETHEUS}"
863 "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}",
864 "format": "time_series",
871 "title": "RootFS Total",
876 "type": "prometheus",
877 "uid": "${DS_PROMETHEUS}"
879 "description": "Total RAM",
922 "maxDataPoints": 100,
926 "justifyMode": "auto",
927 "orientation": "horizontal",
937 "pluginVersion": "9.2.3",
941 "type": "prometheus",
942 "uid": "${DS_PROMETHEUS}"
944 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
950 "title": "RAM Total",
955 "type": "prometheus",
956 "uid": "${DS_PROMETHEUS}"
958 "description": "Total SWAP",
1001 "maxDataPoints": 100,
1003 "colorMode": "none",
1004 "graphMode": "none",
1005 "justifyMode": "auto",
1006 "orientation": "horizontal",
1016 "pluginVersion": "9.2.3",
1020 "type": "prometheus",
1021 "uid": "${DS_PROMETHEUS}"
1023 "expr": "node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"}",
1024 "intervalFactor": 1,
1029 "title": "SWAP Total",
1035 "type": "prometheus",
1036 "uid": "${DS_PROMETHEUS}"
1049 "type": "prometheus",
1050 "uid": "${DS_PROMETHEUS}"
1055 "title": "Basic CPU / Mem / Net / Disk",
1060 "type": "prometheus",
1061 "uid": "${DS_PROMETHEUS}"
1063 "description": "Basic CPU info",
1067 "mode": "palette-classic"
1070 "axisCenteredZero": false,
1071 "axisColorMode": "text",
1073 "axisPlacement": "auto",
1075 "drawStyle": "line",
1077 "gradientMode": "none",
1083 "lineInterpolation": "smooth",
1086 "scaleDistribution": {
1089 "showPoints": "never",
1095 "thresholdsStyle": {
1115 "unit": "percentunit"
1121 "options": "Busy Iowait"
1127 "fixedColor": "#890F02",
1142 "fixedColor": "#052B51",
1151 "options": "Busy Iowait"
1157 "fixedColor": "#890F02",
1172 "fixedColor": "#7EB26D",
1181 "options": "Busy System"
1187 "fixedColor": "#EAB839",
1196 "options": "Busy User"
1202 "fixedColor": "#0A437C",
1211 "options": "Busy Other"
1217 "fixedColor": "#6D1F62",
1236 "displayMode": "list",
1237 "placement": "bottom",
1246 "pluginVersion": "9.2.0",
1250 "type": "prometheus",
1251 "uid": "${DS_PROMETHEUS}"
1253 "editorMode": "code",
1254 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1255 "format": "time_series",
1257 "intervalFactor": 1,
1258 "legendFormat": "Busy System",
1265 "type": "prometheus",
1266 "uid": "${DS_PROMETHEUS}"
1268 "editorMode": "code",
1269 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1270 "format": "time_series",
1272 "intervalFactor": 1,
1273 "legendFormat": "Busy User",
1280 "type": "prometheus",
1281 "uid": "${DS_PROMETHEUS}"
1283 "editorMode": "code",
1284 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1285 "format": "time_series",
1286 "intervalFactor": 1,
1287 "legendFormat": "Busy Iowait",
1294 "type": "prometheus",
1295 "uid": "${DS_PROMETHEUS}"
1297 "editorMode": "code",
1298 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=~\".*irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1299 "format": "time_series",
1300 "intervalFactor": 1,
1301 "legendFormat": "Busy IRQs",
1308 "type": "prometheus",
1309 "uid": "${DS_PROMETHEUS}"
1311 "editorMode": "code",
1312 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq'}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1313 "format": "time_series",
1314 "intervalFactor": 1,
1315 "legendFormat": "Busy Other",
1322 "type": "prometheus",
1323 "uid": "${DS_PROMETHEUS}"
1325 "editorMode": "code",
1326 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
1327 "format": "time_series",
1328 "intervalFactor": 1,
1329 "legendFormat": "Idle",
1335 "title": "CPU Basic",
1336 "type": "timeseries"
1340 "type": "prometheus",
1341 "uid": "${DS_PROMETHEUS}"
1343 "description": "Basic memory usage",
1347 "mode": "palette-classic"
1350 "axisCenteredZero": false,
1351 "axisColorMode": "text",
1353 "axisPlacement": "auto",
1355 "drawStyle": "line",
1357 "gradientMode": "none",
1363 "lineInterpolation": "linear",
1366 "scaleDistribution": {
1369 "showPoints": "never",
1375 "thresholdsStyle": {
1407 "fixedColor": "#629E51",
1416 "options": "Buffers"
1422 "fixedColor": "#614D93",
1437 "fixedColor": "#6D1F62",
1452 "fixedColor": "#511749",
1461 "options": "Committed"
1467 "fixedColor": "#508642",
1482 "fixedColor": "#0A437C",
1491 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
1497 "fixedColor": "#CFFAFF",
1506 "options": "Inactive"
1512 "fixedColor": "#584477",
1521 "options": "PageTables"
1527 "fixedColor": "#0A50A1",
1536 "options": "Page_Tables"
1542 "fixedColor": "#0A50A1",
1551 "options": "RAM_Free"
1557 "fixedColor": "#E0F9D7",
1566 "options": "SWAP Used"
1572 "fixedColor": "#BF1B00",
1587 "fixedColor": "#806EB7",
1596 "options": "Slab_Cache"
1602 "fixedColor": "#E0752D",
1617 "fixedColor": "#BF1B00",
1626 "options": "Swap Used"
1632 "fixedColor": "#BF1B00",
1641 "options": "Swap_Cache"
1647 "fixedColor": "#C15C17",
1656 "options": "Swap_Free"
1662 "fixedColor": "#2F575E",
1677 "fixedColor": "#EAB839",
1686 "options": "RAM Total"
1692 "fixedColor": "#E0F9D7",
1697 "id": "custom.fillOpacity",
1701 "id": "custom.stacking",
1712 "options": "RAM Cache + Buffer"
1718 "fixedColor": "#052B51",
1727 "options": "RAM Free"
1733 "fixedColor": "#7EB26D",
1742 "options": "Avaliable"
1748 "fixedColor": "#DEDAF7",
1753 "id": "custom.fillOpacity",
1757 "id": "custom.stacking",
1778 "displayMode": "list",
1779 "placement": "bottom",
1788 "pluginVersion": "9.2.0",
1792 "type": "prometheus",
1793 "uid": "${DS_PROMETHEUS}"
1795 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
1796 "format": "time_series",
1798 "intervalFactor": 1,
1799 "legendFormat": "RAM Total",
1805 "type": "prometheus",
1806 "uid": "${DS_PROMETHEUS}"
1808 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"})",
1809 "format": "time_series",
1811 "intervalFactor": 1,
1812 "legendFormat": "RAM Used",
1818 "type": "prometheus",
1819 "uid": "${DS_PROMETHEUS}"
1821 "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}",
1822 "format": "time_series",
1823 "intervalFactor": 1,
1824 "legendFormat": "RAM Cache + Buffer",
1830 "type": "prometheus",
1831 "uid": "${DS_PROMETHEUS}"
1833 "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
1834 "format": "time_series",
1835 "intervalFactor": 1,
1836 "legendFormat": "RAM Free",
1842 "type": "prometheus",
1843 "uid": "${DS_PROMETHEUS}"
1845 "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
1846 "format": "time_series",
1847 "intervalFactor": 1,
1848 "legendFormat": "SWAP Used",
1853 "title": "Memory Basic",
1854 "type": "timeseries"
1858 "type": "prometheus",
1859 "uid": "${DS_PROMETHEUS}"
1861 "description": "Basic network info per interface",
1865 "mode": "palette-classic"
1868 "axisCenteredZero": false,
1869 "axisColorMode": "text",
1871 "axisPlacement": "auto",
1873 "drawStyle": "line",
1875 "gradientMode": "none",
1881 "lineInterpolation": "linear",
1884 "scaleDistribution": {
1887 "showPoints": "never",
1893 "thresholdsStyle": {
1918 "options": "Recv_bytes_eth2"
1924 "fixedColor": "#7EB26D",
1933 "options": "Recv_bytes_lo"
1939 "fixedColor": "#0A50A1",
1948 "options": "Recv_drop_eth2"
1954 "fixedColor": "#6ED0E0",
1963 "options": "Recv_drop_lo"
1969 "fixedColor": "#E0F9D7",
1978 "options": "Recv_errs_eth2"
1984 "fixedColor": "#BF1B00",
1993 "options": "Recv_errs_lo"
1999 "fixedColor": "#CCA300",
2008 "options": "Trans_bytes_eth2"
2014 "fixedColor": "#7EB26D",
2023 "options": "Trans_bytes_lo"
2029 "fixedColor": "#0A50A1",
2038 "options": "Trans_drop_eth2"
2044 "fixedColor": "#6ED0E0",
2053 "options": "Trans_drop_lo"
2059 "fixedColor": "#E0F9D7",
2068 "options": "Trans_errs_eth2"
2074 "fixedColor": "#BF1B00",
2083 "options": "Trans_errs_lo"
2089 "fixedColor": "#CCA300",
2098 "options": "recv_bytes_lo"
2104 "fixedColor": "#0A50A1",
2113 "options": "recv_drop_eth0"
2119 "fixedColor": "#99440A",
2128 "options": "recv_drop_lo"
2134 "fixedColor": "#967302",
2143 "options": "recv_errs_eth0"
2149 "fixedColor": "#BF1B00",
2158 "options": "recv_errs_lo"
2164 "fixedColor": "#890F02",
2173 "options": "trans_bytes_eth0"
2179 "fixedColor": "#7EB26D",
2188 "options": "trans_bytes_lo"
2194 "fixedColor": "#0A50A1",
2203 "options": "trans_drop_eth0"
2209 "fixedColor": "#99440A",
2218 "options": "trans_drop_lo"
2224 "fixedColor": "#967302",
2233 "options": "trans_errs_eth0"
2239 "fixedColor": "#BF1B00",
2248 "options": "trans_errs_lo"
2254 "fixedColor": "#890F02",
2263 "options": "/.*trans.*/"
2267 "id": "custom.transform",
2268 "value": "negative-Y"
2285 "displayMode": "list",
2286 "placement": "bottom",
2294 "pluginVersion": "9.2.0",
2298 "type": "prometheus",
2299 "uid": "${DS_PROMETHEUS}"
2301 "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
2302 "format": "time_series",
2303 "intervalFactor": 1,
2304 "legendFormat": "recv {{device}}",
2310 "type": "prometheus",
2311 "uid": "${DS_PROMETHEUS}"
2313 "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
2314 "format": "time_series",
2315 "intervalFactor": 1,
2316 "legendFormat": "trans {{device}} ",
2321 "title": "Network Traffic Basic",
2322 "type": "timeseries"
2326 "type": "prometheus",
2327 "uid": "${DS_PROMETHEUS}"
2329 "description": "Disk space used of all filesystems mounted",
2333 "mode": "palette-classic"
2336 "axisCenteredZero": false,
2337 "axisColorMode": "text",
2339 "axisPlacement": "auto",
2341 "drawStyle": "line",
2343 "gradientMode": "none",
2349 "lineInterpolation": "linear",
2352 "scaleDistribution": {
2355 "showPoints": "never",
2361 "thresholdsStyle": {
2397 "displayMode": "list",
2398 "placement": "bottom",
2406 "pluginVersion": "9.2.0",
2410 "type": "prometheus",
2411 "uid": "${DS_PROMETHEUS}"
2413 "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'})",
2414 "format": "time_series",
2415 "intervalFactor": 1,
2416 "legendFormat": "{{mountpoint}}",
2421 "title": "Disk Space Used Basic",
2422 "type": "timeseries"
2427 "type": "prometheus",
2428 "uid": "${DS_PROMETHEUS}"
2440 "type": "prometheus",
2441 "uid": "${DS_PROMETHEUS}"
2447 "mode": "palette-classic"
2450 "axisCenteredZero": false,
2451 "axisColorMode": "text",
2452 "axisLabel": "percentage",
2453 "axisPlacement": "auto",
2455 "drawStyle": "line",
2457 "gradientMode": "none",
2463 "lineInterpolation": "smooth",
2466 "scaleDistribution": {
2469 "showPoints": "never",
2475 "thresholdsStyle": {
2495 "unit": "percentunit"
2501 "options": "Idle - Waiting for something to happen"
2507 "fixedColor": "#052B51",
2516 "options": "Iowait - Waiting for I/O to complete"
2522 "fixedColor": "#EAB839",
2531 "options": "Irq - Servicing interrupts"
2537 "fixedColor": "#BF1B00",
2546 "options": "Nice - Niced processes executing in user mode"
2552 "fixedColor": "#C15C17",
2561 "options": "Softirq - Servicing softirqs"
2567 "fixedColor": "#E24D42",
2576 "options": "Steal - Time spent in other operating systems when running in a virtualized environment"
2582 "fixedColor": "#FCE2DE",
2591 "options": "System - Processes executing in kernel mode"
2597 "fixedColor": "#508642",
2606 "options": "User - Normal processes executing in user mode"
2612 "fixedColor": "#5195CE",
2636 "displayMode": "table",
2637 "placement": "bottom",
2646 "pluginVersion": "9.2.0",
2650 "type": "prometheus",
2651 "uid": "${DS_PROMETHEUS}"
2653 "editorMode": "code",
2654 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2655 "format": "time_series",
2657 "intervalFactor": 1,
2658 "legendFormat": "System - Processes executing in kernel mode",
2665 "type": "prometheus",
2666 "uid": "${DS_PROMETHEUS}"
2668 "editorMode": "code",
2669 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2670 "format": "time_series",
2671 "intervalFactor": 1,
2672 "legendFormat": "User - Normal processes executing in user mode",
2679 "type": "prometheus",
2680 "uid": "${DS_PROMETHEUS}"
2682 "editorMode": "code",
2683 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"nice\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2684 "format": "time_series",
2685 "intervalFactor": 1,
2686 "legendFormat": "Nice - Niced processes executing in user mode",
2693 "type": "prometheus",
2694 "uid": "${DS_PROMETHEUS}"
2696 "editorMode": "code",
2697 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2698 "format": "time_series",
2699 "intervalFactor": 1,
2700 "legendFormat": "Iowait - Waiting for I/O to complete",
2707 "type": "prometheus",
2708 "uid": "${DS_PROMETHEUS}"
2710 "editorMode": "code",
2711 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2712 "format": "time_series",
2713 "intervalFactor": 1,
2714 "legendFormat": "Irq - Servicing interrupts",
2721 "type": "prometheus",
2722 "uid": "${DS_PROMETHEUS}"
2724 "editorMode": "code",
2725 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"softirq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2726 "format": "time_series",
2727 "intervalFactor": 1,
2728 "legendFormat": "Softirq - Servicing softirqs",
2735 "type": "prometheus",
2736 "uid": "${DS_PROMETHEUS}"
2738 "editorMode": "code",
2739 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"steal\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2740 "format": "time_series",
2741 "intervalFactor": 1,
2742 "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment",
2749 "type": "prometheus",
2750 "uid": "${DS_PROMETHEUS}"
2752 "editorMode": "code",
2753 "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))",
2754 "format": "time_series",
2756 "intervalFactor": 1,
2757 "legendFormat": "Idle - Waiting for something to happen",
2764 "type": "timeseries"
2768 "type": "prometheus",
2769 "uid": "${DS_PROMETHEUS}"
2775 "mode": "palette-classic"
2778 "axisCenteredZero": false,
2779 "axisColorMode": "text",
2780 "axisLabel": "bytes",
2781 "axisPlacement": "auto",
2783 "drawStyle": "line",
2785 "gradientMode": "none",
2791 "lineInterpolation": "linear",
2794 "scaleDistribution": {
2797 "showPoints": "never",
2803 "thresholdsStyle": {
2835 "fixedColor": "#629E51",
2844 "options": "Buffers"
2850 "fixedColor": "#614D93",
2865 "fixedColor": "#6D1F62",
2880 "fixedColor": "#511749",
2889 "options": "Committed"
2895 "fixedColor": "#508642",
2910 "fixedColor": "#0A437C",
2919 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
2925 "fixedColor": "#CFFAFF",
2934 "options": "Inactive"
2940 "fixedColor": "#584477",
2949 "options": "PageTables"
2955 "fixedColor": "#0A50A1",
2964 "options": "Page_Tables"
2970 "fixedColor": "#0A50A1",
2979 "options": "RAM_Free"
2985 "fixedColor": "#E0F9D7",
3000 "fixedColor": "#806EB7",
3009 "options": "Slab_Cache"
3015 "fixedColor": "#E0752D",
3030 "fixedColor": "#BF1B00",
3039 "options": "Swap - Swap memory usage"
3045 "fixedColor": "#BF1B00",
3054 "options": "Swap_Cache"
3060 "fixedColor": "#C15C17",
3069 "options": "Swap_Free"
3075 "fixedColor": "#2F575E",
3090 "fixedColor": "#EAB839",
3099 "options": "Unused - Free memory unassigned"
3105 "fixedColor": "#052B51",
3114 "options": "/.*Hardware Corrupted - *./"
3118 "id": "custom.stacking",
3144 "displayMode": "table",
3145 "placement": "bottom",
3154 "pluginVersion": "9.2.0",
3158 "type": "prometheus",
3159 "uid": "${DS_PROMETHEUS}"
3161 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"} - node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
3162 "format": "time_series",
3164 "intervalFactor": 1,
3165 "legendFormat": "Apps - Memory used by user-space applications",
3171 "type": "prometheus",
3172 "uid": "${DS_PROMETHEUS}"
3174 "expr": "node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"}",
3175 "format": "time_series",
3177 "intervalFactor": 1,
3178 "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses",
3184 "type": "prometheus",
3185 "uid": "${DS_PROMETHEUS}"
3187 "expr": "node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
3188 "format": "time_series",
3189 "intervalFactor": 1,
3190 "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified",
3196 "type": "prometheus",
3197 "uid": "${DS_PROMETHEUS}"
3199 "expr": "node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"}",
3200 "format": "time_series",
3202 "intervalFactor": 1,
3203 "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)",
3209 "type": "prometheus",
3210 "uid": "${DS_PROMETHEUS}"
3212 "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"}",
3213 "format": "time_series",
3215 "intervalFactor": 1,
3216 "legendFormat": "Cache - Parked file data (file content) cache",
3222 "type": "prometheus",
3223 "uid": "${DS_PROMETHEUS}"
3225 "expr": "node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}",
3226 "format": "time_series",
3228 "intervalFactor": 1,
3229 "legendFormat": "Buffers - Block device (e.g. harddisk) cache",
3235 "type": "prometheus",
3236 "uid": "${DS_PROMETHEUS}"
3238 "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
3239 "format": "time_series",
3241 "intervalFactor": 1,
3242 "legendFormat": "Unused - Free memory unassigned",
3248 "type": "prometheus",
3249 "uid": "${DS_PROMETHEUS}"
3251 "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
3252 "format": "time_series",
3254 "intervalFactor": 1,
3255 "legendFormat": "Swap - Swap space used",
3261 "type": "prometheus",
3262 "uid": "${DS_PROMETHEUS}"
3264 "expr": "node_memory_HardwareCorrupted_bytes{instance=\"$node\",job=\"$job\"}",
3265 "format": "time_series",
3267 "intervalFactor": 1,
3268 "legendFormat": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working",
3273 "title": "Memory Stack",
3274 "type": "timeseries"
3278 "type": "prometheus",
3279 "uid": "${DS_PROMETHEUS}"
3284 "mode": "palette-classic"
3287 "axisCenteredZero": false,
3288 "axisColorMode": "text",
3289 "axisLabel": "bits out (-) / in (+)",
3290 "axisPlacement": "auto",
3292 "drawStyle": "line",
3294 "gradientMode": "none",
3300 "lineInterpolation": "linear",
3303 "scaleDistribution": {
3306 "showPoints": "never",
3312 "thresholdsStyle": {
3337 "options": "receive_packets_eth0"
3343 "fixedColor": "#7EB26D",
3352 "options": "receive_packets_lo"
3358 "fixedColor": "#E24D42",
3367 "options": "transmit_packets_eth0"
3373 "fixedColor": "#7EB26D",
3382 "options": "transmit_packets_lo"
3388 "fixedColor": "#E24D42",
3397 "options": "/.*Trans.*/"
3401 "id": "custom.transform",
3402 "value": "negative-Y"
3424 "displayMode": "table",
3425 "placement": "bottom",
3433 "pluginVersion": "9.2.0",
3437 "type": "prometheus",
3438 "uid": "${DS_PROMETHEUS}"
3440 "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
3441 "format": "time_series",
3442 "intervalFactor": 1,
3443 "legendFormat": "{{device}} - Receive",
3449 "type": "prometheus",
3450 "uid": "${DS_PROMETHEUS}"
3452 "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8",
3453 "format": "time_series",
3454 "intervalFactor": 1,
3455 "legendFormat": "{{device}} - Transmit",
3460 "title": "Network Traffic",
3461 "type": "timeseries"
3465 "type": "prometheus",
3466 "uid": "${DS_PROMETHEUS}"
3472 "mode": "palette-classic"
3475 "axisCenteredZero": false,
3476 "axisColorMode": "text",
3477 "axisLabel": "bytes",
3478 "axisPlacement": "auto",
3480 "drawStyle": "line",
3482 "gradientMode": "none",
3488 "lineInterpolation": "linear",
3491 "scaleDistribution": {
3494 "showPoints": "never",
3500 "thresholdsStyle": {
3540 "displayMode": "table",
3541 "placement": "bottom",
3549 "pluginVersion": "9.2.0",
3553 "type": "prometheus",
3554 "uid": "${DS_PROMETHEUS}"
3556 "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
3557 "format": "time_series",
3558 "intervalFactor": 1,
3559 "legendFormat": "{{mountpoint}}",
3564 "title": "Disk Space Used",
3565 "type": "timeseries"
3569 "type": "prometheus",
3570 "uid": "${DS_PROMETHEUS}"
3576 "mode": "palette-classic"
3579 "axisCenteredZero": false,
3580 "axisColorMode": "text",
3581 "axisLabel": "IO read (-) / write (+)",
3582 "axisPlacement": "auto",
3584 "drawStyle": "line",
3586 "gradientMode": "none",
3592 "lineInterpolation": "linear",
3595 "scaleDistribution": {
3598 "showPoints": "never",
3604 "thresholdsStyle": {
3629 "options": "/.*Read.*/"
3633 "id": "custom.transform",
3634 "value": "negative-Y"
3641 "options": "/.*sda_.*/"
3647 "fixedColor": "#7EB26D",
3656 "options": "/.*sdb_.*/"
3662 "fixedColor": "#EAB839",
3671 "options": "/.*sdc_.*/"
3677 "fixedColor": "#6ED0E0",
3686 "options": "/.*sdd_.*/"
3692 "fixedColor": "#EF843C",
3701 "options": "/.*sde_.*/"
3707 "fixedColor": "#E24D42",
3716 "options": "/.*sda1.*/"
3722 "fixedColor": "#584477",
3731 "options": "/.*sda2_.*/"
3737 "fixedColor": "#BA43A9",
3746 "options": "/.*sda3_.*/"
3752 "fixedColor": "#F4D598",
3761 "options": "/.*sdb1.*/"
3767 "fixedColor": "#0A50A1",
3776 "options": "/.*sdb2.*/"
3782 "fixedColor": "#BF1B00",
3791 "options": "/.*sdb2.*/"
3797 "fixedColor": "#BF1B00",
3806 "options": "/.*sdb3.*/"
3812 "fixedColor": "#E0752D",
3821 "options": "/.*sdc1.*/"
3827 "fixedColor": "#962D82",
3836 "options": "/.*sdc2.*/"
3842 "fixedColor": "#614D93",
3851 "options": "/.*sdc3.*/"
3857 "fixedColor": "#9AC48A",
3866 "options": "/.*sdd1.*/"
3872 "fixedColor": "#65C5DB",
3881 "options": "/.*sdd2.*/"
3887 "fixedColor": "#F9934E",
3896 "options": "/.*sdd3.*/"
3902 "fixedColor": "#EA6460",
3911 "options": "/.*sde1.*/"
3917 "fixedColor": "#E0F9D7",
3926 "options": "/.*sdd2.*/"
3932 "fixedColor": "#FCEACA",
3941 "options": "/.*sde3.*/"
3947 "fixedColor": "#F9E2D2",
3971 "displayMode": "table",
3972 "placement": "bottom",
3980 "pluginVersion": "9.2.0",
3984 "type": "prometheus",
3985 "uid": "${DS_PROMETHEUS}"
3987 "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
3988 "intervalFactor": 4,
3989 "legendFormat": "{{device}} - Reads completed",
3995 "type": "prometheus",
3996 "uid": "${DS_PROMETHEUS}"
3998 "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
3999 "intervalFactor": 1,
4000 "legendFormat": "{{device}} - Writes completed",
4005 "title": "Disk IOps",
4006 "type": "timeseries"
4010 "type": "prometheus",
4011 "uid": "${DS_PROMETHEUS}"
4017 "mode": "palette-classic"
4020 "axisCenteredZero": false,
4021 "axisColorMode": "text",
4022 "axisLabel": "bytes read (-) / write (+)",
4023 "axisPlacement": "auto",
4025 "drawStyle": "line",
4027 "gradientMode": "none",
4033 "lineInterpolation": "linear",
4036 "scaleDistribution": {
4039 "showPoints": "never",
4045 "thresholdsStyle": {
4070 "options": "io time"
4076 "fixedColor": "#890F02",
4085 "options": "/.*read*./"
4089 "id": "custom.transform",
4090 "value": "negative-Y"
4097 "options": "/.*sda.*/"
4103 "fixedColor": "#7EB26D",
4112 "options": "/.*sdb.*/"
4118 "fixedColor": "#EAB839",
4127 "options": "/.*sdc.*/"
4133 "fixedColor": "#6ED0E0",
4142 "options": "/.*sdd.*/"
4148 "fixedColor": "#EF843C",
4157 "options": "/.*sde.*/"
4163 "fixedColor": "#E24D42",
4176 "id": "custom.axisPlacement",
4199 "displayMode": "table",
4200 "placement": "bottom",
4208 "pluginVersion": "9.2.0",
4212 "type": "prometheus",
4213 "uid": "${DS_PROMETHEUS}"
4215 "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
4216 "format": "time_series",
4218 "intervalFactor": 1,
4219 "legendFormat": "{{device}} - Successfully read bytes",
4225 "type": "prometheus",
4226 "uid": "${DS_PROMETHEUS}"
4228 "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])",
4229 "format": "time_series",
4231 "intervalFactor": 1,
4232 "legendFormat": "{{device}} - Successfully written bytes",
4237 "title": "I/O Usage Read / Write",
4238 "type": "timeseries"
4242 "type": "prometheus",
4243 "uid": "${DS_PROMETHEUS}"
4249 "mode": "palette-classic"
4252 "axisCenteredZero": false,
4253 "axisColorMode": "text",
4254 "axisLabel": "%util",
4255 "axisPlacement": "auto",
4257 "drawStyle": "line",
4259 "gradientMode": "none",
4265 "lineInterpolation": "linear",
4268 "scaleDistribution": {
4271 "showPoints": "never",
4277 "thresholdsStyle": {
4297 "unit": "percentunit"
4303 "options": "io time"
4309 "fixedColor": "#890F02",
4322 "id": "custom.axisPlacement",
4345 "displayMode": "table",
4346 "placement": "bottom",
4354 "pluginVersion": "9.2.0",
4358 "type": "prometheus",
4359 "uid": "${DS_PROMETHEUS}"
4361 "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"} [$__rate_interval])",
4362 "format": "time_series",
4365 "intervalFactor": 1,
4366 "legendFormat": "{{device}}",
4371 "title": "I/O Utilization",
4372 "type": "timeseries"
4376 "type": "prometheus",
4377 "uid": "${DS_PROMETHEUS}"
4382 "mode": "palette-classic"
4385 "axisCenteredZero": false,
4386 "axisColorMode": "text",
4387 "axisLabel": "percentage",
4388 "axisPlacement": "auto",
4390 "drawStyle": "bars",
4392 "gradientMode": "none",
4398 "lineInterpolation": "smooth",
4401 "scaleDistribution": {
4404 "showPoints": "never",
4410 "thresholdsStyle": {
4429 "unit": "percentunit"
4435 "options": "/^Guest - /"
4441 "fixedColor": "#5195ce",
4450 "options": "/^GuestNice - /"
4456 "fixedColor": "#c15c17",
4479 "displayMode": "table",
4480 "placement": "bottom",
4491 "type": "prometheus",
4492 "uid": "${DS_PROMETHEUS}"
4494 "editorMode": "code",
4495 "expr": "sum by(instance) (irate(node_cpu_guest_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[1m])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[1m])))",
4497 "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system",
4503 "type": "prometheus",
4504 "uid": "${DS_PROMETHEUS}"
4506 "editorMode": "code",
4507 "expr": "sum by(instance) (irate(node_cpu_guest_seconds_total{instance=\"$node\",job=\"$job\", mode=\"nice\"}[1m])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[1m])))",
4509 "legendFormat": "GuestNice - Time spent running a niced guest (virtual CPU for guest operating system)",
4514 "title": "CPU spent seconds in guests (VMs)",
4515 "type": "timeseries"
4521 "type": "prometheus",
4522 "uid": "${DS_PROMETHEUS}"
4527 "title": "CPU / Memory / Net / Disk",
4533 "type": "prometheus",
4534 "uid": "${DS_PROMETHEUS}"
4546 "type": "prometheus",
4547 "uid": "${DS_PROMETHEUS}"
4552 "mode": "palette-classic"
4555 "axisCenteredZero": false,
4556 "axisColorMode": "text",
4557 "axisLabel": "bytes",
4558 "axisPlacement": "auto",
4560 "drawStyle": "line",
4562 "gradientMode": "none",
4568 "lineInterpolation": "linear",
4571 "scaleDistribution": {
4574 "showPoints": "never",
4580 "thresholdsStyle": {
4611 "fixedColor": "#629E51",
4620 "options": "Buffers"
4626 "fixedColor": "#614D93",
4641 "fixedColor": "#6D1F62",
4656 "fixedColor": "#511749",
4665 "options": "Committed"
4671 "fixedColor": "#508642",
4686 "fixedColor": "#0A437C",
4695 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
4701 "fixedColor": "#CFFAFF",
4710 "options": "Inactive"
4716 "fixedColor": "#584477",
4725 "options": "PageTables"
4731 "fixedColor": "#0A50A1",
4740 "options": "Page_Tables"
4746 "fixedColor": "#0A50A1",
4755 "options": "RAM_Free"
4761 "fixedColor": "#E0F9D7",
4776 "fixedColor": "#806EB7",
4785 "options": "Slab_Cache"
4791 "fixedColor": "#E0752D",
4806 "fixedColor": "#BF1B00",
4815 "options": "Swap_Cache"
4821 "fixedColor": "#C15C17",
4830 "options": "Swap_Free"
4836 "fixedColor": "#2F575E",
4851 "fixedColor": "#EAB839",
4875 "displayMode": "table",
4876 "placement": "bottom",
4885 "pluginVersion": "9.2.0",
4889 "type": "prometheus",
4890 "uid": "${DS_PROMETHEUS}"
4892 "expr": "node_memory_Inactive_bytes{instance=\"$node\",job=\"$job\"}",
4893 "format": "time_series",
4894 "intervalFactor": 1,
4895 "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes",
4901 "type": "prometheus",
4902 "uid": "${DS_PROMETHEUS}"
4904 "expr": "node_memory_Active_bytes{instance=\"$node\",job=\"$job\"}",
4905 "format": "time_series",
4906 "intervalFactor": 1,
4907 "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary",
4912 "title": "Memory Active / Inactive",
4913 "type": "timeseries"
4917 "type": "prometheus",
4918 "uid": "${DS_PROMETHEUS}"
4923 "mode": "palette-classic"
4926 "axisCenteredZero": false,
4927 "axisColorMode": "text",
4928 "axisLabel": "bytes",
4929 "axisPlacement": "auto",
4931 "drawStyle": "line",
4933 "gradientMode": "none",
4939 "lineInterpolation": "linear",
4942 "scaleDistribution": {
4945 "showPoints": "never",
4951 "thresholdsStyle": {
4982 "fixedColor": "#629E51",
4991 "options": "Buffers"
4997 "fixedColor": "#614D93",
5012 "fixedColor": "#6D1F62",
5027 "fixedColor": "#511749",
5036 "options": "Committed"
5042 "fixedColor": "#508642",
5057 "fixedColor": "#0A437C",
5066 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
5072 "fixedColor": "#CFFAFF",
5081 "options": "Inactive"
5087 "fixedColor": "#584477",
5096 "options": "PageTables"
5102 "fixedColor": "#0A50A1",
5111 "options": "Page_Tables"
5117 "fixedColor": "#0A50A1",
5126 "options": "RAM_Free"
5132 "fixedColor": "#E0F9D7",
5147 "fixedColor": "#806EB7",
5156 "options": "Slab_Cache"
5162 "fixedColor": "#E0752D",
5177 "fixedColor": "#BF1B00",
5186 "options": "Swap_Cache"
5192 "fixedColor": "#C15C17",
5201 "options": "Swap_Free"
5207 "fixedColor": "#2F575E",
5222 "fixedColor": "#EAB839",
5231 "options": "/.*CommitLimit - *./"
5237 "fixedColor": "#BF1B00",
5242 "id": "custom.fillOpacity",
5265 "displayMode": "table",
5266 "placement": "bottom",
5275 "pluginVersion": "9.2.0",
5279 "type": "prometheus",
5280 "uid": "${DS_PROMETHEUS}"
5282 "expr": "node_memory_Committed_AS_bytes{instance=\"$node\",job=\"$job\"}",
5283 "format": "time_series",
5284 "intervalFactor": 1,
5285 "legendFormat": "Committed_AS - Amount of memory presently allocated on the system",
5291 "type": "prometheus",
5292 "uid": "${DS_PROMETHEUS}"
5294 "expr": "node_memory_CommitLimit_bytes{instance=\"$node\",job=\"$job\"}",
5295 "format": "time_series",
5296 "intervalFactor": 1,
5297 "legendFormat": "CommitLimit - Amount of memory currently available to be allocated on the system",
5302 "title": "Memory Commited",
5303 "type": "timeseries"
5307 "type": "prometheus",
5308 "uid": "${DS_PROMETHEUS}"
5313 "mode": "palette-classic"
5316 "axisCenteredZero": false,
5317 "axisColorMode": "text",
5318 "axisLabel": "bytes",
5319 "axisPlacement": "auto",
5321 "drawStyle": "line",
5323 "gradientMode": "none",
5329 "lineInterpolation": "linear",
5332 "scaleDistribution": {
5335 "showPoints": "never",
5341 "thresholdsStyle": {
5372 "fixedColor": "#629E51",
5381 "options": "Buffers"
5387 "fixedColor": "#614D93",
5402 "fixedColor": "#6D1F62",
5417 "fixedColor": "#511749",
5426 "options": "Committed"
5432 "fixedColor": "#508642",
5447 "fixedColor": "#0A437C",
5456 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
5462 "fixedColor": "#CFFAFF",
5471 "options": "Inactive"
5477 "fixedColor": "#584477",
5486 "options": "PageTables"
5492 "fixedColor": "#0A50A1",
5501 "options": "Page_Tables"
5507 "fixedColor": "#0A50A1",
5516 "options": "RAM_Free"
5522 "fixedColor": "#E0F9D7",
5537 "fixedColor": "#806EB7",
5546 "options": "Slab_Cache"
5552 "fixedColor": "#E0752D",
5567 "fixedColor": "#BF1B00",
5576 "options": "Swap_Cache"
5582 "fixedColor": "#C15C17",
5591 "options": "Swap_Free"
5597 "fixedColor": "#2F575E",
5612 "fixedColor": "#EAB839",
5636 "displayMode": "table",
5637 "placement": "bottom",
5646 "pluginVersion": "9.2.0",
5650 "type": "prometheus",
5651 "uid": "${DS_PROMETHEUS}"
5653 "expr": "node_memory_Inactive_file_bytes{instance=\"$node\",job=\"$job\"}",
5654 "format": "time_series",
5656 "intervalFactor": 1,
5657 "legendFormat": "Inactive_file - File-backed memory on inactive LRU list",
5663 "type": "prometheus",
5664 "uid": "${DS_PROMETHEUS}"
5666 "expr": "node_memory_Inactive_anon_bytes{instance=\"$node\",job=\"$job\"}",
5667 "format": "time_series",
5669 "intervalFactor": 1,
5670 "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)",
5676 "type": "prometheus",
5677 "uid": "${DS_PROMETHEUS}"
5679 "expr": "node_memory_Active_file_bytes{instance=\"$node\",job=\"$job\"}",
5680 "format": "time_series",
5682 "intervalFactor": 1,
5683 "legendFormat": "Active_file - File-backed memory on active LRU list",
5689 "type": "prometheus",
5690 "uid": "${DS_PROMETHEUS}"
5692 "expr": "node_memory_Active_anon_bytes{instance=\"$node\",job=\"$job\"}",
5693 "format": "time_series",
5695 "intervalFactor": 1,
5696 "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs",
5701 "title": "Memory Active / Inactive Detail",
5702 "type": "timeseries"
5706 "type": "prometheus",
5707 "uid": "${DS_PROMETHEUS}"
5712 "mode": "palette-classic"
5715 "axisCenteredZero": false,
5716 "axisColorMode": "text",
5717 "axisLabel": "bytes",
5718 "axisPlacement": "auto",
5720 "drawStyle": "line",
5722 "gradientMode": "none",
5728 "lineInterpolation": "linear",
5731 "scaleDistribution": {
5734 "showPoints": "never",
5740 "thresholdsStyle": {
5771 "fixedColor": "#99440A",
5780 "options": "Buffers"
5786 "fixedColor": "#58140C",
5801 "fixedColor": "#6D1F62",
5816 "fixedColor": "#511749",
5825 "options": "Committed"
5831 "fixedColor": "#508642",
5846 "fixedColor": "#6ED0E0",
5861 "fixedColor": "#B7DBAB",
5870 "options": "Inactive"
5876 "fixedColor": "#EA6460",
5891 "fixedColor": "#052B51",
5900 "options": "PageTables"
5906 "fixedColor": "#0A50A1",
5915 "options": "Page_Tables"
5921 "fixedColor": "#0A50A1",
5930 "options": "Slab_Cache"
5936 "fixedColor": "#EAB839",
5951 "fixedColor": "#BF1B00",
5960 "options": "Swap_Cache"
5966 "fixedColor": "#C15C17",
5981 "fixedColor": "#511749",
5990 "options": "Total RAM"
5996 "fixedColor": "#052B51",
6005 "options": "Total RAM + Swap"
6011 "fixedColor": "#052B51",
6020 "options": "Total Swap"
6026 "fixedColor": "#614D93",
6035 "options": "VmallocUsed"
6041 "fixedColor": "#EA6460",
6065 "displayMode": "table",
6066 "placement": "bottom",
6074 "pluginVersion": "9.2.0",
6078 "type": "prometheus",
6079 "uid": "${DS_PROMETHEUS}"
6081 "expr": "node_memory_Writeback_bytes{instance=\"$node\",job=\"$job\"}",
6082 "format": "time_series",
6083 "intervalFactor": 1,
6084 "legendFormat": "Writeback - Memory which is actively being written back to disk",
6090 "type": "prometheus",
6091 "uid": "${DS_PROMETHEUS}"
6093 "expr": "node_memory_WritebackTmp_bytes{instance=\"$node\",job=\"$job\"}",
6094 "format": "time_series",
6095 "intervalFactor": 1,
6096 "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers",
6102 "type": "prometheus",
6103 "uid": "${DS_PROMETHEUS}"
6105 "expr": "node_memory_Dirty_bytes{instance=\"$node\",job=\"$job\"}",
6106 "format": "time_series",
6107 "intervalFactor": 1,
6108 "legendFormat": "Dirty - Memory which is waiting to get written back to the disk",
6113 "title": "Memory Writeback and Dirty",
6114 "type": "timeseries"
6118 "type": "prometheus",
6119 "uid": "${DS_PROMETHEUS}"
6124 "mode": "palette-classic"
6127 "axisCenteredZero": false,
6128 "axisColorMode": "text",
6129 "axisLabel": "bytes",
6130 "axisPlacement": "auto",
6132 "drawStyle": "line",
6134 "gradientMode": "none",
6140 "lineInterpolation": "linear",
6143 "scaleDistribution": {
6146 "showPoints": "never",
6152 "thresholdsStyle": {
6183 "fixedColor": "#629E51",
6192 "options": "Buffers"
6198 "fixedColor": "#614D93",
6213 "fixedColor": "#6D1F62",
6228 "fixedColor": "#511749",
6237 "options": "Committed"
6243 "fixedColor": "#508642",
6258 "fixedColor": "#0A437C",
6267 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
6273 "fixedColor": "#CFFAFF",
6282 "options": "Inactive"
6288 "fixedColor": "#584477",
6297 "options": "PageTables"
6303 "fixedColor": "#0A50A1",
6312 "options": "Page_Tables"
6318 "fixedColor": "#0A50A1",
6327 "options": "RAM_Free"
6333 "fixedColor": "#E0F9D7",
6348 "fixedColor": "#806EB7",
6357 "options": "Slab_Cache"
6363 "fixedColor": "#E0752D",
6378 "fixedColor": "#BF1B00",
6387 "options": "Swap_Cache"
6393 "fixedColor": "#C15C17",
6402 "options": "Swap_Free"
6408 "fixedColor": "#2F575E",
6423 "fixedColor": "#EAB839",
6432 "options": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages"
6436 "id": "custom.fillOpacity",
6444 "options": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages"
6448 "id": "custom.fillOpacity",
6471 "displayMode": "table",
6472 "placement": "bottom",
6481 "pluginVersion": "9.2.0",
6485 "type": "prometheus",
6486 "uid": "${DS_PROMETHEUS}"
6488 "expr": "node_memory_Mapped_bytes{instance=\"$node\",job=\"$job\"}",
6489 "format": "time_series",
6490 "intervalFactor": 1,
6491 "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries",
6497 "type": "prometheus",
6498 "uid": "${DS_PROMETHEUS}"
6500 "expr": "node_memory_Shmem_bytes{instance=\"$node\",job=\"$job\"}",
6501 "format": "time_series",
6502 "intervalFactor": 1,
6503 "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)",
6509 "type": "prometheus",
6510 "uid": "${DS_PROMETHEUS}"
6512 "expr": "node_memory_ShmemHugePages_bytes{instance=\"$node\",job=\"$job\"}",
6513 "format": "time_series",
6515 "intervalFactor": 1,
6516 "legendFormat": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages",
6522 "type": "prometheus",
6523 "uid": "${DS_PROMETHEUS}"
6525 "expr": "node_memory_ShmemPmdMapped_bytes{instance=\"$node\",job=\"$job\"}",
6526 "format": "time_series",
6528 "intervalFactor": 1,
6529 "legendFormat": "ShmemPmdMapped - Ammount of shared (shmem/tmpfs) memory backed by huge pages",
6534 "title": "Memory Shared and Mapped",
6535 "type": "timeseries"
6539 "type": "prometheus",
6540 "uid": "${DS_PROMETHEUS}"
6545 "mode": "palette-classic"
6548 "axisCenteredZero": false,
6549 "axisColorMode": "text",
6550 "axisLabel": "bytes",
6551 "axisPlacement": "auto",
6553 "drawStyle": "line",
6555 "gradientMode": "none",
6561 "lineInterpolation": "linear",
6564 "scaleDistribution": {
6567 "showPoints": "never",
6573 "thresholdsStyle": {
6604 "fixedColor": "#99440A",
6613 "options": "Buffers"
6619 "fixedColor": "#58140C",
6634 "fixedColor": "#6D1F62",
6649 "fixedColor": "#511749",
6658 "options": "Committed"
6664 "fixedColor": "#508642",
6679 "fixedColor": "#6ED0E0",
6694 "fixedColor": "#B7DBAB",
6703 "options": "Inactive"
6709 "fixedColor": "#EA6460",
6724 "fixedColor": "#052B51",
6733 "options": "PageTables"
6739 "fixedColor": "#0A50A1",
6748 "options": "Page_Tables"
6754 "fixedColor": "#0A50A1",
6763 "options": "Slab_Cache"
6769 "fixedColor": "#EAB839",
6784 "fixedColor": "#BF1B00",
6793 "options": "Swap_Cache"
6799 "fixedColor": "#C15C17",
6814 "fixedColor": "#511749",
6823 "options": "Total RAM"
6829 "fixedColor": "#052B51",
6838 "options": "Total RAM + Swap"
6844 "fixedColor": "#052B51",
6853 "options": "Total Swap"
6859 "fixedColor": "#614D93",
6868 "options": "VmallocUsed"
6874 "fixedColor": "#EA6460",
6898 "displayMode": "table",
6899 "placement": "bottom",
6907 "pluginVersion": "9.2.0",
6911 "type": "prometheus",
6912 "uid": "${DS_PROMETHEUS}"
6914 "expr": "node_memory_SUnreclaim_bytes{instance=\"$node\",job=\"$job\"}",
6915 "format": "time_series",
6916 "intervalFactor": 1,
6917 "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure",
6923 "type": "prometheus",
6924 "uid": "${DS_PROMETHEUS}"
6926 "expr": "node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}",
6927 "format": "time_series",
6928 "intervalFactor": 1,
6929 "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches",
6934 "title": "Memory Slab",
6935 "type": "timeseries"
6939 "type": "prometheus",
6940 "uid": "${DS_PROMETHEUS}"
6945 "mode": "palette-classic"
6948 "axisCenteredZero": false,
6949 "axisColorMode": "text",
6950 "axisLabel": "bytes",
6951 "axisPlacement": "auto",
6953 "drawStyle": "line",
6955 "gradientMode": "none",
6961 "lineInterpolation": "linear",
6964 "scaleDistribution": {
6967 "showPoints": "never",
6973 "thresholdsStyle": {
7004 "fixedColor": "#99440A",
7013 "options": "Buffers"
7019 "fixedColor": "#58140C",
7034 "fixedColor": "#6D1F62",
7049 "fixedColor": "#511749",
7058 "options": "Committed"
7064 "fixedColor": "#508642",
7079 "fixedColor": "#6ED0E0",
7094 "fixedColor": "#B7DBAB",
7103 "options": "Inactive"
7109 "fixedColor": "#EA6460",
7124 "fixedColor": "#052B51",
7133 "options": "PageTables"
7139 "fixedColor": "#0A50A1",
7148 "options": "Page_Tables"
7154 "fixedColor": "#0A50A1",
7163 "options": "Slab_Cache"
7169 "fixedColor": "#EAB839",
7184 "fixedColor": "#BF1B00",
7193 "options": "Swap_Cache"
7199 "fixedColor": "#C15C17",
7214 "fixedColor": "#511749",
7223 "options": "Total RAM"
7229 "fixedColor": "#052B51",
7238 "options": "Total RAM + Swap"
7244 "fixedColor": "#052B51",
7253 "options": "VmallocUsed"
7259 "fixedColor": "#EA6460",
7283 "displayMode": "table",
7284 "placement": "bottom",
7292 "pluginVersion": "9.2.0",
7296 "type": "prometheus",
7297 "uid": "${DS_PROMETHEUS}"
7299 "expr": "node_memory_VmallocChunk_bytes{instance=\"$node\",job=\"$job\"}",
7300 "format": "time_series",
7302 "intervalFactor": 1,
7303 "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free",
7309 "type": "prometheus",
7310 "uid": "${DS_PROMETHEUS}"
7312 "expr": "node_memory_VmallocTotal_bytes{instance=\"$node\",job=\"$job\"}",
7313 "format": "time_series",
7315 "intervalFactor": 1,
7316 "legendFormat": "VmallocTotal - Total size of vmalloc memory area",
7322 "type": "prometheus",
7323 "uid": "${DS_PROMETHEUS}"
7325 "expr": "node_memory_VmallocUsed_bytes{instance=\"$node\",job=\"$job\"}",
7326 "format": "time_series",
7328 "intervalFactor": 1,
7329 "legendFormat": "VmallocUsed - Amount of vmalloc area which is used",
7334 "title": "Memory Vmalloc",
7335 "type": "timeseries"
7339 "type": "prometheus",
7340 "uid": "${DS_PROMETHEUS}"
7345 "mode": "palette-classic"
7348 "axisCenteredZero": false,
7349 "axisColorMode": "text",
7350 "axisLabel": "bytes",
7351 "axisPlacement": "auto",
7353 "drawStyle": "line",
7355 "gradientMode": "none",
7361 "lineInterpolation": "linear",
7364 "scaleDistribution": {
7367 "showPoints": "never",
7373 "thresholdsStyle": {
7404 "fixedColor": "#629E51",
7413 "options": "Buffers"
7419 "fixedColor": "#614D93",
7434 "fixedColor": "#6D1F62",
7449 "fixedColor": "#511749",
7458 "options": "Committed"
7464 "fixedColor": "#508642",
7479 "fixedColor": "#0A437C",
7488 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
7494 "fixedColor": "#CFFAFF",
7503 "options": "Inactive"
7509 "fixedColor": "#584477",
7518 "options": "PageTables"
7524 "fixedColor": "#0A50A1",
7533 "options": "Page_Tables"
7539 "fixedColor": "#0A50A1",
7548 "options": "RAM_Free"
7554 "fixedColor": "#E0F9D7",
7569 "fixedColor": "#806EB7",
7578 "options": "Slab_Cache"
7584 "fixedColor": "#E0752D",
7599 "fixedColor": "#BF1B00",
7608 "options": "Swap_Cache"
7614 "fixedColor": "#C15C17",
7623 "options": "Swap_Free"
7629 "fixedColor": "#2F575E",
7644 "fixedColor": "#EAB839",
7668 "displayMode": "table",
7669 "placement": "bottom",
7678 "pluginVersion": "9.2.0",
7682 "type": "prometheus",
7683 "uid": "${DS_PROMETHEUS}"
7685 "expr": "node_memory_Bounce_bytes{instance=\"$node\",job=\"$job\"}",
7686 "format": "time_series",
7687 "intervalFactor": 1,
7688 "legendFormat": "Bounce - Memory used for block device bounce buffers",
7693 "title": "Memory Bounce",
7694 "type": "timeseries"
7698 "type": "prometheus",
7699 "uid": "${DS_PROMETHEUS}"
7704 "mode": "palette-classic"
7707 "axisCenteredZero": false,
7708 "axisColorMode": "text",
7709 "axisLabel": "bytes",
7710 "axisPlacement": "auto",
7712 "drawStyle": "line",
7714 "gradientMode": "none",
7720 "lineInterpolation": "linear",
7723 "scaleDistribution": {
7726 "showPoints": "never",
7732 "thresholdsStyle": {
7763 "fixedColor": "#99440A",
7772 "options": "Buffers"
7778 "fixedColor": "#58140C",
7793 "fixedColor": "#6D1F62",
7808 "fixedColor": "#511749",
7817 "options": "Committed"
7823 "fixedColor": "#508642",
7838 "fixedColor": "#6ED0E0",
7853 "fixedColor": "#B7DBAB",
7862 "options": "Inactive"
7868 "fixedColor": "#EA6460",
7883 "fixedColor": "#052B51",
7892 "options": "PageTables"
7898 "fixedColor": "#0A50A1",
7907 "options": "Page_Tables"
7913 "fixedColor": "#0A50A1",
7922 "options": "Slab_Cache"
7928 "fixedColor": "#EAB839",
7943 "fixedColor": "#BF1B00",
7952 "options": "Swap_Cache"
7958 "fixedColor": "#C15C17",
7973 "fixedColor": "#511749",
7982 "options": "Total RAM"
7988 "fixedColor": "#052B51",
7997 "options": "Total RAM + Swap"
8003 "fixedColor": "#052B51",
8012 "options": "VmallocUsed"
8018 "fixedColor": "#EA6460",
8027 "options": "/.*Inactive *./"
8031 "id": "custom.transform",
8032 "value": "negative-Y"
8054 "displayMode": "table",
8055 "placement": "bottom",
8063 "pluginVersion": "9.2.0",
8067 "type": "prometheus",
8068 "uid": "${DS_PROMETHEUS}"
8070 "expr": "node_memory_AnonHugePages_bytes{instance=\"$node\",job=\"$job\"}",
8071 "format": "time_series",
8072 "intervalFactor": 1,
8073 "legendFormat": "AnonHugePages - Memory in anonymous huge pages",
8079 "type": "prometheus",
8080 "uid": "${DS_PROMETHEUS}"
8082 "expr": "node_memory_AnonPages_bytes{instance=\"$node\",job=\"$job\"}",
8083 "format": "time_series",
8084 "intervalFactor": 1,
8085 "legendFormat": "AnonPages - Memory in user pages not backed by files",
8090 "title": "Memory Anonymous",
8091 "type": "timeseries"
8095 "type": "prometheus",
8096 "uid": "${DS_PROMETHEUS}"
8101 "mode": "palette-classic"
8104 "axisCenteredZero": false,
8105 "axisColorMode": "text",
8106 "axisLabel": "bytes",
8107 "axisPlacement": "auto",
8109 "drawStyle": "line",
8111 "gradientMode": "none",
8117 "lineInterpolation": "linear",
8120 "scaleDistribution": {
8123 "showPoints": "never",
8129 "thresholdsStyle": {
8160 "fixedColor": "#629E51",
8169 "options": "Buffers"
8175 "fixedColor": "#614D93",
8190 "fixedColor": "#6D1F62",
8205 "fixedColor": "#511749",
8214 "options": "Committed"
8220 "fixedColor": "#508642",
8235 "fixedColor": "#0A437C",
8244 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
8250 "fixedColor": "#CFFAFF",
8259 "options": "Inactive"
8265 "fixedColor": "#584477",
8274 "options": "PageTables"
8280 "fixedColor": "#0A50A1",
8289 "options": "Page_Tables"
8295 "fixedColor": "#0A50A1",
8304 "options": "RAM_Free"
8310 "fixedColor": "#E0F9D7",
8325 "fixedColor": "#806EB7",
8334 "options": "Slab_Cache"
8340 "fixedColor": "#E0752D",
8355 "fixedColor": "#BF1B00",
8364 "options": "Swap_Cache"
8370 "fixedColor": "#C15C17",
8379 "options": "Swap_Free"
8385 "fixedColor": "#2F575E",
8400 "fixedColor": "#EAB839",
8424 "displayMode": "table",
8425 "placement": "bottom",
8434 "pluginVersion": "9.2.0",
8438 "type": "prometheus",
8439 "uid": "${DS_PROMETHEUS}"
8441 "expr": "node_memory_KernelStack_bytes{instance=\"$node\",job=\"$job\"}",
8442 "format": "time_series",
8443 "intervalFactor": 1,
8444 "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable",
8450 "type": "prometheus",
8451 "uid": "${DS_PROMETHEUS}"
8453 "expr": "node_memory_Percpu_bytes{instance=\"$node\",job=\"$job\"}",
8454 "format": "time_series",
8456 "intervalFactor": 1,
8457 "legendFormat": "PerCPU - Per CPU memory allocated dynamically by loadable modules",
8462 "title": "Memory Kernel / CPU",
8463 "type": "timeseries"
8467 "type": "prometheus",
8468 "uid": "${DS_PROMETHEUS}"
8473 "mode": "palette-classic"
8476 "axisCenteredZero": false,
8477 "axisColorMode": "text",
8478 "axisLabel": "pages",
8479 "axisPlacement": "auto",
8481 "drawStyle": "line",
8483 "gradientMode": "none",
8489 "lineInterpolation": "linear",
8492 "scaleDistribution": {
8495 "showPoints": "never",
8501 "thresholdsStyle": {
8532 "fixedColor": "#99440A",
8541 "options": "Buffers"
8547 "fixedColor": "#58140C",
8562 "fixedColor": "#6D1F62",
8577 "fixedColor": "#511749",
8586 "options": "Committed"
8592 "fixedColor": "#508642",
8607 "fixedColor": "#6ED0E0",
8622 "fixedColor": "#B7DBAB",
8631 "options": "Inactive"
8637 "fixedColor": "#EA6460",
8652 "fixedColor": "#052B51",
8661 "options": "PageTables"
8667 "fixedColor": "#0A50A1",
8676 "options": "Page_Tables"
8682 "fixedColor": "#0A50A1",
8691 "options": "Slab_Cache"
8697 "fixedColor": "#EAB839",
8712 "fixedColor": "#BF1B00",
8721 "options": "Swap_Cache"
8727 "fixedColor": "#C15C17",
8742 "fixedColor": "#511749",
8751 "options": "Total RAM"
8757 "fixedColor": "#806EB7",
8766 "options": "Total RAM + Swap"
8772 "fixedColor": "#806EB7",
8781 "options": "VmallocUsed"
8787 "fixedColor": "#EA6460",
8810 "displayMode": "table",
8811 "placement": "bottom",
8819 "pluginVersion": "9.2.0",
8823 "type": "prometheus",
8824 "uid": "${DS_PROMETHEUS}"
8826 "expr": "node_memory_HugePages_Free{instance=\"$node\",job=\"$job\"}",
8827 "format": "time_series",
8828 "intervalFactor": 1,
8829 "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated",
8835 "type": "prometheus",
8836 "uid": "${DS_PROMETHEUS}"
8838 "expr": "node_memory_HugePages_Rsvd{instance=\"$node\",job=\"$job\"}",
8839 "format": "time_series",
8840 "intervalFactor": 1,
8841 "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made",
8847 "type": "prometheus",
8848 "uid": "${DS_PROMETHEUS}"
8850 "expr": "node_memory_HugePages_Surp{instance=\"$node\",job=\"$job\"}",
8851 "format": "time_series",
8852 "intervalFactor": 1,
8853 "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages",
8858 "title": "Memory HugePages Counter",
8859 "type": "timeseries"
8863 "type": "prometheus",
8864 "uid": "${DS_PROMETHEUS}"
8869 "mode": "palette-classic"
8872 "axisCenteredZero": false,
8873 "axisColorMode": "text",
8874 "axisLabel": "bytes",
8875 "axisPlacement": "auto",
8877 "drawStyle": "line",
8879 "gradientMode": "none",
8885 "lineInterpolation": "linear",
8888 "scaleDistribution": {
8891 "showPoints": "never",
8897 "thresholdsStyle": {
8928 "fixedColor": "#99440A",
8937 "options": "Buffers"
8943 "fixedColor": "#58140C",
8958 "fixedColor": "#6D1F62",
8973 "fixedColor": "#511749",
8982 "options": "Committed"
8988 "fixedColor": "#508642",
9003 "fixedColor": "#6ED0E0",
9018 "fixedColor": "#B7DBAB",
9027 "options": "Inactive"
9033 "fixedColor": "#EA6460",
9048 "fixedColor": "#052B51",
9057 "options": "PageTables"
9063 "fixedColor": "#0A50A1",
9072 "options": "Page_Tables"
9078 "fixedColor": "#0A50A1",
9087 "options": "Slab_Cache"
9093 "fixedColor": "#EAB839",
9108 "fixedColor": "#BF1B00",
9117 "options": "Swap_Cache"
9123 "fixedColor": "#C15C17",
9138 "fixedColor": "#511749",
9147 "options": "Total RAM"
9153 "fixedColor": "#806EB7",
9162 "options": "Total RAM + Swap"
9168 "fixedColor": "#806EB7",
9177 "options": "VmallocUsed"
9183 "fixedColor": "#EA6460",
9206 "displayMode": "table",
9207 "placement": "bottom",
9215 "pluginVersion": "9.2.0",
9219 "type": "prometheus",
9220 "uid": "${DS_PROMETHEUS}"
9222 "expr": "node_memory_HugePages_Total{instance=\"$node\",job=\"$job\"}",
9223 "format": "time_series",
9224 "intervalFactor": 1,
9225 "legendFormat": "HugePages - Total size of the pool of huge pages",
9231 "type": "prometheus",
9232 "uid": "${DS_PROMETHEUS}"
9234 "expr": "node_memory_Hugepagesize_bytes{instance=\"$node\",job=\"$job\"}",
9235 "format": "time_series",
9236 "intervalFactor": 1,
9237 "legendFormat": "Hugepagesize - Huge Page size",
9242 "title": "Memory HugePages Size",
9243 "type": "timeseries"
9247 "type": "prometheus",
9248 "uid": "${DS_PROMETHEUS}"
9253 "mode": "palette-classic"
9256 "axisCenteredZero": false,
9257 "axisColorMode": "text",
9258 "axisLabel": "bytes",
9259 "axisPlacement": "auto",
9261 "drawStyle": "line",
9263 "gradientMode": "none",
9269 "lineInterpolation": "linear",
9272 "scaleDistribution": {
9275 "showPoints": "never",
9281 "thresholdsStyle": {
9312 "fixedColor": "#99440A",
9321 "options": "Buffers"
9327 "fixedColor": "#58140C",
9342 "fixedColor": "#6D1F62",
9357 "fixedColor": "#511749",
9366 "options": "Committed"
9372 "fixedColor": "#508642",
9387 "fixedColor": "#6ED0E0",
9402 "fixedColor": "#B7DBAB",
9411 "options": "Inactive"
9417 "fixedColor": "#EA6460",
9432 "fixedColor": "#052B51",
9441 "options": "PageTables"
9447 "fixedColor": "#0A50A1",
9456 "options": "Page_Tables"
9462 "fixedColor": "#0A50A1",
9471 "options": "Slab_Cache"
9477 "fixedColor": "#EAB839",
9492 "fixedColor": "#BF1B00",
9501 "options": "Swap_Cache"
9507 "fixedColor": "#C15C17",
9522 "fixedColor": "#511749",
9531 "options": "Total RAM"
9537 "fixedColor": "#052B51",
9546 "options": "Total RAM + Swap"
9552 "fixedColor": "#052B51",
9561 "options": "VmallocUsed"
9567 "fixedColor": "#EA6460",
9590 "displayMode": "table",
9591 "placement": "bottom",
9599 "pluginVersion": "9.2.0",
9603 "type": "prometheus",
9604 "uid": "${DS_PROMETHEUS}"
9606 "expr": "node_memory_DirectMap1G_bytes{instance=\"$node\",job=\"$job\"}",
9607 "format": "time_series",
9608 "intervalFactor": 1,
9609 "legendFormat": "DirectMap1G - Amount of pages mapped as this size",
9615 "type": "prometheus",
9616 "uid": "${DS_PROMETHEUS}"
9618 "expr": "node_memory_DirectMap2M_bytes{instance=\"$node\",job=\"$job\"}",
9619 "format": "time_series",
9621 "intervalFactor": 1,
9622 "legendFormat": "DirectMap2M - Amount of pages mapped as this size",
9628 "type": "prometheus",
9629 "uid": "${DS_PROMETHEUS}"
9631 "expr": "node_memory_DirectMap4k_bytes{instance=\"$node\",job=\"$job\"}",
9632 "format": "time_series",
9634 "intervalFactor": 1,
9635 "legendFormat": "DirectMap4K - Amount of pages mapped as this size",
9640 "title": "Memory DirectMap",
9641 "type": "timeseries"
9645 "type": "prometheus",
9646 "uid": "${DS_PROMETHEUS}"
9651 "mode": "palette-classic"
9654 "axisCenteredZero": false,
9655 "axisColorMode": "text",
9656 "axisLabel": "bytes",
9657 "axisPlacement": "auto",
9659 "drawStyle": "line",
9661 "gradientMode": "none",
9667 "lineInterpolation": "linear",
9670 "scaleDistribution": {
9673 "showPoints": "never",
9679 "thresholdsStyle": {
9710 "fixedColor": "#629E51",
9719 "options": "Buffers"
9725 "fixedColor": "#614D93",
9740 "fixedColor": "#6D1F62",
9755 "fixedColor": "#511749",
9764 "options": "Committed"
9770 "fixedColor": "#508642",
9785 "fixedColor": "#0A437C",
9794 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
9800 "fixedColor": "#CFFAFF",
9809 "options": "Inactive"
9815 "fixedColor": "#584477",
9824 "options": "PageTables"
9830 "fixedColor": "#0A50A1",
9839 "options": "Page_Tables"
9845 "fixedColor": "#0A50A1",
9854 "options": "RAM_Free"
9860 "fixedColor": "#E0F9D7",
9875 "fixedColor": "#806EB7",
9884 "options": "Slab_Cache"
9890 "fixedColor": "#E0752D",
9905 "fixedColor": "#BF1B00",
9914 "options": "Swap_Cache"
9920 "fixedColor": "#C15C17",
9929 "options": "Swap_Free"
9935 "fixedColor": "#2F575E",
9950 "fixedColor": "#EAB839",
9974 "displayMode": "table",
9975 "placement": "bottom",
9984 "pluginVersion": "9.2.0",
9988 "type": "prometheus",
9989 "uid": "${DS_PROMETHEUS}"
9991 "expr": "node_memory_Unevictable_bytes{instance=\"$node\",job=\"$job\"}",
9992 "format": "time_series",
9993 "intervalFactor": 1,
9994 "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons",
10000 "type": "prometheus",
10001 "uid": "${DS_PROMETHEUS}"
10003 "expr": "node_memory_Mlocked_bytes{instance=\"$node\",job=\"$job\"}",
10004 "format": "time_series",
10005 "intervalFactor": 1,
10006 "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call",
10011 "title": "Memory Unevictable and MLocked",
10012 "type": "timeseries"
10016 "type": "prometheus",
10017 "uid": "${DS_PROMETHEUS}"
10022 "mode": "palette-classic"
10025 "axisCenteredZero": false,
10026 "axisColorMode": "text",
10027 "axisLabel": "bytes",
10028 "axisPlacement": "auto",
10030 "drawStyle": "line",
10032 "gradientMode": "none",
10038 "lineInterpolation": "linear",
10041 "scaleDistribution": {
10044 "showPoints": "never",
10045 "spanNulls": false,
10050 "thresholdsStyle": {
10058 "mode": "absolute",
10075 "options": "Active"
10081 "fixedColor": "#99440A",
10090 "options": "Buffers"
10096 "fixedColor": "#58140C",
10111 "fixedColor": "#6D1F62",
10120 "options": "Cached"
10126 "fixedColor": "#511749",
10135 "options": "Committed"
10141 "fixedColor": "#508642",
10156 "fixedColor": "#6ED0E0",
10171 "fixedColor": "#B7DBAB",
10180 "options": "Inactive"
10186 "fixedColor": "#EA6460",
10195 "options": "Mapped"
10201 "fixedColor": "#052B51",
10210 "options": "PageTables"
10216 "fixedColor": "#0A50A1",
10225 "options": "Page_Tables"
10231 "fixedColor": "#0A50A1",
10240 "options": "Slab_Cache"
10246 "fixedColor": "#EAB839",
10261 "fixedColor": "#BF1B00",
10270 "options": "Swap_Cache"
10276 "fixedColor": "#C15C17",
10291 "fixedColor": "#511749",
10300 "options": "Total RAM"
10306 "fixedColor": "#052B51",
10315 "options": "Total RAM + Swap"
10321 "fixedColor": "#052B51",
10330 "options": "Total Swap"
10336 "fixedColor": "#614D93",
10345 "options": "VmallocUsed"
10351 "fixedColor": "#EA6460",
10375 "displayMode": "table",
10376 "placement": "bottom",
10384 "pluginVersion": "9.2.0",
10388 "type": "prometheus",
10389 "uid": "${DS_PROMETHEUS}"
10391 "expr": "node_memory_NFS_Unstable_bytes{instance=\"$node\",job=\"$job\"}",
10392 "format": "time_series",
10393 "intervalFactor": 1,
10394 "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage",
10399 "title": "Memory NFS",
10400 "type": "timeseries"
10406 "type": "prometheus",
10407 "uid": "${DS_PROMETHEUS}"
10412 "title": "Memory Meminfo",
10418 "type": "prometheus",
10419 "uid": "${DS_PROMETHEUS}"
10431 "type": "prometheus",
10432 "uid": "${DS_PROMETHEUS}"
10437 "mode": "palette-classic"
10440 "axisCenteredZero": false,
10441 "axisColorMode": "text",
10442 "axisLabel": "pages out (-) / in (+)",
10443 "axisPlacement": "auto",
10445 "drawStyle": "line",
10447 "gradientMode": "none",
10453 "lineInterpolation": "linear",
10456 "scaleDistribution": {
10459 "showPoints": "never",
10460 "spanNulls": false,
10465 "thresholdsStyle": {
10472 "mode": "absolute",
10489 "options": "/.*out/"
10493 "id": "custom.transform",
10494 "value": "negative-Y"
10516 "displayMode": "table",
10517 "placement": "bottom",
10525 "pluginVersion": "9.2.0",
10529 "type": "prometheus",
10530 "uid": "${DS_PROMETHEUS}"
10532 "expr": "irate(node_vmstat_pgpgin{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10533 "format": "time_series",
10534 "intervalFactor": 1,
10535 "legendFormat": "Pagesin - Page in operations",
10541 "type": "prometheus",
10542 "uid": "${DS_PROMETHEUS}"
10544 "expr": "irate(node_vmstat_pgpgout{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10545 "format": "time_series",
10546 "intervalFactor": 1,
10547 "legendFormat": "Pagesout - Page out operations",
10552 "title": "Memory Pages In / Out",
10553 "type": "timeseries"
10557 "type": "prometheus",
10558 "uid": "${DS_PROMETHEUS}"
10563 "mode": "palette-classic"
10566 "axisCenteredZero": false,
10567 "axisColorMode": "text",
10568 "axisLabel": "pages out (-) / in (+)",
10569 "axisPlacement": "auto",
10571 "drawStyle": "line",
10573 "gradientMode": "none",
10579 "lineInterpolation": "linear",
10582 "scaleDistribution": {
10585 "showPoints": "never",
10586 "spanNulls": false,
10591 "thresholdsStyle": {
10598 "mode": "absolute",
10615 "options": "/.*out/"
10619 "id": "custom.transform",
10620 "value": "negative-Y"
10642 "displayMode": "table",
10643 "placement": "bottom",
10651 "pluginVersion": "9.2.0",
10655 "type": "prometheus",
10656 "uid": "${DS_PROMETHEUS}"
10658 "expr": "irate(node_vmstat_pswpin{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10659 "format": "time_series",
10660 "intervalFactor": 1,
10661 "legendFormat": "Pswpin - Pages swapped in",
10667 "type": "prometheus",
10668 "uid": "${DS_PROMETHEUS}"
10670 "expr": "irate(node_vmstat_pswpout{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
10671 "format": "time_series",
10672 "intervalFactor": 1,
10673 "legendFormat": "Pswpout - Pages swapped out",
10678 "title": "Memory Pages Swap In / Out",
10679 "type": "timeseries"
10683 "type": "prometheus",
10684 "uid": "${DS_PROMETHEUS}"
10689 "mode": "palette-classic"
10692 "axisCenteredZero": false,
10693 "axisColorMode": "text",
10694 "axisLabel": "faults",
10695 "axisPlacement": "auto",
10697 "drawStyle": "line",
10699 "gradientMode": "none",
10705 "lineInterpolation": "linear",
10708 "scaleDistribution": {
10711 "showPoints": "never",
10712 "spanNulls": false,
10717 "thresholdsStyle": {
10725 "mode": "absolute",
10748 "fixedColor": "#629E51",
10757 "options": "Buffers"
10763 "fixedColor": "#614D93",
10778 "fixedColor": "#6D1F62",
10787 "options": "Cached"
10793 "fixedColor": "#511749",
10802 "options": "Committed"
10808 "fixedColor": "#508642",
10823 "fixedColor": "#0A437C",
10832 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working"
10838 "fixedColor": "#CFFAFF",
10847 "options": "Inactive"
10853 "fixedColor": "#584477",
10862 "options": "PageTables"
10868 "fixedColor": "#0A50A1",
10877 "options": "Page_Tables"
10883 "fixedColor": "#0A50A1",
10892 "options": "RAM_Free"
10898 "fixedColor": "#E0F9D7",
10913 "fixedColor": "#806EB7",
10922 "options": "Slab_Cache"
10928 "fixedColor": "#E0752D",
10943 "fixedColor": "#BF1B00",
10952 "options": "Swap_Cache"
10958 "fixedColor": "#C15C17",
10967 "options": "Swap_Free"
10973 "fixedColor": "#2F575E",
10982 "options": "Unused"
10988 "fixedColor": "#EAB839",
10997 "options": "Pgfault - Page major and minor fault operations"
11001 "id": "custom.fillOpacity",
11005 "id": "custom.stacking",
11031 "displayMode": "table",
11032 "placement": "bottom",
11033 "showLegend": true,
11041 "pluginVersion": "9.2.0",
11045 "type": "prometheus",
11046 "uid": "${DS_PROMETHEUS}"
11048 "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11049 "format": "time_series",
11050 "intervalFactor": 1,
11051 "legendFormat": "Pgfault - Page major and minor fault operations",
11057 "type": "prometheus",
11058 "uid": "${DS_PROMETHEUS}"
11060 "expr": "irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11061 "format": "time_series",
11062 "intervalFactor": 1,
11063 "legendFormat": "Pgmajfault - Major page fault operations",
11069 "type": "prometheus",
11070 "uid": "${DS_PROMETHEUS}"
11072 "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval]) - irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11073 "format": "time_series",
11074 "intervalFactor": 1,
11075 "legendFormat": "Pgminfault - Minor page fault operations",
11080 "title": "Memory Page Faults",
11081 "type": "timeseries"
11085 "type": "prometheus",
11086 "uid": "${DS_PROMETHEUS}"
11091 "mode": "palette-classic"
11094 "axisCenteredZero": false,
11095 "axisColorMode": "text",
11096 "axisLabel": "counter",
11097 "axisPlacement": "auto",
11099 "drawStyle": "line",
11101 "gradientMode": "none",
11107 "lineInterpolation": "linear",
11110 "scaleDistribution": {
11113 "showPoints": "never",
11114 "spanNulls": false,
11119 "thresholdsStyle": {
11127 "mode": "absolute",
11144 "options": "Active"
11150 "fixedColor": "#99440A",
11159 "options": "Buffers"
11165 "fixedColor": "#58140C",
11180 "fixedColor": "#6D1F62",
11189 "options": "Cached"
11195 "fixedColor": "#511749",
11204 "options": "Committed"
11210 "fixedColor": "#508642",
11225 "fixedColor": "#6ED0E0",
11240 "fixedColor": "#B7DBAB",
11249 "options": "Inactive"
11255 "fixedColor": "#EA6460",
11264 "options": "Mapped"
11270 "fixedColor": "#052B51",
11279 "options": "PageTables"
11285 "fixedColor": "#0A50A1",
11294 "options": "Page_Tables"
11300 "fixedColor": "#0A50A1",
11309 "options": "Slab_Cache"
11315 "fixedColor": "#EAB839",
11330 "fixedColor": "#BF1B00",
11339 "options": "Swap_Cache"
11345 "fixedColor": "#C15C17",
11360 "fixedColor": "#511749",
11369 "options": "Total RAM"
11375 "fixedColor": "#052B51",
11384 "options": "Total RAM + Swap"
11390 "fixedColor": "#052B51",
11399 "options": "Total Swap"
11405 "fixedColor": "#614D93",
11414 "options": "VmallocUsed"
11420 "fixedColor": "#EA6460",
11444 "displayMode": "table",
11445 "placement": "bottom",
11453 "pluginVersion": "9.2.0",
11457 "type": "prometheus",
11458 "uid": "${DS_PROMETHEUS}"
11460 "expr": "irate(node_vmstat_oom_kill{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
11461 "format": "time_series",
11463 "intervalFactor": 1,
11464 "legendFormat": "oom killer invocations ",
11469 "title": "OOM Killer",
11470 "type": "timeseries"
11476 "type": "prometheus",
11477 "uid": "${DS_PROMETHEUS}"
11482 "title": "Memory Vmstat",
11488 "type": "prometheus",
11489 "uid": "${DS_PROMETHEUS}"
11501 "type": "prometheus",
11502 "uid": "${DS_PROMETHEUS}"
11508 "mode": "palette-classic"
11511 "axisCenteredZero": false,
11512 "axisColorMode": "text",
11513 "axisLabel": "seconds",
11514 "axisPlacement": "auto",
11516 "drawStyle": "line",
11518 "gradientMode": "none",
11524 "lineInterpolation": "linear",
11527 "scaleDistribution": {
11530 "showPoints": "never",
11531 "spanNulls": false,
11536 "thresholdsStyle": {
11543 "mode": "absolute",
11560 "options": "/.*Variation*./"
11566 "fixedColor": "#890F02",
11590 "displayMode": "table",
11591 "placement": "bottom",
11599 "pluginVersion": "9.2.0",
11603 "type": "prometheus",
11604 "uid": "${DS_PROMETHEUS}"
11606 "expr": "node_timex_estimated_error_seconds{instance=\"$node\",job=\"$job\"}",
11607 "format": "time_series",
11610 "intervalFactor": 1,
11611 "legendFormat": "Estimated error in seconds",
11617 "type": "prometheus",
11618 "uid": "${DS_PROMETHEUS}"
11620 "expr": "node_timex_offset_seconds{instance=\"$node\",job=\"$job\"}",
11621 "format": "time_series",
11624 "intervalFactor": 1,
11625 "legendFormat": "Time offset in between local system and reference clock",
11631 "type": "prometheus",
11632 "uid": "${DS_PROMETHEUS}"
11634 "expr": "node_timex_maxerror_seconds{instance=\"$node\",job=\"$job\"}",
11635 "format": "time_series",
11638 "intervalFactor": 1,
11639 "legendFormat": "Maximum error in seconds",
11644 "title": "Time Syncronized Drift",
11645 "type": "timeseries"
11649 "type": "prometheus",
11650 "uid": "${DS_PROMETHEUS}"
11656 "mode": "palette-classic"
11659 "axisCenteredZero": false,
11660 "axisColorMode": "text",
11661 "axisLabel": "counter",
11662 "axisPlacement": "auto",
11664 "drawStyle": "line",
11666 "gradientMode": "none",
11672 "lineInterpolation": "linear",
11675 "scaleDistribution": {
11678 "showPoints": "never",
11679 "spanNulls": false,
11684 "thresholdsStyle": {
11691 "mode": "absolute",
11722 "displayMode": "table",
11723 "placement": "bottom",
11731 "pluginVersion": "9.2.0",
11735 "type": "prometheus",
11736 "uid": "${DS_PROMETHEUS}"
11738 "expr": "node_timex_loop_time_constant{instance=\"$node\",job=\"$job\"}",
11739 "format": "time_series",
11741 "intervalFactor": 1,
11742 "legendFormat": "Phase-locked loop time adjust",
11747 "title": "Time PLL Adjust",
11748 "type": "timeseries"
11752 "type": "prometheus",
11753 "uid": "${DS_PROMETHEUS}"
11759 "mode": "palette-classic"
11762 "axisCenteredZero": false,
11763 "axisColorMode": "text",
11764 "axisLabel": "counter",
11765 "axisPlacement": "auto",
11767 "drawStyle": "line",
11769 "gradientMode": "none",
11775 "lineInterpolation": "linear",
11778 "scaleDistribution": {
11781 "showPoints": "never",
11782 "spanNulls": false,
11787 "thresholdsStyle": {
11794 "mode": "absolute",
11811 "options": "/.*Variation*./"
11817 "fixedColor": "#890F02",
11841 "displayMode": "table",
11842 "placement": "bottom",
11850 "pluginVersion": "9.2.0",
11854 "type": "prometheus",
11855 "uid": "${DS_PROMETHEUS}"
11857 "expr": "node_timex_sync_status{instance=\"$node\",job=\"$job\"}",
11858 "format": "time_series",
11860 "intervalFactor": 1,
11861 "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)",
11867 "type": "prometheus",
11868 "uid": "${DS_PROMETHEUS}"
11870 "expr": "node_timex_frequency_adjustment_ratio{instance=\"$node\",job=\"$job\"}",
11871 "format": "time_series",
11873 "intervalFactor": 1,
11874 "legendFormat": "Local clock frequency adjustment",
11879 "title": "Time Syncronized Status",
11880 "type": "timeseries"
11884 "type": "prometheus",
11885 "uid": "${DS_PROMETHEUS}"
11891 "mode": "palette-classic"
11894 "axisCenteredZero": false,
11895 "axisColorMode": "text",
11896 "axisLabel": "seconds",
11897 "axisPlacement": "auto",
11899 "drawStyle": "line",
11901 "gradientMode": "none",
11907 "lineInterpolation": "linear",
11910 "scaleDistribution": {
11913 "showPoints": "never",
11914 "spanNulls": false,
11919 "thresholdsStyle": {
11926 "mode": "absolute",
11957 "displayMode": "table",
11958 "placement": "bottom",
11966 "pluginVersion": "9.2.0",
11970 "type": "prometheus",
11971 "uid": "${DS_PROMETHEUS}"
11973 "expr": "node_timex_tick_seconds{instance=\"$node\",job=\"$job\"}",
11974 "format": "time_series",
11976 "intervalFactor": 1,
11977 "legendFormat": "Seconds between clock ticks",
11983 "type": "prometheus",
11984 "uid": "${DS_PROMETHEUS}"
11986 "expr": "node_timex_tai_offset_seconds{instance=\"$node\",job=\"$job\"}",
11987 "format": "time_series",
11989 "intervalFactor": 1,
11990 "legendFormat": "International Atomic Time (TAI) offset",
11995 "title": "Time Misc",
11996 "type": "timeseries"
12002 "type": "prometheus",
12003 "uid": "${DS_PROMETHEUS}"
12008 "title": "System Timesync",
12014 "type": "prometheus",
12015 "uid": "${DS_PROMETHEUS}"
12027 "type": "prometheus",
12028 "uid": "${DS_PROMETHEUS}"
12033 "mode": "palette-classic"
12036 "axisCenteredZero": false,
12037 "axisColorMode": "text",
12038 "axisLabel": "counter",
12039 "axisPlacement": "auto",
12041 "drawStyle": "line",
12043 "gradientMode": "none",
12049 "lineInterpolation": "linear",
12052 "scaleDistribution": {
12055 "showPoints": "never",
12056 "spanNulls": false,
12061 "thresholdsStyle": {
12069 "mode": "absolute",
12100 "displayMode": "table",
12101 "placement": "bottom",
12109 "pluginVersion": "9.2.0",
12113 "type": "prometheus",
12114 "uid": "${DS_PROMETHEUS}"
12116 "expr": "node_procs_blocked{instance=\"$node\",job=\"$job\"}",
12117 "format": "time_series",
12118 "intervalFactor": 1,
12119 "legendFormat": "Processes blocked waiting for I/O to complete",
12125 "type": "prometheus",
12126 "uid": "${DS_PROMETHEUS}"
12128 "expr": "node_procs_running{instance=\"$node\",job=\"$job\"}",
12129 "format": "time_series",
12130 "intervalFactor": 1,
12131 "legendFormat": "Processes in runnable state",
12136 "title": "Processes Status",
12137 "type": "timeseries"
12141 "type": "prometheus",
12142 "uid": "${DS_PROMETHEUS}"
12147 "mode": "palette-classic"
12150 "axisCenteredZero": false,
12151 "axisColorMode": "text",
12152 "axisLabel": "counter",
12153 "axisPlacement": "auto",
12155 "drawStyle": "line",
12157 "gradientMode": "none",
12163 "lineInterpolation": "linear",
12166 "scaleDistribution": {
12169 "showPoints": "never",
12170 "spanNulls": false,
12175 "thresholdsStyle": {
12183 "mode": "absolute",
12214 "displayMode": "table",
12215 "placement": "bottom",
12223 "pluginVersion": "9.2.0",
12227 "type": "prometheus",
12228 "uid": "${DS_PROMETHEUS}"
12230 "expr": "node_processes_state{instance=\"$node\",job=\"$job\"}",
12231 "format": "time_series",
12233 "intervalFactor": 1,
12234 "legendFormat": "{{ state }}",
12239 "title": "Processes State",
12240 "type": "timeseries"
12244 "type": "prometheus",
12245 "uid": "${DS_PROMETHEUS}"
12250 "mode": "palette-classic"
12253 "axisCenteredZero": false,
12254 "axisColorMode": "text",
12255 "axisLabel": "forks / sec",
12256 "axisPlacement": "auto",
12258 "drawStyle": "line",
12260 "gradientMode": "none",
12266 "lineInterpolation": "linear",
12269 "scaleDistribution": {
12272 "showPoints": "never",
12273 "spanNulls": false,
12278 "thresholdsStyle": {
12286 "mode": "absolute",
12317 "displayMode": "table",
12318 "placement": "bottom",
12326 "pluginVersion": "9.2.0",
12330 "type": "prometheus",
12331 "uid": "${DS_PROMETHEUS}"
12333 "expr": "irate(node_forks_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12334 "format": "time_series",
12336 "intervalFactor": 1,
12337 "legendFormat": "Processes forks second",
12342 "title": "Processes Forks",
12343 "type": "timeseries"
12347 "type": "prometheus",
12348 "uid": "${DS_PROMETHEUS}"
12353 "mode": "palette-classic"
12356 "axisCenteredZero": false,
12357 "axisColorMode": "text",
12358 "axisLabel": "bytes",
12359 "axisPlacement": "auto",
12361 "drawStyle": "line",
12363 "gradientMode": "none",
12369 "lineInterpolation": "linear",
12372 "scaleDistribution": {
12375 "showPoints": "never",
12376 "spanNulls": false,
12381 "thresholdsStyle": {
12389 "mode": "absolute",
12406 "options": "/.*Max.*/"
12410 "id": "custom.fillOpacity",
12433 "displayMode": "table",
12434 "placement": "bottom",
12442 "pluginVersion": "9.2.0",
12446 "type": "prometheus",
12447 "uid": "${DS_PROMETHEUS}"
12449 "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12452 "intervalFactor": 1,
12453 "legendFormat": "Processes virtual memory size in bytes",
12459 "type": "prometheus",
12460 "uid": "${DS_PROMETHEUS}"
12462 "expr": "process_resident_memory_max_bytes{instance=\"$node\",job=\"$job\"}",
12465 "intervalFactor": 1,
12466 "legendFormat": "Maximum amount of virtual memory available in bytes",
12472 "type": "prometheus",
12473 "uid": "${DS_PROMETHEUS}"
12475 "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12478 "intervalFactor": 1,
12479 "legendFormat": "Processes virtual memory size in bytes",
12485 "type": "prometheus",
12486 "uid": "${DS_PROMETHEUS}"
12488 "expr": "irate(process_virtual_memory_max_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12491 "intervalFactor": 1,
12492 "legendFormat": "Maximum amount of virtual memory available in bytes",
12497 "title": "Processes Memory",
12498 "type": "timeseries"
12502 "type": "prometheus",
12503 "uid": "${DS_PROMETHEUS}"
12508 "mode": "palette-classic"
12511 "axisCenteredZero": false,
12512 "axisColorMode": "text",
12513 "axisLabel": "counter",
12514 "axisPlacement": "auto",
12516 "drawStyle": "line",
12518 "gradientMode": "none",
12524 "lineInterpolation": "linear",
12527 "scaleDistribution": {
12530 "showPoints": "never",
12531 "spanNulls": false,
12536 "thresholdsStyle": {
12544 "mode": "absolute",
12561 "options": "PIDs limit"
12567 "fixedColor": "#F2495C",
12572 "id": "custom.fillOpacity",
12595 "displayMode": "table",
12596 "placement": "bottom",
12604 "pluginVersion": "9.2.0",
12608 "type": "prometheus",
12609 "uid": "${DS_PROMETHEUS}"
12611 "expr": "node_processes_pids{instance=\"$node\",job=\"$job\"}",
12612 "format": "time_series",
12614 "intervalFactor": 1,
12615 "legendFormat": "Number of PIDs",
12621 "type": "prometheus",
12622 "uid": "${DS_PROMETHEUS}"
12624 "expr": "node_processes_max_processes{instance=\"$node\",job=\"$job\"}",
12625 "format": "time_series",
12627 "intervalFactor": 1,
12628 "legendFormat": "PIDs limit",
12633 "title": "PIDs Number and Limit",
12634 "type": "timeseries"
12638 "type": "prometheus",
12639 "uid": "${DS_PROMETHEUS}"
12644 "mode": "palette-classic"
12647 "axisCenteredZero": false,
12648 "axisColorMode": "text",
12649 "axisLabel": "seconds",
12650 "axisPlacement": "auto",
12652 "drawStyle": "line",
12654 "gradientMode": "none",
12660 "lineInterpolation": "linear",
12663 "scaleDistribution": {
12666 "showPoints": "never",
12667 "spanNulls": false,
12672 "thresholdsStyle": {
12679 "mode": "absolute",
12696 "options": "/.*waiting.*/"
12700 "id": "custom.transform",
12701 "value": "negative-Y"
12723 "displayMode": "table",
12724 "placement": "bottom",
12732 "pluginVersion": "9.2.0",
12736 "type": "prometheus",
12737 "uid": "${DS_PROMETHEUS}"
12739 "expr": "irate(node_schedstat_running_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12740 "format": "time_series",
12742 "intervalFactor": 1,
12743 "legendFormat": "CPU {{ cpu }} - seconds spent running a process",
12749 "type": "prometheus",
12750 "uid": "${DS_PROMETHEUS}"
12752 "expr": "irate(node_schedstat_waiting_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
12753 "format": "time_series",
12755 "intervalFactor": 1,
12756 "legendFormat": "CPU {{ cpu }} - seconds spent by processing waiting for this CPU",
12761 "title": "Process schedule stats Running / Waiting",
12762 "type": "timeseries"
12766 "type": "prometheus",
12767 "uid": "${DS_PROMETHEUS}"
12772 "mode": "palette-classic"
12775 "axisCenteredZero": false,
12776 "axisColorMode": "text",
12777 "axisLabel": "counter",
12778 "axisPlacement": "auto",
12780 "drawStyle": "line",
12782 "gradientMode": "none",
12788 "lineInterpolation": "linear",
12791 "scaleDistribution": {
12794 "showPoints": "never",
12795 "spanNulls": false,
12800 "thresholdsStyle": {
12808 "mode": "absolute",
12825 "options": "Threads limit"
12831 "fixedColor": "#F2495C",
12836 "id": "custom.fillOpacity",
12859 "displayMode": "table",
12860 "placement": "bottom",
12868 "pluginVersion": "9.2.0",
12872 "type": "prometheus",
12873 "uid": "${DS_PROMETHEUS}"
12875 "expr": "node_processes_threads{instance=\"$node\",job=\"$job\"}",
12876 "format": "time_series",
12878 "intervalFactor": 1,
12879 "legendFormat": "Allocated threads",
12885 "type": "prometheus",
12886 "uid": "${DS_PROMETHEUS}"
12888 "expr": "node_processes_max_threads{instance=\"$node\",job=\"$job\"}",
12889 "format": "time_series",
12891 "intervalFactor": 1,
12892 "legendFormat": "Threads limit",
12897 "title": "Threads Number and Limit",
12898 "type": "timeseries"
12904 "type": "prometheus",
12905 "uid": "${DS_PROMETHEUS}"
12910 "title": "System Processes",
12916 "type": "prometheus",
12917 "uid": "${DS_PROMETHEUS}"
12929 "type": "prometheus",
12930 "uid": "${DS_PROMETHEUS}"
12935 "mode": "palette-classic"
12938 "axisCenteredZero": false,
12939 "axisColorMode": "text",
12940 "axisLabel": "counter",
12941 "axisPlacement": "auto",
12943 "drawStyle": "line",
12945 "gradientMode": "none",
12951 "lineInterpolation": "linear",
12954 "scaleDistribution": {
12957 "showPoints": "never",
12958 "spanNulls": false,
12963 "thresholdsStyle": {
12971 "mode": "absolute",
13002 "displayMode": "table",
13003 "placement": "bottom",
13011 "pluginVersion": "9.2.0",
13015 "type": "prometheus",
13016 "uid": "${DS_PROMETHEUS}"
13018 "expr": "irate(node_context_switches_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13019 "format": "time_series",
13020 "intervalFactor": 1,
13021 "legendFormat": "Context switches",
13027 "type": "prometheus",
13028 "uid": "${DS_PROMETHEUS}"
13030 "expr": "irate(node_intr_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13031 "format": "time_series",
13033 "intervalFactor": 1,
13034 "legendFormat": "Interrupts",
13039 "title": "Context Switches / Interrupts",
13040 "type": "timeseries"
13044 "type": "prometheus",
13045 "uid": "${DS_PROMETHEUS}"
13050 "mode": "palette-classic"
13053 "axisCenteredZero": false,
13054 "axisColorMode": "text",
13055 "axisLabel": "counter",
13056 "axisPlacement": "auto",
13058 "drawStyle": "line",
13060 "gradientMode": "none",
13066 "lineInterpolation": "linear",
13069 "scaleDistribution": {
13072 "showPoints": "never",
13073 "spanNulls": false,
13078 "thresholdsStyle": {
13086 "mode": "absolute",
13117 "displayMode": "table",
13118 "placement": "bottom",
13126 "pluginVersion": "9.2.0",
13130 "type": "prometheus",
13131 "uid": "${DS_PROMETHEUS}"
13133 "expr": "node_load1{instance=\"$node\",job=\"$job\"}",
13134 "format": "time_series",
13135 "intervalFactor": 4,
13136 "legendFormat": "Load 1m",
13142 "type": "prometheus",
13143 "uid": "${DS_PROMETHEUS}"
13145 "expr": "node_load5{instance=\"$node\",job=\"$job\"}",
13146 "format": "time_series",
13147 "intervalFactor": 4,
13148 "legendFormat": "Load 5m",
13154 "type": "prometheus",
13155 "uid": "${DS_PROMETHEUS}"
13157 "expr": "node_load15{instance=\"$node\",job=\"$job\"}",
13158 "format": "time_series",
13159 "intervalFactor": 4,
13160 "legendFormat": "Load 15m",
13165 "title": "System Load",
13166 "type": "timeseries"
13170 "type": "prometheus",
13171 "uid": "${DS_PROMETHEUS}"
13176 "mode": "palette-classic"
13179 "axisCenteredZero": false,
13180 "axisColorMode": "text",
13181 "axisLabel": "counter",
13182 "axisPlacement": "auto",
13184 "drawStyle": "line",
13186 "gradientMode": "none",
13192 "lineInterpolation": "linear",
13195 "scaleDistribution": {
13198 "showPoints": "never",
13199 "spanNulls": false,
13204 "thresholdsStyle": {
13212 "mode": "absolute",
13229 "options": "/.*Critical*./"
13235 "fixedColor": "#E24D42",
13240 "id": "custom.fillOpacity",
13248 "options": "/.*Max*./"
13254 "fixedColor": "#EF843C",
13259 "id": "custom.fillOpacity",
13282 "displayMode": "table",
13283 "placement": "bottom",
13291 "pluginVersion": "9.2.0",
13295 "type": "prometheus",
13296 "uid": "${DS_PROMETHEUS}"
13298 "expr": "irate(node_interrupts_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13299 "format": "time_series",
13301 "intervalFactor": 1,
13302 "legendFormat": "{{ type }} - {{ info }}",
13307 "title": "Interrupts Detail",
13308 "type": "timeseries"
13312 "type": "prometheus",
13313 "uid": "${DS_PROMETHEUS}"
13318 "mode": "palette-classic"
13321 "axisCenteredZero": false,
13322 "axisColorMode": "text",
13323 "axisLabel": "counter",
13324 "axisPlacement": "auto",
13326 "drawStyle": "line",
13328 "gradientMode": "none",
13334 "lineInterpolation": "linear",
13337 "scaleDistribution": {
13340 "showPoints": "never",
13341 "spanNulls": false,
13346 "thresholdsStyle": {
13353 "mode": "absolute",
13384 "displayMode": "table",
13385 "placement": "bottom",
13393 "pluginVersion": "9.2.0",
13397 "type": "prometheus",
13398 "uid": "${DS_PROMETHEUS}"
13400 "expr": "irate(node_schedstat_timeslices_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13401 "format": "time_series",
13403 "intervalFactor": 1,
13404 "legendFormat": "CPU {{ cpu }}",
13409 "title": "Schedule timeslices executed by each cpu",
13410 "type": "timeseries"
13414 "type": "prometheus",
13415 "uid": "${DS_PROMETHEUS}"
13420 "mode": "palette-classic"
13423 "axisCenteredZero": false,
13424 "axisColorMode": "text",
13425 "axisLabel": "counter",
13426 "axisPlacement": "auto",
13428 "drawStyle": "line",
13430 "gradientMode": "none",
13436 "lineInterpolation": "linear",
13439 "scaleDistribution": {
13442 "showPoints": "never",
13443 "spanNulls": false,
13448 "thresholdsStyle": {
13456 "mode": "absolute",
13487 "displayMode": "table",
13488 "placement": "bottom",
13496 "pluginVersion": "9.2.0",
13500 "type": "prometheus",
13501 "uid": "${DS_PROMETHEUS}"
13503 "expr": "node_entropy_available_bits{instance=\"$node\",job=\"$job\"}",
13504 "format": "time_series",
13505 "intervalFactor": 1,
13506 "legendFormat": "Entropy available to random number generators",
13511 "title": "Entropy",
13512 "type": "timeseries"
13516 "type": "prometheus",
13517 "uid": "${DS_PROMETHEUS}"
13522 "mode": "palette-classic"
13525 "axisCenteredZero": false,
13526 "axisColorMode": "text",
13527 "axisLabel": "seconds",
13528 "axisPlacement": "auto",
13530 "drawStyle": "line",
13532 "gradientMode": "none",
13538 "lineInterpolation": "linear",
13541 "scaleDistribution": {
13544 "showPoints": "never",
13545 "spanNulls": false,
13550 "thresholdsStyle": {
13557 "mode": "absolute",
13588 "displayMode": "table",
13589 "placement": "bottom",
13597 "pluginVersion": "9.2.0",
13601 "type": "prometheus",
13602 "uid": "${DS_PROMETHEUS}"
13604 "expr": "irate(process_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
13605 "format": "time_series",
13607 "intervalFactor": 1,
13608 "legendFormat": "Time spent",
13613 "title": "CPU time spent in user and system contexts",
13614 "type": "timeseries"
13618 "type": "prometheus",
13619 "uid": "${DS_PROMETHEUS}"
13624 "mode": "palette-classic"
13627 "axisCenteredZero": false,
13628 "axisColorMode": "text",
13629 "axisLabel": "counter",
13630 "axisPlacement": "auto",
13632 "drawStyle": "line",
13634 "gradientMode": "none",
13640 "lineInterpolation": "linear",
13643 "scaleDistribution": {
13646 "showPoints": "never",
13647 "spanNulls": false,
13652 "thresholdsStyle": {
13660 "mode": "absolute",
13677 "options": "/.*Max*./"
13683 "fixedColor": "#890F02",
13688 "id": "custom.fillOpacity",
13711 "displayMode": "table",
13712 "placement": "bottom",
13720 "pluginVersion": "9.2.0",
13724 "type": "prometheus",
13725 "uid": "${DS_PROMETHEUS}"
13727 "expr": "process_max_fds{instance=\"$node\",job=\"$job\"}",
13729 "intervalFactor": 1,
13730 "legendFormat": "Maximum open file descriptors",
13736 "type": "prometheus",
13737 "uid": "${DS_PROMETHEUS}"
13739 "expr": "process_open_fds{instance=\"$node\",job=\"$job\"}",
13741 "intervalFactor": 1,
13742 "legendFormat": "Open file descriptors",
13747 "title": "File Descriptors",
13748 "type": "timeseries"
13754 "type": "prometheus",
13755 "uid": "${DS_PROMETHEUS}"
13760 "title": "System Misc",
13766 "type": "prometheus",
13767 "uid": "${DS_PROMETHEUS}"
13779 "type": "prometheus",
13780 "uid": "${DS_PROMETHEUS}"
13785 "mode": "palette-classic"
13788 "axisCenteredZero": false,
13789 "axisColorMode": "text",
13790 "axisLabel": "temperature",
13791 "axisPlacement": "auto",
13793 "drawStyle": "line",
13795 "gradientMode": "none",
13801 "lineInterpolation": "linear",
13804 "scaleDistribution": {
13807 "showPoints": "never",
13808 "spanNulls": false,
13813 "thresholdsStyle": {
13821 "mode": "absolute",
13838 "options": "/.*Critical*./"
13844 "fixedColor": "#E24D42",
13849 "id": "custom.fillOpacity",
13857 "options": "/.*Max*./"
13863 "fixedColor": "#EF843C",
13868 "id": "custom.fillOpacity",
13891 "displayMode": "table",
13892 "placement": "bottom",
13900 "pluginVersion": "9.2.0",
13904 "type": "prometheus",
13905 "uid": "${DS_PROMETHEUS}"
13907 "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}",
13908 "format": "time_series",
13910 "intervalFactor": 1,
13911 "legendFormat": "{{ chip }} {{ sensor }} temp",
13917 "type": "prometheus",
13918 "uid": "${DS_PROMETHEUS}"
13920 "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}",
13921 "format": "time_series",
13924 "intervalFactor": 1,
13925 "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
13931 "type": "prometheus",
13932 "uid": "${DS_PROMETHEUS}"
13934 "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}",
13935 "format": "time_series",
13937 "intervalFactor": 1,
13938 "legendFormat": "{{ chip }} {{ sensor }} Critical",
13944 "type": "prometheus",
13945 "uid": "${DS_PROMETHEUS}"
13947 "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}",
13948 "format": "time_series",
13951 "intervalFactor": 1,
13952 "legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
13958 "type": "prometheus",
13959 "uid": "${DS_PROMETHEUS}"
13961 "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}",
13962 "format": "time_series",
13965 "intervalFactor": 1,
13966 "legendFormat": "{{ chip }} {{ sensor }} Max",
13971 "title": "Hardware temperature monitor",
13972 "type": "timeseries"
13976 "type": "prometheus",
13977 "uid": "${DS_PROMETHEUS}"
13982 "mode": "palette-classic"
13985 "axisCenteredZero": false,
13986 "axisColorMode": "text",
13987 "axisLabel": "counter",
13988 "axisPlacement": "auto",
13990 "drawStyle": "line",
13992 "gradientMode": "none",
13998 "lineInterpolation": "linear",
14001 "scaleDistribution": {
14004 "showPoints": "never",
14005 "spanNulls": false,
14010 "thresholdsStyle": {
14017 "mode": "absolute",
14034 "options": "/.*Max*./"
14040 "fixedColor": "#EF843C",
14045 "id": "custom.fillOpacity",
14068 "displayMode": "table",
14069 "placement": "bottom",
14077 "pluginVersion": "9.2.0",
14081 "type": "prometheus",
14082 "uid": "${DS_PROMETHEUS}"
14084 "expr": "node_cooling_device_cur_state{instance=\"$node\",job=\"$job\"}",
14085 "format": "time_series",
14088 "intervalFactor": 1,
14089 "legendFormat": "Current {{ name }} in {{ type }}",
14095 "type": "prometheus",
14096 "uid": "${DS_PROMETHEUS}"
14098 "expr": "node_cooling_device_max_state{instance=\"$node\",job=\"$job\"}",
14099 "format": "time_series",
14101 "intervalFactor": 1,
14102 "legendFormat": "Max {{ name }} in {{ type }}",
14107 "title": "Throttle cooling device",
14108 "type": "timeseries"
14112 "type": "prometheus",
14113 "uid": "${DS_PROMETHEUS}"
14118 "mode": "palette-classic"
14121 "axisCenteredZero": false,
14122 "axisColorMode": "text",
14123 "axisLabel": "counter",
14124 "axisPlacement": "auto",
14126 "drawStyle": "line",
14128 "gradientMode": "none",
14134 "lineInterpolation": "linear",
14137 "scaleDistribution": {
14140 "showPoints": "never",
14141 "spanNulls": false,
14146 "thresholdsStyle": {
14153 "mode": "absolute",
14184 "displayMode": "table",
14185 "placement": "bottom",
14193 "pluginVersion": "9.2.0",
14197 "type": "prometheus",
14198 "uid": "${DS_PROMETHEUS}"
14200 "expr": "node_power_supply_online{instance=\"$node\",job=\"$job\"}",
14201 "format": "time_series",
14204 "intervalFactor": 1,
14205 "legendFormat": "{{ power_supply }} online",
14210 "title": "Power supply",
14211 "type": "timeseries"
14217 "type": "prometheus",
14218 "uid": "${DS_PROMETHEUS}"
14223 "title": "Hardware Misc",
14229 "type": "prometheus",
14230 "uid": "${DS_PROMETHEUS}"
14242 "type": "prometheus",
14243 "uid": "${DS_PROMETHEUS}"
14248 "mode": "palette-classic"
14251 "axisCenteredZero": false,
14252 "axisColorMode": "text",
14253 "axisLabel": "counter",
14254 "axisPlacement": "auto",
14256 "drawStyle": "line",
14258 "gradientMode": "none",
14264 "lineInterpolation": "linear",
14267 "scaleDistribution": {
14270 "showPoints": "never",
14271 "spanNulls": false,
14276 "thresholdsStyle": {
14284 "mode": "absolute",
14315 "displayMode": "table",
14316 "placement": "bottom",
14324 "pluginVersion": "9.2.0",
14328 "type": "prometheus",
14329 "uid": "${DS_PROMETHEUS}"
14331 "expr": "irate(node_systemd_socket_accepted_connections_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
14332 "format": "time_series",
14334 "intervalFactor": 1,
14335 "legendFormat": "{{ name }} Connections",
14340 "title": "Systemd Sockets",
14341 "type": "timeseries"
14345 "type": "prometheus",
14346 "uid": "${DS_PROMETHEUS}"
14351 "mode": "palette-classic"
14354 "axisCenteredZero": false,
14355 "axisColorMode": "text",
14356 "axisLabel": "counter",
14357 "axisPlacement": "auto",
14359 "drawStyle": "line",
14361 "gradientMode": "none",
14367 "lineInterpolation": "linear",
14370 "scaleDistribution": {
14373 "showPoints": "never",
14374 "spanNulls": false,
14379 "thresholdsStyle": {
14386 "mode": "absolute",
14403 "options": "Failed"
14409 "fixedColor": "#F2495C",
14418 "options": "Inactive"
14424 "fixedColor": "#FF9830",
14433 "options": "Active"
14439 "fixedColor": "#73BF69",
14448 "options": "Deactivating"
14454 "fixedColor": "#FFCB7D",
14463 "options": "Activating"
14469 "fixedColor": "#C8F2C2",
14493 "displayMode": "table",
14494 "placement": "bottom",
14502 "pluginVersion": "9.2.0",
14506 "type": "prometheus",
14507 "uid": "${DS_PROMETHEUS}"
14509 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"activating\"}",
14510 "format": "time_series",
14512 "intervalFactor": 1,
14513 "legendFormat": "Activating",
14519 "type": "prometheus",
14520 "uid": "${DS_PROMETHEUS}"
14522 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"active\"}",
14523 "format": "time_series",
14525 "intervalFactor": 1,
14526 "legendFormat": "Active",
14532 "type": "prometheus",
14533 "uid": "${DS_PROMETHEUS}"
14535 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"deactivating\"}",
14536 "format": "time_series",
14538 "intervalFactor": 1,
14539 "legendFormat": "Deactivating",
14545 "type": "prometheus",
14546 "uid": "${DS_PROMETHEUS}"
14548 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"failed\"}",
14549 "format": "time_series",
14551 "intervalFactor": 1,
14552 "legendFormat": "Failed",
14558 "type": "prometheus",
14559 "uid": "${DS_PROMETHEUS}"
14561 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"inactive\"}",
14562 "format": "time_series",
14564 "intervalFactor": 1,
14565 "legendFormat": "Inactive",
14570 "title": "Systemd Units State",
14571 "type": "timeseries"
14577 "type": "prometheus",
14578 "uid": "${DS_PROMETHEUS}"
14583 "title": "Systemd",
14589 "type": "prometheus",
14590 "uid": "${DS_PROMETHEUS}"
14602 "type": "prometheus",
14603 "uid": "${DS_PROMETHEUS}"
14605 "description": "The number (after merges) of I/O requests completed per second for the device",
14609 "mode": "palette-classic"
14612 "axisCenteredZero": false,
14613 "axisColorMode": "text",
14614 "axisLabel": "IO read (-) / write (+)",
14615 "axisPlacement": "auto",
14617 "drawStyle": "line",
14619 "gradientMode": "none",
14625 "lineInterpolation": "linear",
14628 "scaleDistribution": {
14631 "showPoints": "never",
14632 "spanNulls": false,
14637 "thresholdsStyle": {
14644 "mode": "absolute",
14661 "options": "/.*Read.*/"
14665 "id": "custom.transform",
14666 "value": "negative-Y"
14673 "options": "/.*sda_.*/"
14679 "fixedColor": "#7EB26D",
14688 "options": "/.*sdb_.*/"
14694 "fixedColor": "#EAB839",
14703 "options": "/.*sdc_.*/"
14709 "fixedColor": "#6ED0E0",
14718 "options": "/.*sdd_.*/"
14724 "fixedColor": "#EF843C",
14733 "options": "/.*sde_.*/"
14739 "fixedColor": "#E24D42",
14748 "options": "/.*sda1.*/"
14754 "fixedColor": "#584477",
14763 "options": "/.*sda2_.*/"
14769 "fixedColor": "#BA43A9",
14778 "options": "/.*sda3_.*/"
14784 "fixedColor": "#F4D598",
14793 "options": "/.*sdb1.*/"
14799 "fixedColor": "#0A50A1",
14808 "options": "/.*sdb2.*/"
14814 "fixedColor": "#BF1B00",
14823 "options": "/.*sdb3.*/"
14829 "fixedColor": "#E0752D",
14838 "options": "/.*sdc1.*/"
14844 "fixedColor": "#962D82",
14853 "options": "/.*sdc2.*/"
14859 "fixedColor": "#614D93",
14868 "options": "/.*sdc3.*/"
14874 "fixedColor": "#9AC48A",
14883 "options": "/.*sdd1.*/"
14889 "fixedColor": "#65C5DB",
14898 "options": "/.*sdd2.*/"
14904 "fixedColor": "#F9934E",
14913 "options": "/.*sdd3.*/"
14919 "fixedColor": "#EA6460",
14928 "options": "/.*sde1.*/"
14934 "fixedColor": "#E0F9D7",
14943 "options": "/.*sdd2.*/"
14949 "fixedColor": "#FCEACA",
14958 "options": "/.*sde3.*/"
14964 "fixedColor": "#F9E2D2",
14988 "displayMode": "table",
14989 "placement": "bottom",
14997 "pluginVersion": "9.2.0",
15001 "type": "prometheus",
15002 "uid": "${DS_PROMETHEUS}"
15004 "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15005 "intervalFactor": 4,
15006 "legendFormat": "{{device}} - Reads completed",
15012 "type": "prometheus",
15013 "uid": "${DS_PROMETHEUS}"
15015 "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15016 "intervalFactor": 1,
15017 "legendFormat": "{{device}} - Writes completed",
15022 "title": "Disk IOps Completed",
15023 "type": "timeseries"
15027 "type": "prometheus",
15028 "uid": "${DS_PROMETHEUS}"
15030 "description": "The number of bytes read from or written to the device per second",
15034 "mode": "palette-classic"
15037 "axisCenteredZero": false,
15038 "axisColorMode": "text",
15039 "axisLabel": "bytes read (-) / write (+)",
15040 "axisPlacement": "auto",
15042 "drawStyle": "line",
15044 "gradientMode": "none",
15050 "lineInterpolation": "linear",
15053 "scaleDistribution": {
15056 "showPoints": "never",
15057 "spanNulls": false,
15062 "thresholdsStyle": {
15069 "mode": "absolute",
15086 "options": "/.*Read.*/"
15090 "id": "custom.transform",
15091 "value": "negative-Y"
15098 "options": "/.*sda_.*/"
15104 "fixedColor": "#7EB26D",
15113 "options": "/.*sdb_.*/"
15119 "fixedColor": "#EAB839",
15128 "options": "/.*sdc_.*/"
15134 "fixedColor": "#6ED0E0",
15143 "options": "/.*sdd_.*/"
15149 "fixedColor": "#EF843C",
15158 "options": "/.*sde_.*/"
15164 "fixedColor": "#E24D42",
15173 "options": "/.*sda1.*/"
15179 "fixedColor": "#584477",
15188 "options": "/.*sda2_.*/"
15194 "fixedColor": "#BA43A9",
15203 "options": "/.*sda3_.*/"
15209 "fixedColor": "#F4D598",
15218 "options": "/.*sdb1.*/"
15224 "fixedColor": "#0A50A1",
15233 "options": "/.*sdb2.*/"
15239 "fixedColor": "#BF1B00",
15248 "options": "/.*sdb3.*/"
15254 "fixedColor": "#E0752D",
15263 "options": "/.*sdc1.*/"
15269 "fixedColor": "#962D82",
15278 "options": "/.*sdc2.*/"
15284 "fixedColor": "#614D93",
15293 "options": "/.*sdc3.*/"
15299 "fixedColor": "#9AC48A",
15308 "options": "/.*sdd1.*/"
15314 "fixedColor": "#65C5DB",
15323 "options": "/.*sdd2.*/"
15329 "fixedColor": "#F9934E",
15338 "options": "/.*sdd3.*/"
15344 "fixedColor": "#EA6460",
15353 "options": "/.*sde1.*/"
15359 "fixedColor": "#E0F9D7",
15368 "options": "/.*sdd2.*/"
15374 "fixedColor": "#FCEACA",
15383 "options": "/.*sde3.*/"
15389 "fixedColor": "#F9E2D2",
15413 "displayMode": "table",
15414 "placement": "bottom",
15422 "pluginVersion": "9.2.0",
15426 "type": "prometheus",
15427 "uid": "${DS_PROMETHEUS}"
15429 "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15430 "format": "time_series",
15431 "intervalFactor": 4,
15432 "legendFormat": "{{device}} - Read bytes",
15438 "type": "prometheus",
15439 "uid": "${DS_PROMETHEUS}"
15441 "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15442 "format": "time_series",
15443 "intervalFactor": 1,
15444 "legendFormat": "{{device}} - Written bytes",
15449 "title": "Disk R/W Data",
15450 "type": "timeseries"
15454 "type": "prometheus",
15455 "uid": "${DS_PROMETHEUS}"
15457 "description": "The average time for requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.",
15461 "mode": "palette-classic"
15464 "axisCenteredZero": false,
15465 "axisColorMode": "text",
15466 "axisLabel": "time. read (-) / write (+)",
15467 "axisPlacement": "auto",
15469 "drawStyle": "line",
15471 "gradientMode": "none",
15477 "lineInterpolation": "linear",
15480 "scaleDistribution": {
15483 "showPoints": "never",
15484 "spanNulls": false,
15489 "thresholdsStyle": {
15496 "mode": "absolute",
15513 "options": "/.*Read.*/"
15517 "id": "custom.transform",
15518 "value": "negative-Y"
15525 "options": "/.*sda_.*/"
15531 "fixedColor": "#7EB26D",
15540 "options": "/.*sdb_.*/"
15546 "fixedColor": "#EAB839",
15555 "options": "/.*sdc_.*/"
15561 "fixedColor": "#6ED0E0",
15570 "options": "/.*sdd_.*/"
15576 "fixedColor": "#EF843C",
15585 "options": "/.*sde_.*/"
15591 "fixedColor": "#E24D42",
15600 "options": "/.*sda1.*/"
15606 "fixedColor": "#584477",
15615 "options": "/.*sda2_.*/"
15621 "fixedColor": "#BA43A9",
15630 "options": "/.*sda3_.*/"
15636 "fixedColor": "#F4D598",
15645 "options": "/.*sdb1.*/"
15651 "fixedColor": "#0A50A1",
15660 "options": "/.*sdb2.*/"
15666 "fixedColor": "#BF1B00",
15675 "options": "/.*sdb3.*/"
15681 "fixedColor": "#E0752D",
15690 "options": "/.*sdc1.*/"
15696 "fixedColor": "#962D82",
15705 "options": "/.*sdc2.*/"
15711 "fixedColor": "#614D93",
15720 "options": "/.*sdc3.*/"
15726 "fixedColor": "#9AC48A",
15735 "options": "/.*sdd1.*/"
15741 "fixedColor": "#65C5DB",
15750 "options": "/.*sdd2.*/"
15756 "fixedColor": "#F9934E",
15765 "options": "/.*sdd3.*/"
15771 "fixedColor": "#EA6460",
15780 "options": "/.*sde1.*/"
15786 "fixedColor": "#E0F9D7",
15795 "options": "/.*sdd2.*/"
15801 "fixedColor": "#FCEACA",
15810 "options": "/.*sde3.*/"
15816 "fixedColor": "#F9E2D2",
15840 "displayMode": "table",
15841 "placement": "bottom",
15849 "pluginVersion": "9.2.0",
15853 "type": "prometheus",
15854 "uid": "${DS_PROMETHEUS}"
15856 "expr": "irate(node_disk_read_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15859 "intervalFactor": 4,
15860 "legendFormat": "{{device}} - Read wait time avg",
15866 "type": "prometheus",
15867 "uid": "${DS_PROMETHEUS}"
15869 "expr": "irate(node_disk_write_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
15872 "intervalFactor": 1,
15873 "legendFormat": "{{device}} - Write wait time avg",
15878 "title": "Disk Average Wait Time",
15879 "type": "timeseries"
15883 "type": "prometheus",
15884 "uid": "${DS_PROMETHEUS}"
15886 "description": "The average queue length of the requests that were issued to the device",
15890 "mode": "palette-classic"
15893 "axisCenteredZero": false,
15894 "axisColorMode": "text",
15895 "axisLabel": "aqu-sz",
15896 "axisPlacement": "auto",
15898 "drawStyle": "line",
15900 "gradientMode": "none",
15906 "lineInterpolation": "linear",
15909 "scaleDistribution": {
15912 "showPoints": "never",
15913 "spanNulls": false,
15918 "thresholdsStyle": {
15926 "mode": "absolute",
15943 "options": "/.*sda_.*/"
15949 "fixedColor": "#7EB26D",
15958 "options": "/.*sdb_.*/"
15964 "fixedColor": "#EAB839",
15973 "options": "/.*sdc_.*/"
15979 "fixedColor": "#6ED0E0",
15988 "options": "/.*sdd_.*/"
15994 "fixedColor": "#EF843C",
16003 "options": "/.*sde_.*/"
16009 "fixedColor": "#E24D42",
16018 "options": "/.*sda1.*/"
16024 "fixedColor": "#584477",
16033 "options": "/.*sda2_.*/"
16039 "fixedColor": "#BA43A9",
16048 "options": "/.*sda3_.*/"
16054 "fixedColor": "#F4D598",
16063 "options": "/.*sdb1.*/"
16069 "fixedColor": "#0A50A1",
16078 "options": "/.*sdb2.*/"
16084 "fixedColor": "#BF1B00",
16093 "options": "/.*sdb3.*/"
16099 "fixedColor": "#E0752D",
16108 "options": "/.*sdc1.*/"
16114 "fixedColor": "#962D82",
16123 "options": "/.*sdc2.*/"
16129 "fixedColor": "#614D93",
16138 "options": "/.*sdc3.*/"
16144 "fixedColor": "#9AC48A",
16153 "options": "/.*sdd1.*/"
16159 "fixedColor": "#65C5DB",
16168 "options": "/.*sdd2.*/"
16174 "fixedColor": "#F9934E",
16183 "options": "/.*sdd3.*/"
16189 "fixedColor": "#EA6460",
16198 "options": "/.*sde1.*/"
16204 "fixedColor": "#E0F9D7",
16213 "options": "/.*sdd2.*/"
16219 "fixedColor": "#FCEACA",
16228 "options": "/.*sde3.*/"
16234 "fixedColor": "#F9E2D2",
16258 "displayMode": "table",
16259 "placement": "bottom",
16267 "pluginVersion": "9.2.0",
16271 "type": "prometheus",
16272 "uid": "${DS_PROMETHEUS}"
16274 "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
16276 "intervalFactor": 4,
16277 "legendFormat": "{{device}}",
16282 "title": "Average Queue Size",
16283 "type": "timeseries"
16287 "type": "prometheus",
16288 "uid": "${DS_PROMETHEUS}"
16290 "description": "The number of read and write requests merged per second that were queued to the device",
16294 "mode": "palette-classic"
16297 "axisCenteredZero": false,
16298 "axisColorMode": "text",
16299 "axisLabel": "I/Os",
16300 "axisPlacement": "auto",
16302 "drawStyle": "line",
16304 "gradientMode": "none",
16310 "lineInterpolation": "linear",
16313 "scaleDistribution": {
16316 "showPoints": "never",
16317 "spanNulls": false,
16322 "thresholdsStyle": {
16329 "mode": "absolute",
16346 "options": "/.*Read.*/"
16350 "id": "custom.transform",
16351 "value": "negative-Y"
16358 "options": "/.*sda_.*/"
16364 "fixedColor": "#7EB26D",
16373 "options": "/.*sdb_.*/"
16379 "fixedColor": "#EAB839",
16388 "options": "/.*sdc_.*/"
16394 "fixedColor": "#6ED0E0",
16403 "options": "/.*sdd_.*/"
16409 "fixedColor": "#EF843C",
16418 "options": "/.*sde_.*/"
16424 "fixedColor": "#E24D42",
16433 "options": "/.*sda1.*/"
16439 "fixedColor": "#584477",
16448 "options": "/.*sda2_.*/"
16454 "fixedColor": "#BA43A9",
16463 "options": "/.*sda3_.*/"
16469 "fixedColor": "#F4D598",
16478 "options": "/.*sdb1.*/"
16484 "fixedColor": "#0A50A1",
16493 "options": "/.*sdb2.*/"
16499 "fixedColor": "#BF1B00",
16508 "options": "/.*sdb3.*/"
16514 "fixedColor": "#E0752D",
16523 "options": "/.*sdc1.*/"
16529 "fixedColor": "#962D82",
16538 "options": "/.*sdc2.*/"
16544 "fixedColor": "#614D93",
16553 "options": "/.*sdc3.*/"
16559 "fixedColor": "#9AC48A",
16568 "options": "/.*sdd1.*/"
16574 "fixedColor": "#65C5DB",
16583 "options": "/.*sdd2.*/"
16589 "fixedColor": "#F9934E",
16598 "options": "/.*sdd3.*/"
16604 "fixedColor": "#EA6460",
16613 "options": "/.*sde1.*/"
16619 "fixedColor": "#E0F9D7",
16628 "options": "/.*sdd2.*/"
16634 "fixedColor": "#FCEACA",
16643 "options": "/.*sde3.*/"
16649 "fixedColor": "#F9E2D2",
16673 "displayMode": "table",
16674 "placement": "bottom",
16682 "pluginVersion": "9.2.0",
16686 "type": "prometheus",
16687 "uid": "${DS_PROMETHEUS}"
16689 "expr": "irate(node_disk_reads_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
16690 "intervalFactor": 1,
16691 "legendFormat": "{{device}} - Read merged",
16697 "type": "prometheus",
16698 "uid": "${DS_PROMETHEUS}"
16700 "expr": "irate(node_disk_writes_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
16701 "intervalFactor": 1,
16702 "legendFormat": "{{device}} - Write merged",
16707 "title": "Disk R/W Merged",
16708 "type": "timeseries"
16712 "type": "prometheus",
16713 "uid": "${DS_PROMETHEUS}"
16715 "description": "Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for devices serving requests serially. But for devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.",
16719 "mode": "palette-classic"
16722 "axisCenteredZero": false,
16723 "axisColorMode": "text",
16724 "axisLabel": "%util",
16725 "axisPlacement": "auto",
16727 "drawStyle": "line",
16729 "gradientMode": "none",
16735 "lineInterpolation": "linear",
16738 "scaleDistribution": {
16741 "showPoints": "never",
16742 "spanNulls": false,
16747 "thresholdsStyle": {
16755 "mode": "absolute",
16766 "unit": "percentunit"
16772 "options": "/.*sda_.*/"
16778 "fixedColor": "#7EB26D",
16787 "options": "/.*sdb_.*/"
16793 "fixedColor": "#EAB839",
16802 "options": "/.*sdc_.*/"
16808 "fixedColor": "#6ED0E0",
16817 "options": "/.*sdd_.*/"
16823 "fixedColor": "#EF843C",
16832 "options": "/.*sde_.*/"
16838 "fixedColor": "#E24D42",
16847 "options": "/.*sda1.*/"
16853 "fixedColor": "#584477",
16862 "options": "/.*sda2_.*/"
16868 "fixedColor": "#BA43A9",
16877 "options": "/.*sda3_.*/"
16883 "fixedColor": "#F4D598",
16892 "options": "/.*sdb1.*/"
16898 "fixedColor": "#0A50A1",
16907 "options": "/.*sdb2.*/"
16913 "fixedColor": "#BF1B00",
16922 "options": "/.*sdb3.*/"
16928 "fixedColor": "#E0752D",
16937 "options": "/.*sdc1.*/"
16943 "fixedColor": "#962D82",
16952 "options": "/.*sdc2.*/"
16958 "fixedColor": "#614D93",
16967 "options": "/.*sdc3.*/"
16973 "fixedColor": "#9AC48A",
16982 "options": "/.*sdd1.*/"
16988 "fixedColor": "#65C5DB",
16997 "options": "/.*sdd2.*/"
17003 "fixedColor": "#F9934E",
17012 "options": "/.*sdd3.*/"
17018 "fixedColor": "#EA6460",
17027 "options": "/.*sde1.*/"
17033 "fixedColor": "#E0F9D7",
17042 "options": "/.*sdd2.*/"
17048 "fixedColor": "#FCEACA",
17057 "options": "/.*sde3.*/"
17063 "fixedColor": "#F9E2D2",
17087 "displayMode": "table",
17088 "placement": "bottom",
17096 "pluginVersion": "9.2.0",
17100 "type": "prometheus",
17101 "uid": "${DS_PROMETHEUS}"
17103 "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17105 "intervalFactor": 4,
17106 "legendFormat": "{{device}} - IO",
17112 "type": "prometheus",
17113 "uid": "${DS_PROMETHEUS}"
17115 "expr": "irate(node_disk_discard_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17117 "intervalFactor": 4,
17118 "legendFormat": "{{device}} - discard",
17123 "title": "Time Spent Doing I/Os",
17124 "type": "timeseries"
17128 "type": "prometheus",
17129 "uid": "${DS_PROMETHEUS}"
17131 "description": "The number of outstanding requests at the instant the sample was taken. Incremented as requests are given to appropriate struct request_queue and decremented as they finish.",
17135 "mode": "palette-classic"
17138 "axisCenteredZero": false,
17139 "axisColorMode": "text",
17140 "axisLabel": "Outstanding req.",
17141 "axisPlacement": "auto",
17143 "drawStyle": "line",
17145 "gradientMode": "none",
17151 "lineInterpolation": "linear",
17154 "scaleDistribution": {
17157 "showPoints": "never",
17158 "spanNulls": false,
17163 "thresholdsStyle": {
17171 "mode": "absolute",
17188 "options": "/.*sda_.*/"
17194 "fixedColor": "#7EB26D",
17203 "options": "/.*sdb_.*/"
17209 "fixedColor": "#EAB839",
17218 "options": "/.*sdc_.*/"
17224 "fixedColor": "#6ED0E0",
17233 "options": "/.*sdd_.*/"
17239 "fixedColor": "#EF843C",
17248 "options": "/.*sde_.*/"
17254 "fixedColor": "#E24D42",
17263 "options": "/.*sda1.*/"
17269 "fixedColor": "#584477",
17278 "options": "/.*sda2_.*/"
17284 "fixedColor": "#BA43A9",
17293 "options": "/.*sda3_.*/"
17299 "fixedColor": "#F4D598",
17308 "options": "/.*sdb1.*/"
17314 "fixedColor": "#0A50A1",
17323 "options": "/.*sdb2.*/"
17329 "fixedColor": "#BF1B00",
17338 "options": "/.*sdb3.*/"
17344 "fixedColor": "#E0752D",
17353 "options": "/.*sdc1.*/"
17359 "fixedColor": "#962D82",
17368 "options": "/.*sdc2.*/"
17374 "fixedColor": "#614D93",
17383 "options": "/.*sdc3.*/"
17389 "fixedColor": "#9AC48A",
17398 "options": "/.*sdd1.*/"
17404 "fixedColor": "#65C5DB",
17413 "options": "/.*sdd2.*/"
17419 "fixedColor": "#F9934E",
17428 "options": "/.*sdd3.*/"
17434 "fixedColor": "#EA6460",
17443 "options": "/.*sde1.*/"
17449 "fixedColor": "#E0F9D7",
17458 "options": "/.*sdd2.*/"
17464 "fixedColor": "#FCEACA",
17473 "options": "/.*sde3.*/"
17479 "fixedColor": "#F9E2D2",
17503 "displayMode": "table",
17504 "placement": "bottom",
17512 "pluginVersion": "9.2.0",
17516 "type": "prometheus",
17517 "uid": "${DS_PROMETHEUS}"
17519 "expr": "node_disk_io_now{instance=\"$node\",job=\"$job\"}",
17521 "intervalFactor": 4,
17522 "legendFormat": "{{device}} - IO now",
17527 "title": "Instantaneous Queue Size",
17528 "type": "timeseries"
17532 "type": "prometheus",
17533 "uid": "${DS_PROMETHEUS}"
17539 "mode": "palette-classic"
17542 "axisCenteredZero": false,
17543 "axisColorMode": "text",
17544 "axisLabel": "IOs",
17545 "axisPlacement": "auto",
17547 "drawStyle": "line",
17549 "gradientMode": "none",
17555 "lineInterpolation": "linear",
17558 "scaleDistribution": {
17561 "showPoints": "never",
17562 "spanNulls": false,
17567 "thresholdsStyle": {
17574 "mode": "absolute",
17591 "options": "/.*sda_.*/"
17597 "fixedColor": "#7EB26D",
17606 "options": "/.*sdb_.*/"
17612 "fixedColor": "#EAB839",
17621 "options": "/.*sdc_.*/"
17627 "fixedColor": "#6ED0E0",
17636 "options": "/.*sdd_.*/"
17642 "fixedColor": "#EF843C",
17651 "options": "/.*sde_.*/"
17657 "fixedColor": "#E24D42",
17666 "options": "/.*sda1.*/"
17672 "fixedColor": "#584477",
17681 "options": "/.*sda2_.*/"
17687 "fixedColor": "#BA43A9",
17696 "options": "/.*sda3_.*/"
17702 "fixedColor": "#F4D598",
17711 "options": "/.*sdb1.*/"
17717 "fixedColor": "#0A50A1",
17726 "options": "/.*sdb2.*/"
17732 "fixedColor": "#BF1B00",
17741 "options": "/.*sdb3.*/"
17747 "fixedColor": "#E0752D",
17756 "options": "/.*sdc1.*/"
17762 "fixedColor": "#962D82",
17771 "options": "/.*sdc2.*/"
17777 "fixedColor": "#614D93",
17786 "options": "/.*sdc3.*/"
17792 "fixedColor": "#9AC48A",
17801 "options": "/.*sdd1.*/"
17807 "fixedColor": "#65C5DB",
17816 "options": "/.*sdd2.*/"
17822 "fixedColor": "#F9934E",
17831 "options": "/.*sdd3.*/"
17837 "fixedColor": "#EA6460",
17846 "options": "/.*sde1.*/"
17852 "fixedColor": "#E0F9D7",
17861 "options": "/.*sdd2.*/"
17867 "fixedColor": "#FCEACA",
17876 "options": "/.*sde3.*/"
17882 "fixedColor": "#F9E2D2",
17906 "displayMode": "table",
17907 "placement": "bottom",
17915 "pluginVersion": "9.2.0",
17919 "type": "prometheus",
17920 "uid": "${DS_PROMETHEUS}"
17922 "expr": "irate(node_disk_discards_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17924 "intervalFactor": 4,
17925 "legendFormat": "{{device}} - Discards completed",
17931 "type": "prometheus",
17932 "uid": "${DS_PROMETHEUS}"
17934 "expr": "irate(node_disk_discards_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
17936 "intervalFactor": 1,
17937 "legendFormat": "{{device}} - Discards merged",
17942 "title": "Disk IOps Discards completed / merged",
17943 "type": "timeseries"
17949 "type": "prometheus",
17950 "uid": "${DS_PROMETHEUS}"
17955 "title": "Storage Disk",
17961 "type": "prometheus",
17962 "uid": "${DS_PROMETHEUS}"
17974 "type": "prometheus",
17975 "uid": "${DS_PROMETHEUS}"
17981 "mode": "palette-classic"
17984 "axisCenteredZero": false,
17985 "axisColorMode": "text",
17986 "axisLabel": "bytes",
17987 "axisPlacement": "auto",
17989 "drawStyle": "line",
17991 "gradientMode": "none",
17997 "lineInterpolation": "linear",
18000 "scaleDistribution": {
18003 "showPoints": "never",
18004 "spanNulls": false,
18009 "thresholdsStyle": {
18017 "mode": "absolute",
18048 "displayMode": "table",
18049 "placement": "bottom",
18057 "pluginVersion": "9.2.0",
18061 "type": "prometheus",
18062 "uid": "${DS_PROMETHEUS}"
18064 "expr": "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18065 "format": "time_series",
18067 "intervalFactor": 1,
18068 "legendFormat": "{{mountpoint}} - Available",
18075 "type": "prometheus",
18076 "uid": "${DS_PROMETHEUS}"
18078 "expr": "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18079 "format": "time_series",
18081 "intervalFactor": 1,
18082 "legendFormat": "{{mountpoint}} - Free",
18088 "type": "prometheus",
18089 "uid": "${DS_PROMETHEUS}"
18091 "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18092 "format": "time_series",
18094 "intervalFactor": 1,
18095 "legendFormat": "{{mountpoint}} - Size",
18100 "title": "Filesystem space available",
18101 "type": "timeseries"
18105 "type": "prometheus",
18106 "uid": "${DS_PROMETHEUS}"
18112 "mode": "palette-classic"
18115 "axisCenteredZero": false,
18116 "axisColorMode": "text",
18117 "axisLabel": "file nodes",
18118 "axisPlacement": "auto",
18120 "drawStyle": "line",
18122 "gradientMode": "none",
18128 "lineInterpolation": "linear",
18131 "scaleDistribution": {
18134 "showPoints": "never",
18135 "spanNulls": false,
18140 "thresholdsStyle": {
18148 "mode": "absolute",
18179 "displayMode": "table",
18180 "placement": "bottom",
18188 "pluginVersion": "9.2.0",
18192 "type": "prometheus",
18193 "uid": "${DS_PROMETHEUS}"
18195 "expr": "node_filesystem_files_free{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18196 "format": "time_series",
18198 "intervalFactor": 1,
18199 "legendFormat": "{{mountpoint}} - Free file nodes",
18204 "title": "File Nodes Free",
18205 "type": "timeseries"
18209 "type": "prometheus",
18210 "uid": "${DS_PROMETHEUS}"
18216 "mode": "palette-classic"
18219 "axisCenteredZero": false,
18220 "axisColorMode": "text",
18221 "axisLabel": "files",
18222 "axisPlacement": "auto",
18224 "drawStyle": "line",
18226 "gradientMode": "none",
18232 "lineInterpolation": "linear",
18235 "scaleDistribution": {
18238 "showPoints": "never",
18239 "spanNulls": false,
18244 "thresholdsStyle": {
18252 "mode": "absolute",
18283 "displayMode": "table",
18284 "placement": "bottom",
18292 "pluginVersion": "9.2.0",
18296 "type": "prometheus",
18297 "uid": "${DS_PROMETHEUS}"
18299 "expr": "node_filefd_maximum{instance=\"$node\",job=\"$job\"}",
18300 "format": "time_series",
18301 "intervalFactor": 4,
18302 "legendFormat": "Max open files",
18308 "type": "prometheus",
18309 "uid": "${DS_PROMETHEUS}"
18311 "expr": "node_filefd_allocated{instance=\"$node\",job=\"$job\"}",
18312 "format": "time_series",
18313 "intervalFactor": 1,
18314 "legendFormat": "Open files",
18319 "title": "File Descriptor",
18320 "type": "timeseries"
18324 "type": "prometheus",
18325 "uid": "${DS_PROMETHEUS}"
18331 "mode": "palette-classic"
18334 "axisCenteredZero": false,
18335 "axisColorMode": "text",
18336 "axisLabel": "file Nodes",
18337 "axisPlacement": "auto",
18339 "drawStyle": "line",
18341 "gradientMode": "none",
18347 "lineInterpolation": "linear",
18350 "scaleDistribution": {
18353 "showPoints": "never",
18354 "spanNulls": false,
18359 "thresholdsStyle": {
18367 "mode": "absolute",
18398 "displayMode": "table",
18399 "placement": "bottom",
18407 "pluginVersion": "9.2.0",
18411 "type": "prometheus",
18412 "uid": "${DS_PROMETHEUS}"
18414 "expr": "node_filesystem_files{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18415 "format": "time_series",
18417 "intervalFactor": 1,
18418 "legendFormat": "{{mountpoint}} - File nodes total",
18423 "title": "File Nodes Size",
18424 "type": "timeseries"
18428 "type": "prometheus",
18429 "uid": "${DS_PROMETHEUS}"
18435 "mode": "palette-classic"
18438 "axisCenteredZero": false,
18439 "axisColorMode": "text",
18440 "axisLabel": "counter",
18441 "axisPlacement": "auto",
18443 "drawStyle": "line",
18445 "gradientMode": "none",
18451 "lineInterpolation": "linear",
18454 "scaleDistribution": {
18457 "showPoints": "never",
18458 "spanNulls": false,
18463 "thresholdsStyle": {
18472 "mode": "absolute",
18489 "options": "/ ReadOnly"
18495 "fixedColor": "#890F02",
18519 "displayMode": "table",
18520 "placement": "bottom",
18528 "pluginVersion": "9.2.0",
18532 "type": "prometheus",
18533 "uid": "${DS_PROMETHEUS}"
18535 "expr": "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
18536 "format": "time_series",
18537 "intervalFactor": 1,
18538 "legendFormat": "{{mountpoint}} - ReadOnly",
18544 "type": "prometheus",
18545 "uid": "${DS_PROMETHEUS}"
18547 "expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}",
18548 "format": "time_series",
18550 "intervalFactor": 1,
18551 "legendFormat": "{{mountpoint}} - Device error",
18556 "title": "Filesystem in ReadOnly / Error",
18557 "type": "timeseries"
18563 "type": "prometheus",
18564 "uid": "${DS_PROMETHEUS}"
18569 "title": "Storage Filesystem",
18575 "type": "prometheus",
18576 "uid": "${DS_PROMETHEUS}"
18588 "type": "prometheus",
18589 "uid": "${DS_PROMETHEUS}"
18594 "mode": "palette-classic"
18597 "axisCenteredZero": false,
18598 "axisColorMode": "text",
18599 "axisLabel": "packets out (-) / in (+)",
18600 "axisPlacement": "auto",
18602 "drawStyle": "line",
18604 "gradientMode": "none",
18610 "lineInterpolation": "linear",
18613 "scaleDistribution": {
18616 "showPoints": "never",
18617 "spanNulls": false,
18622 "thresholdsStyle": {
18629 "mode": "absolute",
18646 "options": "receive_packets_eth0"
18652 "fixedColor": "#7EB26D",
18661 "options": "receive_packets_lo"
18667 "fixedColor": "#E24D42",
18676 "options": "transmit_packets_eth0"
18682 "fixedColor": "#7EB26D",
18691 "options": "transmit_packets_lo"
18697 "fixedColor": "#E24D42",
18706 "options": "/.*Trans.*/"
18710 "id": "custom.transform",
18711 "value": "negative-Y"
18733 "displayMode": "table",
18734 "placement": "bottom",
18735 "showLegend": true,
18743 "pluginVersion": "9.2.0",
18747 "type": "prometheus",
18748 "uid": "${DS_PROMETHEUS}"
18750 "expr": "irate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18751 "format": "time_series",
18753 "intervalFactor": 1,
18754 "legendFormat": "{{device}} - Receive",
18760 "type": "prometheus",
18761 "uid": "${DS_PROMETHEUS}"
18763 "expr": "irate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18764 "format": "time_series",
18766 "intervalFactor": 1,
18767 "legendFormat": "{{device}} - Transmit",
18772 "title": "Network Traffic by Packets",
18773 "type": "timeseries"
18777 "type": "prometheus",
18778 "uid": "${DS_PROMETHEUS}"
18783 "mode": "palette-classic"
18786 "axisCenteredZero": false,
18787 "axisColorMode": "text",
18788 "axisLabel": "packets out (-) / in (+)",
18789 "axisPlacement": "auto",
18791 "drawStyle": "line",
18793 "gradientMode": "none",
18799 "lineInterpolation": "linear",
18802 "scaleDistribution": {
18805 "showPoints": "never",
18806 "spanNulls": false,
18811 "thresholdsStyle": {
18818 "mode": "absolute",
18835 "options": "/.*Trans.*/"
18839 "id": "custom.transform",
18840 "value": "negative-Y"
18862 "displayMode": "table",
18863 "placement": "bottom",
18864 "showLegend": true,
18872 "pluginVersion": "9.2.0",
18876 "type": "prometheus",
18877 "uid": "${DS_PROMETHEUS}"
18879 "expr": "irate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18880 "format": "time_series",
18881 "intervalFactor": 1,
18882 "legendFormat": "{{device}} - Receive errors",
18888 "type": "prometheus",
18889 "uid": "${DS_PROMETHEUS}"
18891 "expr": "irate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
18892 "format": "time_series",
18893 "intervalFactor": 1,
18894 "legendFormat": "{{device}} - Rransmit errors",
18899 "title": "Network Traffic Errors",
18900 "type": "timeseries"
18904 "type": "prometheus",
18905 "uid": "${DS_PROMETHEUS}"
18910 "mode": "palette-classic"
18913 "axisCenteredZero": false,
18914 "axisColorMode": "text",
18915 "axisLabel": "packets out (-) / in (+)",
18916 "axisPlacement": "auto",
18918 "drawStyle": "line",
18920 "gradientMode": "none",
18926 "lineInterpolation": "linear",
18929 "scaleDistribution": {
18932 "showPoints": "never",
18933 "spanNulls": false,
18938 "thresholdsStyle": {
18945 "mode": "absolute",
18962 "options": "/.*Trans.*/"
18966 "id": "custom.transform",
18967 "value": "negative-Y"
18989 "displayMode": "table",
18990 "placement": "bottom",
18991 "showLegend": true,
18999 "pluginVersion": "9.2.0",
19003 "type": "prometheus",
19004 "uid": "${DS_PROMETHEUS}"
19006 "expr": "irate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19007 "format": "time_series",
19008 "intervalFactor": 1,
19009 "legendFormat": "{{device}} - Receive drop",
19015 "type": "prometheus",
19016 "uid": "${DS_PROMETHEUS}"
19018 "expr": "irate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19019 "format": "time_series",
19020 "intervalFactor": 1,
19021 "legendFormat": "{{device}} - Transmit drop",
19026 "title": "Network Traffic Drop",
19027 "type": "timeseries"
19031 "type": "prometheus",
19032 "uid": "${DS_PROMETHEUS}"
19037 "mode": "palette-classic"
19040 "axisCenteredZero": false,
19041 "axisColorMode": "text",
19042 "axisLabel": "packets out (-) / in (+)",
19043 "axisPlacement": "auto",
19045 "drawStyle": "line",
19047 "gradientMode": "none",
19053 "lineInterpolation": "linear",
19056 "scaleDistribution": {
19059 "showPoints": "never",
19060 "spanNulls": false,
19065 "thresholdsStyle": {
19072 "mode": "absolute",
19089 "options": "/.*Trans.*/"
19093 "id": "custom.transform",
19094 "value": "negative-Y"
19116 "displayMode": "table",
19117 "placement": "bottom",
19118 "showLegend": true,
19126 "pluginVersion": "9.2.0",
19130 "type": "prometheus",
19131 "uid": "${DS_PROMETHEUS}"
19133 "expr": "irate(node_network_receive_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19134 "format": "time_series",
19135 "intervalFactor": 1,
19136 "legendFormat": "{{device}} - Receive compressed",
19142 "type": "prometheus",
19143 "uid": "${DS_PROMETHEUS}"
19145 "expr": "irate(node_network_transmit_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19146 "format": "time_series",
19147 "intervalFactor": 1,
19148 "legendFormat": "{{device}} - Transmit compressed",
19153 "title": "Network Traffic Compressed",
19154 "type": "timeseries"
19158 "type": "prometheus",
19159 "uid": "${DS_PROMETHEUS}"
19164 "mode": "palette-classic"
19167 "axisCenteredZero": false,
19168 "axisColorMode": "text",
19169 "axisLabel": "packets out (-) / in (+)",
19170 "axisPlacement": "auto",
19172 "drawStyle": "line",
19174 "gradientMode": "none",
19180 "lineInterpolation": "linear",
19183 "scaleDistribution": {
19186 "showPoints": "never",
19187 "spanNulls": false,
19192 "thresholdsStyle": {
19199 "mode": "absolute",
19216 "options": "/.*Trans.*/"
19220 "id": "custom.transform",
19221 "value": "negative-Y"
19243 "displayMode": "table",
19244 "placement": "bottom",
19245 "showLegend": true,
19253 "pluginVersion": "9.2.0",
19257 "type": "prometheus",
19258 "uid": "${DS_PROMETHEUS}"
19260 "expr": "irate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19261 "format": "time_series",
19262 "intervalFactor": 1,
19263 "legendFormat": "{{device}} - Receive multicast",
19268 "title": "Network Traffic Multicast",
19269 "type": "timeseries"
19273 "type": "prometheus",
19274 "uid": "${DS_PROMETHEUS}"
19279 "mode": "palette-classic"
19282 "axisCenteredZero": false,
19283 "axisColorMode": "text",
19284 "axisLabel": "packets out (-) / in (+)",
19285 "axisPlacement": "auto",
19287 "drawStyle": "line",
19289 "gradientMode": "none",
19295 "lineInterpolation": "linear",
19298 "scaleDistribution": {
19301 "showPoints": "never",
19302 "spanNulls": false,
19307 "thresholdsStyle": {
19314 "mode": "absolute",
19331 "options": "/.*Trans.*/"
19335 "id": "custom.transform",
19336 "value": "negative-Y"
19358 "displayMode": "table",
19359 "placement": "bottom",
19360 "showLegend": true,
19368 "pluginVersion": "9.2.0",
19372 "type": "prometheus",
19373 "uid": "${DS_PROMETHEUS}"
19375 "expr": "irate(node_network_receive_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19376 "format": "time_series",
19377 "intervalFactor": 1,
19378 "legendFormat": "{{device}} - Receive fifo",
19384 "type": "prometheus",
19385 "uid": "${DS_PROMETHEUS}"
19387 "expr": "irate(node_network_transmit_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19388 "format": "time_series",
19389 "intervalFactor": 1,
19390 "legendFormat": "{{device}} - Transmit fifo",
19395 "title": "Network Traffic Fifo",
19396 "type": "timeseries"
19400 "type": "prometheus",
19401 "uid": "${DS_PROMETHEUS}"
19406 "mode": "palette-classic"
19409 "axisCenteredZero": false,
19410 "axisColorMode": "text",
19411 "axisLabel": "packets out (-) / in (+)",
19412 "axisPlacement": "auto",
19414 "drawStyle": "line",
19416 "gradientMode": "none",
19422 "lineInterpolation": "linear",
19425 "scaleDistribution": {
19428 "showPoints": "never",
19429 "spanNulls": false,
19434 "thresholdsStyle": {
19441 "mode": "absolute",
19458 "options": "/.*Trans.*/"
19462 "id": "custom.transform",
19463 "value": "negative-Y"
19485 "displayMode": "table",
19486 "placement": "bottom",
19487 "showLegend": true,
19495 "pluginVersion": "9.2.0",
19499 "type": "prometheus",
19500 "uid": "${DS_PROMETHEUS}"
19502 "expr": "irate(node_network_receive_frame_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19503 "format": "time_series",
19505 "intervalFactor": 1,
19506 "legendFormat": "{{device}} - Receive frame",
19511 "title": "Network Traffic Frame",
19512 "type": "timeseries"
19516 "type": "prometheus",
19517 "uid": "${DS_PROMETHEUS}"
19522 "mode": "palette-classic"
19525 "axisCenteredZero": false,
19526 "axisColorMode": "text",
19527 "axisLabel": "counter",
19528 "axisPlacement": "auto",
19530 "drawStyle": "line",
19532 "gradientMode": "none",
19538 "lineInterpolation": "linear",
19541 "scaleDistribution": {
19544 "showPoints": "never",
19545 "spanNulls": false,
19550 "thresholdsStyle": {
19557 "mode": "absolute",
19588 "displayMode": "table",
19589 "placement": "bottom",
19590 "showLegend": true,
19598 "pluginVersion": "9.2.0",
19602 "type": "prometheus",
19603 "uid": "${DS_PROMETHEUS}"
19605 "expr": "irate(node_network_transmit_carrier_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19606 "format": "time_series",
19607 "intervalFactor": 1,
19608 "legendFormat": "{{device}} - Statistic transmit_carrier",
19613 "title": "Network Traffic Carrier",
19614 "type": "timeseries"
19618 "type": "prometheus",
19619 "uid": "${DS_PROMETHEUS}"
19624 "mode": "palette-classic"
19627 "axisCenteredZero": false,
19628 "axisColorMode": "text",
19629 "axisLabel": "counter",
19630 "axisPlacement": "auto",
19632 "drawStyle": "line",
19634 "gradientMode": "none",
19640 "lineInterpolation": "linear",
19643 "scaleDistribution": {
19646 "showPoints": "never",
19647 "spanNulls": false,
19652 "thresholdsStyle": {
19659 "mode": "absolute",
19676 "options": "/.*Trans.*/"
19680 "id": "custom.transform",
19681 "value": "negative-Y"
19703 "displayMode": "table",
19704 "placement": "bottom",
19705 "showLegend": true,
19713 "pluginVersion": "9.2.0",
19717 "type": "prometheus",
19718 "uid": "${DS_PROMETHEUS}"
19720 "expr": "irate(node_network_transmit_colls_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
19721 "format": "time_series",
19722 "intervalFactor": 1,
19723 "legendFormat": "{{device}} - Transmit colls",
19728 "title": "Network Traffic Colls",
19729 "type": "timeseries"
19733 "type": "prometheus",
19734 "uid": "${DS_PROMETHEUS}"
19739 "mode": "palette-classic"
19742 "axisCenteredZero": false,
19743 "axisColorMode": "text",
19744 "axisLabel": "entries",
19745 "axisPlacement": "auto",
19747 "drawStyle": "line",
19749 "gradientMode": "none",
19755 "lineInterpolation": "linear",
19758 "scaleDistribution": {
19761 "showPoints": "never",
19762 "spanNulls": false,
19767 "thresholdsStyle": {
19775 "mode": "absolute",
19792 "options": "NF conntrack limit"
19798 "fixedColor": "#890F02",
19803 "id": "custom.fillOpacity",
19826 "displayMode": "table",
19827 "placement": "bottom",
19835 "pluginVersion": "9.2.0",
19839 "type": "prometheus",
19840 "uid": "${DS_PROMETHEUS}"
19842 "expr": "node_nf_conntrack_entries{instance=\"$node\",job=\"$job\"}",
19843 "format": "time_series",
19844 "intervalFactor": 1,
19845 "legendFormat": "NF conntrack entries",
19851 "type": "prometheus",
19852 "uid": "${DS_PROMETHEUS}"
19854 "expr": "node_nf_conntrack_entries_limit{instance=\"$node\",job=\"$job\"}",
19855 "format": "time_series",
19856 "intervalFactor": 1,
19857 "legendFormat": "NF conntrack limit",
19862 "title": "NF Contrack",
19863 "type": "timeseries"
19867 "type": "prometheus",
19868 "uid": "${DS_PROMETHEUS}"
19873 "mode": "palette-classic"
19876 "axisCenteredZero": false,
19877 "axisColorMode": "text",
19878 "axisLabel": "Entries",
19879 "axisPlacement": "auto",
19881 "drawStyle": "line",
19883 "gradientMode": "none",
19889 "lineInterpolation": "linear",
19892 "scaleDistribution": {
19895 "showPoints": "never",
19896 "spanNulls": false,
19901 "thresholdsStyle": {
19909 "mode": "absolute",
19940 "displayMode": "table",
19941 "placement": "bottom",
19949 "pluginVersion": "9.2.0",
19953 "type": "prometheus",
19954 "uid": "${DS_PROMETHEUS}"
19956 "expr": "node_arp_entries{instance=\"$node\",job=\"$job\"}",
19957 "format": "time_series",
19958 "intervalFactor": 1,
19959 "legendFormat": "{{ device }} - ARP entries",
19964 "title": "ARP Entries",
19965 "type": "timeseries"
19969 "type": "prometheus",
19970 "uid": "${DS_PROMETHEUS}"
19975 "mode": "palette-classic"
19978 "axisCenteredZero": false,
19979 "axisColorMode": "text",
19980 "axisLabel": "bytes",
19981 "axisPlacement": "auto",
19983 "drawStyle": "line",
19985 "gradientMode": "none",
19991 "lineInterpolation": "linear",
19994 "scaleDistribution": {
19997 "showPoints": "never",
19998 "spanNulls": false,
20003 "thresholdsStyle": {
20012 "mode": "absolute",
20043 "displayMode": "table",
20044 "placement": "bottom",
20052 "pluginVersion": "9.2.0",
20056 "type": "prometheus",
20057 "uid": "${DS_PROMETHEUS}"
20059 "expr": "node_network_mtu_bytes{instance=\"$node\",job=\"$job\"}",
20060 "format": "time_series",
20061 "intervalFactor": 1,
20062 "legendFormat": "{{ device }} - Bytes",
20068 "type": "timeseries"
20072 "type": "prometheus",
20073 "uid": "${DS_PROMETHEUS}"
20078 "mode": "palette-classic"
20081 "axisCenteredZero": false,
20082 "axisColorMode": "text",
20083 "axisLabel": "bytes",
20084 "axisPlacement": "auto",
20086 "drawStyle": "line",
20088 "gradientMode": "none",
20094 "lineInterpolation": "linear",
20097 "scaleDistribution": {
20100 "showPoints": "never",
20101 "spanNulls": false,
20106 "thresholdsStyle": {
20115 "mode": "absolute",
20146 "displayMode": "table",
20147 "placement": "bottom",
20155 "pluginVersion": "9.2.0",
20159 "type": "prometheus",
20160 "uid": "${DS_PROMETHEUS}"
20162 "expr": "node_network_speed_bytes{instance=\"$node\",job=\"$job\"}",
20163 "format": "time_series",
20164 "intervalFactor": 1,
20165 "legendFormat": "{{ device }} - Speed",
20171 "type": "timeseries"
20175 "type": "prometheus",
20176 "uid": "${DS_PROMETHEUS}"
20181 "mode": "palette-classic"
20184 "axisCenteredZero": false,
20185 "axisColorMode": "text",
20186 "axisLabel": "packets",
20187 "axisPlacement": "auto",
20189 "drawStyle": "line",
20191 "gradientMode": "none",
20197 "lineInterpolation": "linear",
20200 "scaleDistribution": {
20203 "showPoints": "never",
20204 "spanNulls": false,
20209 "thresholdsStyle": {
20218 "mode": "absolute",
20249 "displayMode": "table",
20250 "placement": "bottom",
20258 "pluginVersion": "9.2.0",
20262 "type": "prometheus",
20263 "uid": "${DS_PROMETHEUS}"
20265 "expr": "node_network_transmit_queue_length{instance=\"$node\",job=\"$job\"}",
20266 "format": "time_series",
20267 "intervalFactor": 1,
20268 "legendFormat": "{{ device }} - Interface transmit queue length",
20273 "title": "Queue Length",
20274 "type": "timeseries"
20278 "type": "prometheus",
20279 "uid": "${DS_PROMETHEUS}"
20284 "mode": "palette-classic"
20287 "axisCenteredZero": false,
20288 "axisColorMode": "text",
20289 "axisLabel": "packetes drop (-) / process (+)",
20290 "axisPlacement": "auto",
20292 "drawStyle": "line",
20294 "gradientMode": "none",
20300 "lineInterpolation": "linear",
20303 "scaleDistribution": {
20306 "showPoints": "never",
20307 "spanNulls": false,
20312 "thresholdsStyle": {
20319 "mode": "absolute",
20336 "options": "/.*Dropped.*/"
20340 "id": "custom.transform",
20341 "value": "negative-Y"
20363 "displayMode": "table",
20364 "placement": "bottom",
20365 "showLegend": true,
20373 "pluginVersion": "9.2.0",
20377 "type": "prometheus",
20378 "uid": "${DS_PROMETHEUS}"
20380 "expr": "irate(node_softnet_processed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
20381 "format": "time_series",
20383 "intervalFactor": 1,
20384 "legendFormat": "CPU {{cpu}} - Processed",
20390 "type": "prometheus",
20391 "uid": "${DS_PROMETHEUS}"
20393 "expr": "irate(node_softnet_dropped_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
20394 "format": "time_series",
20396 "intervalFactor": 1,
20397 "legendFormat": "CPU {{cpu}} - Dropped",
20402 "title": "Softnet Packets",
20403 "type": "timeseries"
20407 "type": "prometheus",
20408 "uid": "${DS_PROMETHEUS}"
20413 "mode": "palette-classic"
20416 "axisCenteredZero": false,
20417 "axisColorMode": "text",
20418 "axisLabel": "counter",
20419 "axisPlacement": "auto",
20421 "drawStyle": "line",
20423 "gradientMode": "none",
20429 "lineInterpolation": "linear",
20432 "scaleDistribution": {
20435 "showPoints": "never",
20436 "spanNulls": false,
20441 "thresholdsStyle": {
20448 "mode": "absolute",
20479 "displayMode": "table",
20480 "placement": "bottom",
20481 "showLegend": true,
20489 "pluginVersion": "9.2.0",
20493 "type": "prometheus",
20494 "uid": "${DS_PROMETHEUS}"
20496 "expr": "irate(node_softnet_times_squeezed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
20497 "format": "time_series",
20499 "intervalFactor": 1,
20500 "legendFormat": "CPU {{cpu}} - Squeezed",
20505 "title": "Softnet Out of Quota",
20506 "type": "timeseries"
20510 "type": "prometheus",
20511 "uid": "${DS_PROMETHEUS}"
20516 "mode": "palette-classic"
20519 "axisCenteredZero": false,
20520 "axisColorMode": "text",
20521 "axisLabel": "counter",
20522 "axisPlacement": "auto",
20524 "drawStyle": "line",
20526 "gradientMode": "none",
20532 "lineInterpolation": "linear",
20535 "scaleDistribution": {
20538 "showPoints": "never",
20539 "spanNulls": false,
20544 "thresholdsStyle": {
20551 "mode": "absolute",
20582 "displayMode": "table",
20583 "placement": "bottom",
20584 "showLegend": true,
20592 "pluginVersion": "9.2.0",
20596 "type": "prometheus",
20597 "uid": "${DS_PROMETHEUS}"
20599 "expr": "node_network_up{operstate=\"up\",instance=\"$node\",job=\"$job\"}",
20600 "format": "time_series",
20601 "intervalFactor": 1,
20602 "legendFormat": "{{interface}} - Operational state UP",
20608 "type": "prometheus",
20609 "uid": "${DS_PROMETHEUS}"
20611 "expr": "node_network_carrier{instance=\"$node\",job=\"$job\"}",
20612 "format": "time_series",
20614 "legendFormat": "{{device}} - Physical link state",
20618 "title": "Network Operational Status",
20619 "type": "timeseries"
20625 "type": "prometheus",
20626 "uid": "${DS_PROMETHEUS}"
20631 "title": "Network Traffic",
20637 "type": "prometheus",
20638 "uid": "${DS_PROMETHEUS}"
20650 "type": "prometheus",
20651 "uid": "${DS_PROMETHEUS}"
20656 "mode": "palette-classic"
20659 "axisCenteredZero": false,
20660 "axisColorMode": "text",
20661 "axisLabel": "counter",
20662 "axisPlacement": "auto",
20664 "drawStyle": "line",
20666 "gradientMode": "none",
20672 "lineInterpolation": "linear",
20675 "scaleDistribution": {
20678 "showPoints": "never",
20679 "spanNulls": false,
20684 "thresholdsStyle": {
20692 "mode": "absolute",
20723 "displayMode": "table",
20724 "placement": "bottom",
20725 "showLegend": true,
20733 "pluginVersion": "9.2.0",
20737 "type": "prometheus",
20738 "uid": "${DS_PROMETHEUS}"
20740 "expr": "node_sockstat_TCP_alloc{instance=\"$node\",job=\"$job\"}",
20741 "format": "time_series",
20743 "intervalFactor": 1,
20744 "legendFormat": "TCP_alloc - Allocated sockets",
20750 "type": "prometheus",
20751 "uid": "${DS_PROMETHEUS}"
20753 "expr": "node_sockstat_TCP_inuse{instance=\"$node\",job=\"$job\"}",
20754 "format": "time_series",
20756 "intervalFactor": 1,
20757 "legendFormat": "TCP_inuse - Tcp sockets currently in use",
20763 "type": "prometheus",
20764 "uid": "${DS_PROMETHEUS}"
20766 "expr": "node_sockstat_TCP_mem{instance=\"$node\",job=\"$job\"}",
20767 "format": "time_series",
20770 "intervalFactor": 1,
20771 "legendFormat": "TCP_mem - Used memory for tcp",
20777 "type": "prometheus",
20778 "uid": "${DS_PROMETHEUS}"
20780 "expr": "node_sockstat_TCP_orphan{instance=\"$node\",job=\"$job\"}",
20781 "format": "time_series",
20783 "intervalFactor": 1,
20784 "legendFormat": "TCP_orphan - Orphan sockets",
20790 "type": "prometheus",
20791 "uid": "${DS_PROMETHEUS}"
20793 "expr": "node_sockstat_TCP_tw{instance=\"$node\",job=\"$job\"}",
20794 "format": "time_series",
20796 "intervalFactor": 1,
20797 "legendFormat": "TCP_tw - Sockets wating close",
20802 "title": "Sockstat TCP",
20803 "type": "timeseries"
20807 "type": "prometheus",
20808 "uid": "${DS_PROMETHEUS}"
20813 "mode": "palette-classic"
20816 "axisCenteredZero": false,
20817 "axisColorMode": "text",
20818 "axisLabel": "counter",
20819 "axisPlacement": "auto",
20821 "drawStyle": "line",
20823 "gradientMode": "none",
20829 "lineInterpolation": "linear",
20832 "scaleDistribution": {
20835 "showPoints": "never",
20836 "spanNulls": false,
20841 "thresholdsStyle": {
20849 "mode": "absolute",
20880 "displayMode": "table",
20881 "placement": "bottom",
20882 "showLegend": true,
20890 "pluginVersion": "9.2.0",
20894 "type": "prometheus",
20895 "uid": "${DS_PROMETHEUS}"
20897 "expr": "node_sockstat_UDPLITE_inuse{instance=\"$node\",job=\"$job\"}",
20898 "format": "time_series",
20900 "intervalFactor": 1,
20901 "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use",
20907 "type": "prometheus",
20908 "uid": "${DS_PROMETHEUS}"
20910 "expr": "node_sockstat_UDP_inuse{instance=\"$node\",job=\"$job\"}",
20911 "format": "time_series",
20913 "intervalFactor": 1,
20914 "legendFormat": "UDP_inuse - Udp sockets currently in use",
20920 "type": "prometheus",
20921 "uid": "${DS_PROMETHEUS}"
20923 "expr": "node_sockstat_UDP_mem{instance=\"$node\",job=\"$job\"}",
20924 "format": "time_series",
20926 "intervalFactor": 1,
20927 "legendFormat": "UDP_mem - Used memory for udp",
20932 "title": "Sockstat UDP",
20933 "type": "timeseries"
20937 "type": "prometheus",
20938 "uid": "${DS_PROMETHEUS}"
20943 "mode": "palette-classic"
20946 "axisCenteredZero": false,
20947 "axisColorMode": "text",
20948 "axisLabel": "counter",
20949 "axisPlacement": "auto",
20951 "drawStyle": "line",
20953 "gradientMode": "none",
20959 "lineInterpolation": "linear",
20962 "scaleDistribution": {
20965 "showPoints": "never",
20966 "spanNulls": false,
20971 "thresholdsStyle": {
20979 "mode": "absolute",
21010 "displayMode": "table",
21011 "placement": "bottom",
21012 "showLegend": true,
21020 "pluginVersion": "9.2.0",
21024 "type": "prometheus",
21025 "uid": "${DS_PROMETHEUS}"
21027 "expr": "node_sockstat_FRAG_inuse{instance=\"$node\",job=\"$job\"}",
21028 "format": "time_series",
21030 "intervalFactor": 1,
21031 "legendFormat": "FRAG_inuse - Frag sockets currently in use",
21037 "type": "prometheus",
21038 "uid": "${DS_PROMETHEUS}"
21040 "expr": "node_sockstat_RAW_inuse{instance=\"$node\",job=\"$job\"}",
21041 "format": "time_series",
21043 "intervalFactor": 1,
21044 "legendFormat": "RAW_inuse - Raw sockets currently in use",
21049 "title": "Sockstat FRAG / RAW",
21050 "type": "timeseries"
21054 "type": "prometheus",
21055 "uid": "${DS_PROMETHEUS}"
21060 "mode": "palette-classic"
21063 "axisCenteredZero": false,
21064 "axisColorMode": "text",
21065 "axisLabel": "bytes",
21066 "axisPlacement": "auto",
21068 "drawStyle": "line",
21070 "gradientMode": "none",
21076 "lineInterpolation": "linear",
21079 "scaleDistribution": {
21082 "showPoints": "never",
21083 "spanNulls": false,
21088 "thresholdsStyle": {
21096 "mode": "absolute",
21127 "displayMode": "table",
21128 "placement": "bottom",
21129 "showLegend": true,
21137 "pluginVersion": "9.2.0",
21141 "type": "prometheus",
21142 "uid": "${DS_PROMETHEUS}"
21144 "expr": "node_sockstat_TCP_mem_bytes{instance=\"$node\",job=\"$job\"}",
21145 "format": "time_series",
21147 "intervalFactor": 1,
21148 "legendFormat": "mem_bytes - TCP sockets in that state",
21154 "type": "prometheus",
21155 "uid": "${DS_PROMETHEUS}"
21157 "expr": "node_sockstat_UDP_mem_bytes{instance=\"$node\",job=\"$job\"}",
21158 "format": "time_series",
21160 "intervalFactor": 1,
21161 "legendFormat": "mem_bytes - UDP sockets in that state",
21167 "type": "prometheus",
21168 "uid": "${DS_PROMETHEUS}"
21170 "expr": "node_sockstat_FRAG_memory{instance=\"$node\",job=\"$job\"}",
21172 "intervalFactor": 1,
21173 "legendFormat": "FRAG_memory - Used memory for frag",
21177 "title": "Sockstat Memory Size",
21178 "type": "timeseries"
21182 "type": "prometheus",
21183 "uid": "${DS_PROMETHEUS}"
21188 "mode": "palette-classic"
21191 "axisCenteredZero": false,
21192 "axisColorMode": "text",
21193 "axisLabel": "sockets",
21194 "axisPlacement": "auto",
21196 "drawStyle": "line",
21198 "gradientMode": "none",
21204 "lineInterpolation": "linear",
21207 "scaleDistribution": {
21210 "showPoints": "never",
21211 "spanNulls": false,
21216 "thresholdsStyle": {
21224 "mode": "absolute",
21255 "displayMode": "table",
21256 "placement": "bottom",
21257 "showLegend": true,
21265 "pluginVersion": "9.2.0",
21269 "type": "prometheus",
21270 "uid": "${DS_PROMETHEUS}"
21272 "expr": "node_sockstat_sockets_used{instance=\"$node\",job=\"$job\"}",
21273 "format": "time_series",
21275 "intervalFactor": 1,
21276 "legendFormat": "Sockets_used - Sockets currently in use",
21281 "title": "Sockstat Used",
21282 "type": "timeseries"
21288 "type": "prometheus",
21289 "uid": "${DS_PROMETHEUS}"
21294 "title": "Network Sockstat",
21300 "type": "prometheus",
21301 "uid": "${DS_PROMETHEUS}"
21313 "type": "prometheus",
21314 "uid": "${DS_PROMETHEUS}"
21319 "mode": "palette-classic"
21322 "axisCenteredZero": false,
21323 "axisColorMode": "text",
21324 "axisLabel": "octects out (-) / in (+)",
21325 "axisPlacement": "auto",
21327 "drawStyle": "line",
21329 "gradientMode": "none",
21335 "lineInterpolation": "linear",
21338 "scaleDistribution": {
21341 "showPoints": "never",
21342 "spanNulls": false,
21347 "thresholdsStyle": {
21354 "mode": "absolute",
21371 "options": "/.*Out.*/"
21375 "id": "custom.transform",
21376 "value": "negative-Y"
21398 "displayMode": "table",
21399 "placement": "bottom",
21400 "showLegend": true,
21408 "pluginVersion": "9.2.0",
21412 "type": "prometheus",
21413 "uid": "${DS_PROMETHEUS}"
21415 "expr": "irate(node_netstat_IpExt_InOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21416 "format": "time_series",
21418 "intervalFactor": 1,
21419 "legendFormat": "InOctets - Received octets",
21425 "type": "prometheus",
21426 "uid": "${DS_PROMETHEUS}"
21428 "expr": "irate(node_netstat_IpExt_OutOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21429 "format": "time_series",
21430 "intervalFactor": 1,
21431 "legendFormat": "OutOctets - Sent octets",
21436 "title": "Netstat IP In / Out Octets",
21437 "type": "timeseries"
21441 "type": "prometheus",
21442 "uid": "${DS_PROMETHEUS}"
21447 "mode": "palette-classic"
21450 "axisCenteredZero": false,
21451 "axisColorMode": "text",
21452 "axisLabel": "datagrams",
21453 "axisPlacement": "auto",
21455 "drawStyle": "line",
21457 "gradientMode": "none",
21463 "lineInterpolation": "linear",
21466 "scaleDistribution": {
21469 "showPoints": "never",
21470 "spanNulls": false,
21475 "thresholdsStyle": {
21483 "mode": "absolute",
21514 "displayMode": "table",
21515 "placement": "bottom",
21516 "showLegend": true,
21524 "pluginVersion": "9.2.0",
21528 "type": "prometheus",
21529 "uid": "${DS_PROMETHEUS}"
21531 "expr": "irate(node_netstat_Ip_Forwarding{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21532 "format": "time_series",
21534 "intervalFactor": 1,
21535 "legendFormat": "Forwarding - IP forwarding",
21540 "title": "Netstat IP Forwarding",
21541 "type": "timeseries"
21545 "type": "prometheus",
21546 "uid": "${DS_PROMETHEUS}"
21551 "mode": "palette-classic"
21554 "axisCenteredZero": false,
21555 "axisColorMode": "text",
21556 "axisLabel": "messages out (-) / in (+)",
21557 "axisPlacement": "auto",
21559 "drawStyle": "line",
21561 "gradientMode": "none",
21567 "lineInterpolation": "linear",
21570 "scaleDistribution": {
21573 "showPoints": "never",
21574 "spanNulls": false,
21579 "thresholdsStyle": {
21586 "mode": "absolute",
21603 "options": "/.*Out.*/"
21607 "id": "custom.transform",
21608 "value": "negative-Y"
21630 "displayMode": "table",
21631 "placement": "bottom",
21639 "pluginVersion": "9.2.0",
21643 "type": "prometheus",
21644 "uid": "${DS_PROMETHEUS}"
21646 "expr": "irate(node_netstat_Icmp_InMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21647 "format": "time_series",
21649 "intervalFactor": 1,
21650 "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors",
21656 "type": "prometheus",
21657 "uid": "${DS_PROMETHEUS}"
21659 "expr": "irate(node_netstat_Icmp_OutMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21660 "format": "time_series",
21662 "intervalFactor": 1,
21663 "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors",
21668 "title": "ICMP In / Out",
21669 "type": "timeseries"
21673 "type": "prometheus",
21674 "uid": "${DS_PROMETHEUS}"
21679 "mode": "palette-classic"
21682 "axisCenteredZero": false,
21683 "axisColorMode": "text",
21684 "axisLabel": "messages out (-) / in (+)",
21685 "axisPlacement": "auto",
21687 "drawStyle": "line",
21689 "gradientMode": "none",
21695 "lineInterpolation": "linear",
21698 "scaleDistribution": {
21701 "showPoints": "never",
21702 "spanNulls": false,
21707 "thresholdsStyle": {
21714 "mode": "absolute",
21731 "options": "/.*Out.*/"
21735 "id": "custom.transform",
21736 "value": "negative-Y"
21758 "displayMode": "table",
21759 "placement": "bottom",
21767 "pluginVersion": "9.2.0",
21771 "type": "prometheus",
21772 "uid": "${DS_PROMETHEUS}"
21774 "expr": "irate(node_netstat_Icmp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21775 "format": "time_series",
21777 "intervalFactor": 1,
21778 "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)",
21783 "title": "ICMP Errors",
21784 "type": "timeseries"
21788 "type": "prometheus",
21789 "uid": "${DS_PROMETHEUS}"
21794 "mode": "palette-classic"
21797 "axisCenteredZero": false,
21798 "axisColorMode": "text",
21799 "axisLabel": "datagrams out (-) / in (+)",
21800 "axisPlacement": "auto",
21802 "drawStyle": "line",
21804 "gradientMode": "none",
21810 "lineInterpolation": "linear",
21813 "scaleDistribution": {
21816 "showPoints": "never",
21817 "spanNulls": false,
21822 "thresholdsStyle": {
21829 "mode": "absolute",
21846 "options": "/.*Out.*/"
21850 "id": "custom.transform",
21851 "value": "negative-Y"
21858 "options": "/.*Snd.*/"
21862 "id": "custom.transform",
21863 "value": "negative-Y"
21885 "displayMode": "table",
21886 "placement": "bottom",
21894 "pluginVersion": "9.2.0",
21898 "type": "prometheus",
21899 "uid": "${DS_PROMETHEUS}"
21901 "expr": "irate(node_netstat_Udp_InDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21902 "format": "time_series",
21904 "intervalFactor": 1,
21905 "legendFormat": "InDatagrams - Datagrams received",
21911 "type": "prometheus",
21912 "uid": "${DS_PROMETHEUS}"
21914 "expr": "irate(node_netstat_Udp_OutDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
21915 "format": "time_series",
21917 "intervalFactor": 1,
21918 "legendFormat": "OutDatagrams - Datagrams sent",
21923 "title": "UDP In / Out",
21924 "type": "timeseries"
21928 "type": "prometheus",
21929 "uid": "${DS_PROMETHEUS}"
21934 "mode": "palette-classic"
21937 "axisCenteredZero": false,
21938 "axisColorMode": "text",
21939 "axisLabel": "datagrams",
21940 "axisPlacement": "auto",
21942 "drawStyle": "line",
21944 "gradientMode": "none",
21950 "lineInterpolation": "linear",
21953 "scaleDistribution": {
21956 "showPoints": "never",
21957 "spanNulls": false,
21962 "thresholdsStyle": {
21969 "mode": "absolute",
22000 "displayMode": "table",
22001 "placement": "bottom",
22009 "pluginVersion": "9.2.0",
22013 "type": "prometheus",
22014 "uid": "${DS_PROMETHEUS}"
22016 "expr": "irate(node_netstat_Udp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22017 "format": "time_series",
22019 "intervalFactor": 1,
22020 "legendFormat": "InErrors - UDP Datagrams that could not be delivered to an application",
22026 "type": "prometheus",
22027 "uid": "${DS_PROMETHEUS}"
22029 "expr": "irate(node_netstat_Udp_NoPorts{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22030 "format": "time_series",
22032 "intervalFactor": 1,
22033 "legendFormat": "NoPorts - UDP Datagrams received on a port with no listener",
22039 "type": "prometheus",
22040 "uid": "${DS_PROMETHEUS}"
22042 "expr": "irate(node_netstat_UdpLite_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22044 "legendFormat": "InErrors Lite - UDPLite Datagrams that could not be delivered to an application",
22049 "type": "prometheus",
22050 "uid": "${DS_PROMETHEUS}"
22052 "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22053 "format": "time_series",
22055 "intervalFactor": 1,
22056 "legendFormat": "RcvbufErrors - UDP buffer errors received",
22062 "type": "prometheus",
22063 "uid": "${DS_PROMETHEUS}"
22065 "expr": "irate(node_netstat_Udp_SndbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22066 "format": "time_series",
22068 "intervalFactor": 1,
22069 "legendFormat": "SndbufErrors - UDP buffer errors send",
22074 "title": "UDP Errors",
22075 "type": "timeseries"
22079 "type": "prometheus",
22080 "uid": "${DS_PROMETHEUS}"
22085 "mode": "palette-classic"
22088 "axisCenteredZero": false,
22089 "axisColorMode": "text",
22090 "axisLabel": "datagrams out (-) / in (+)",
22091 "axisPlacement": "auto",
22093 "drawStyle": "line",
22095 "gradientMode": "none",
22101 "lineInterpolation": "linear",
22104 "scaleDistribution": {
22107 "showPoints": "never",
22108 "spanNulls": false,
22113 "thresholdsStyle": {
22120 "mode": "absolute",
22137 "options": "/.*Out.*/"
22141 "id": "custom.transform",
22142 "value": "negative-Y"
22149 "options": "/.*Snd.*/"
22153 "id": "custom.transform",
22154 "value": "negative-Y"
22176 "displayMode": "table",
22177 "placement": "bottom",
22185 "pluginVersion": "9.2.0",
22189 "type": "prometheus",
22190 "uid": "${DS_PROMETHEUS}"
22192 "expr": "irate(node_netstat_Tcp_InSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22193 "format": "time_series",
22196 "intervalFactor": 1,
22197 "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections",
22203 "type": "prometheus",
22204 "uid": "${DS_PROMETHEUS}"
22206 "expr": "irate(node_netstat_Tcp_OutSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22207 "format": "time_series",
22209 "intervalFactor": 1,
22210 "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets",
22215 "title": "TCP In / Out",
22216 "type": "timeseries"
22220 "type": "prometheus",
22221 "uid": "${DS_PROMETHEUS}"
22227 "mode": "palette-classic"
22230 "axisCenteredZero": false,
22231 "axisColorMode": "text",
22232 "axisLabel": "counter",
22233 "axisPlacement": "auto",
22235 "drawStyle": "line",
22237 "gradientMode": "none",
22243 "lineInterpolation": "linear",
22246 "scaleDistribution": {
22249 "showPoints": "never",
22250 "spanNulls": false,
22255 "thresholdsStyle": {
22263 "mode": "absolute",
22294 "displayMode": "table",
22295 "placement": "bottom",
22303 "pluginVersion": "9.2.0",
22307 "type": "prometheus",
22308 "uid": "${DS_PROMETHEUS}"
22310 "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22311 "format": "time_series",
22314 "intervalFactor": 1,
22315 "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed",
22321 "type": "prometheus",
22322 "uid": "${DS_PROMETHEUS}"
22324 "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22325 "format": "time_series",
22328 "intervalFactor": 1,
22329 "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored",
22335 "type": "prometheus",
22336 "uid": "${DS_PROMETHEUS}"
22338 "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22339 "format": "time_series",
22341 "intervalFactor": 1,
22342 "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits",
22348 "type": "prometheus",
22349 "uid": "${DS_PROMETHEUS}"
22351 "expr": "irate(node_netstat_Tcp_RetransSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22353 "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets",
22358 "type": "prometheus",
22359 "uid": "${DS_PROMETHEUS}"
22361 "expr": "irate(node_netstat_Tcp_InErrs{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22363 "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)",
22368 "type": "prometheus",
22369 "uid": "${DS_PROMETHEUS}"
22371 "expr": "irate(node_netstat_Tcp_OutRsts{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22373 "legendFormat": "OutRsts - Segments sent with RST flag",
22377 "title": "TCP Errors",
22378 "type": "timeseries"
22382 "type": "prometheus",
22383 "uid": "${DS_PROMETHEUS}"
22388 "mode": "palette-classic"
22391 "axisCenteredZero": false,
22392 "axisColorMode": "text",
22393 "axisLabel": "connections",
22394 "axisPlacement": "auto",
22396 "drawStyle": "line",
22398 "gradientMode": "none",
22404 "lineInterpolation": "linear",
22407 "scaleDistribution": {
22410 "showPoints": "never",
22411 "spanNulls": false,
22416 "thresholdsStyle": {
22424 "mode": "absolute",
22441 "options": "/.*MaxConn *./"
22447 "fixedColor": "#890F02",
22452 "id": "custom.fillOpacity",
22475 "displayMode": "table",
22476 "placement": "bottom",
22484 "pluginVersion": "9.2.0",
22488 "type": "prometheus",
22489 "uid": "${DS_PROMETHEUS}"
22491 "expr": "node_netstat_Tcp_CurrEstab{instance=\"$node\",job=\"$job\"}",
22492 "format": "time_series",
22495 "intervalFactor": 1,
22496 "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT",
22502 "type": "prometheus",
22503 "uid": "${DS_PROMETHEUS}"
22505 "expr": "node_netstat_Tcp_MaxConn{instance=\"$node\",job=\"$job\"}",
22506 "format": "time_series",
22509 "intervalFactor": 1,
22510 "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")",
22515 "title": "TCP Connections",
22516 "type": "timeseries"
22520 "type": "prometheus",
22521 "uid": "${DS_PROMETHEUS}"
22527 "mode": "palette-classic"
22530 "axisCenteredZero": false,
22531 "axisColorMode": "text",
22532 "axisLabel": "counter out (-) / in (+)",
22533 "axisPlacement": "auto",
22535 "drawStyle": "line",
22537 "gradientMode": "none",
22543 "lineInterpolation": "linear",
22546 "scaleDistribution": {
22549 "showPoints": "never",
22550 "spanNulls": false,
22555 "thresholdsStyle": {
22562 "mode": "absolute",
22579 "options": "/.*Sent.*/"
22583 "id": "custom.transform",
22584 "value": "negative-Y"
22606 "displayMode": "table",
22607 "placement": "bottom",
22615 "pluginVersion": "9.2.0",
22619 "type": "prometheus",
22620 "uid": "${DS_PROMETHEUS}"
22622 "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22623 "format": "time_series",
22626 "intervalFactor": 1,
22627 "legendFormat": "SyncookiesFailed - Invalid SYN cookies received",
22633 "type": "prometheus",
22634 "uid": "${DS_PROMETHEUS}"
22636 "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22637 "format": "time_series",
22640 "intervalFactor": 1,
22641 "legendFormat": "SyncookiesRecv - SYN cookies received",
22647 "type": "prometheus",
22648 "uid": "${DS_PROMETHEUS}"
22650 "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22651 "format": "time_series",
22654 "intervalFactor": 1,
22655 "legendFormat": "SyncookiesSent - SYN cookies sent",
22660 "title": "TCP SynCookie",
22661 "type": "timeseries"
22665 "type": "prometheus",
22666 "uid": "${DS_PROMETHEUS}"
22671 "mode": "palette-classic"
22674 "axisCenteredZero": false,
22675 "axisColorMode": "text",
22676 "axisLabel": "connections",
22677 "axisPlacement": "auto",
22679 "drawStyle": "line",
22681 "gradientMode": "none",
22687 "lineInterpolation": "linear",
22690 "scaleDistribution": {
22693 "showPoints": "never",
22694 "spanNulls": false,
22699 "thresholdsStyle": {
22707 "mode": "absolute",
22738 "displayMode": "table",
22739 "placement": "bottom",
22747 "pluginVersion": "9.2.0",
22751 "type": "prometheus",
22752 "uid": "${DS_PROMETHEUS}"
22754 "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22755 "format": "time_series",
22757 "intervalFactor": 1,
22758 "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state",
22764 "type": "prometheus",
22765 "uid": "${DS_PROMETHEUS}"
22767 "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
22768 "format": "time_series",
22770 "intervalFactor": 1,
22771 "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state",
22776 "title": "TCP Direct Transition",
22777 "type": "timeseries"
22783 "type": "prometheus",
22784 "uid": "${DS_PROMETHEUS}"
22789 "title": "Network Netstat",
22795 "type": "prometheus",
22796 "uid": "${DS_PROMETHEUS}"
22808 "type": "prometheus",
22809 "uid": "${DS_PROMETHEUS}"
22815 "mode": "palette-classic"
22818 "axisCenteredZero": false,
22819 "axisColorMode": "text",
22820 "axisLabel": "seconds",
22821 "axisPlacement": "auto",
22823 "drawStyle": "line",
22825 "gradientMode": "none",
22831 "lineInterpolation": "linear",
22834 "scaleDistribution": {
22837 "showPoints": "never",
22838 "spanNulls": false,
22843 "thresholdsStyle": {
22850 "mode": "absolute",
22881 "displayMode": "table",
22882 "placement": "bottom",
22890 "pluginVersion": "9.2.0",
22894 "type": "prometheus",
22895 "uid": "${DS_PROMETHEUS}"
22897 "expr": "node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}",
22898 "format": "time_series",
22901 "intervalFactor": 1,
22902 "legendFormat": "{{collector}} - Scrape duration",
22907 "title": "Node Exporter Scrape Time",
22908 "type": "timeseries"
22912 "type": "prometheus",
22913 "uid": "${DS_PROMETHEUS}"
22919 "mode": "palette-classic"
22922 "axisCenteredZero": false,
22923 "axisColorMode": "text",
22924 "axisLabel": "counter",
22925 "axisPlacement": "auto",
22927 "drawStyle": "line",
22929 "gradientMode": "none",
22935 "lineInterpolation": "linear",
22941 "scaleDistribution": {
22944 "showPoints": "never",
22945 "spanNulls": false,
22950 "thresholdsStyle": {
22957 "mode": "absolute",
22974 "options": "/.*error.*/"
22980 "fixedColor": "#F2495C",
22985 "id": "custom.transform",
22986 "value": "negative-Y"
23008 "displayMode": "table",
23009 "placement": "bottom",
23017 "pluginVersion": "9.2.0",
23021 "type": "prometheus",
23022 "uid": "${DS_PROMETHEUS}"
23024 "expr": "node_scrape_collector_success{instance=\"$node\",job=\"$job\"}",
23025 "format": "time_series",
23028 "intervalFactor": 1,
23029 "legendFormat": "{{collector}} - Scrape success",
23035 "type": "prometheus",
23036 "uid": "${DS_PROMETHEUS}"
23038 "expr": "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}",
23039 "format": "time_series",
23042 "intervalFactor": 1,
23043 "legendFormat": "{{collector}} - Scrape textfile error (1 = true)",
23048 "title": "Node Exporter Scrape",
23049 "type": "timeseries"
23055 "type": "prometheus",
23056 "uid": "${DS_PROMETHEUS}"
23061 "title": "Node Exporter",
23066 "schemaVersion": 37,
23080 "includeAll": false,
23081 "label": "datasource",
23083 "name": "DS_PROMETHEUS",
23085 "query": "prometheus",
23088 "skipUrlSync": false,
23089 "type": "datasource"
23094 "type": "prometheus",
23095 "uid": "${DS_PROMETHEUS}"
23099 "includeAll": false,
23105 "query": "label_values(node_uname_info, job)",
23106 "refId": "Prometheus-job-Variable-Query"
23110 "skipUrlSync": false,
23112 "tagValuesQuery": "",
23120 "type": "prometheus",
23121 "uid": "${DS_PROMETHEUS}"
23123 "definition": "label_values(node_uname_info{job=\"$job\"}, instance)",
23125 "includeAll": false,
23131 "query": "label_values(node_uname_info{job=\"$job\"}, instance)",
23132 "refId": "Prometheus-node-Variable-Query"
23136 "skipUrlSync": false,
23138 "tagValuesQuery": "",
23146 "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
23147 "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
23150 "includeAll": false,
23152 "name": "diskdevices",
23156 "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
23157 "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
23160 "query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
23161 "skipUrlSync": false,
23171 "refresh_intervals": [
23195 "timezone": "browser",
23196 "title": "Node exporter",
23197 "uid": "NodeExporterDashboard",