1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00

assets,site/content: daily assets regeneration

This commit is contained in:
github-actions[bot] 2021-07-28 03:26:25 +00:00
parent 2636801107
commit aa2efb024e
4 changed files with 470 additions and 321 deletions

View file

@ -3996,21 +3996,21 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(.99, sum(rate(cortex_memcache_request_duration_seconds_bucket{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (method, name, le))",
"expr": "histogram_quantile(.99, sum(rate(cortex_memcache_request_duration_seconds_bucket{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (method, name, le, container))",
"intervalFactor": 1,
"legendFormat": ".99-{{method}}-{{name}}",
"legendFormat": "{{container}}: .99-{{method}}-{{name}}",
"refId": "A"
},
{
"expr": "histogram_quantile(.9, sum(rate(cortex_memcache_request_duration_seconds_bucket{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (method, name, le))",
"expr": "histogram_quantile(.9, sum(rate(cortex_memcache_request_duration_seconds_bucket{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (method, name, le, container))",
"hide": false,
"legendFormat": ".9-{{method}}-{{name}}",
"legendFormat": "{{container}}: .9-{{method}}-{{name}}",
"refId": "B"
},
{
"expr": "histogram_quantile(.5, sum(rate(cortex_memcache_request_duration_seconds_bucket{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (method, name, le))",
"expr": "histogram_quantile(.5, sum(rate(cortex_memcache_request_duration_seconds_bucket{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (method, name, le, container))",
"hide": false,
"legendFormat": ".5-{{method}}-{{name}}",
"legendFormat": "{{container}}: .5-{{method}}-{{name}}",
"refId": "C"
}
],
@ -4100,9 +4100,9 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(cortex_memcache_request_duration_seconds_count{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (status_code, method, name)",
"expr": "sum(rate(cortex_memcache_request_duration_seconds_count{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (status_code, method, name, container)",
"intervalFactor": 1,
"legendFormat": "{{status_code}}-{{method}}-{{name}}",
"legendFormat": "{{container}}: {{status_code}}-{{method}}-{{name}}",
"refId": "A"
}
],

View file

@ -1,17 +1,20 @@
{
"__inputs": [ ],
"__requires": [ ],
"annotations": {
"list": [ ]
},
"editable": true,
"editable": false,
"gnetId": null,
"graphTooltip": 0,
"graphTooltip": 1,
"hideControls": false,
"id": null,
"links": [ ],
"refresh": "10s",
"refresh": "30s",
"rows": [
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -20,24 +23,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 1,
"fillGradient": 0,
"gridPos": { },
"id": 2,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
@ -45,12 +54,11 @@
"steppedLine": false,
"targets": [
{
"expr": "(\n instance:node_cpu_utilisation:rate5m{job=\"node\"}\n*\n instance:node_num_cpu:sum{job=\"node\"}\n)\n/ scalar(sum(instance:node_num_cpu:sum{job=\"node\"}))\n",
"expr": "((\n instance:node_cpu_utilisation:rate5m{job=\"node\", cluster=\"$cluster\"}\n *\n instance:node_num_cpu:sum{job=\"node\", cluster=\"$cluster\"}\n) != 0 )\n/ scalar(sum(instance:node_num_cpu:sum{job=\"node\", cluster=\"$cluster\"}))\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"legendFormat": "{{ instance }}",
"refId": "A"
}
],
"thresholds": [ ],
@ -58,8 +66,8 @@
"timeShift": null,
"title": "CPU Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -75,17 +83,17 @@
"format": "percentunit",
"label": null,
"logBase": 1,
"max": 1,
"min": 0,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -96,24 +104,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 2,
"fillGradient": 0,
"gridPos": { },
"id": 3,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
@ -121,21 +135,20 @@
"steppedLine": false,
"targets": [
{
"expr": "instance:node_load1_per_cpu:ratio{job=\"node\"}\n/ scalar(count(instance:node_load1_per_cpu:ratio{job=\"node\"}))\n",
"expr": "(\n instance:node_load1_per_cpu:ratio{job=\"node\", cluster=\"$cluster\"}\n / scalar(count(instance:node_load1_per_cpu:ratio{job=\"node\", cluster=\"$cluster\"}))\n) != 0\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
"title": "CPU Saturation (load1 per CPU)",
"title": "CPU Saturation (Load1 per CPU)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -151,17 +164,17 @@
"format": "percentunit",
"label": null,
"logBase": 1,
"max": 1,
"min": 0,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -171,11 +184,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "CPU",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -184,24 +198,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 3,
"fillGradient": 0,
"gridPos": { },
"id": 4,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
@ -209,12 +229,11 @@
"steppedLine": false,
"targets": [
{
"expr": "instance:node_memory_utilisation:ratio{job=\"node\"}\n/ scalar(count(instance:node_memory_utilisation:ratio{job=\"node\"}))\n",
"expr": "(\n instance:node_memory_utilisation:ratio{job=\"node\", cluster=\"$cluster\"}\n / scalar(count(instance:node_memory_utilisation:ratio{job=\"node\", cluster=\"$cluster\"}))\n) != 0\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -222,8 +241,8 @@
"timeShift": null,
"title": "Memory Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -239,17 +258,17 @@
"format": "percentunit",
"label": null,
"logBase": 1,
"max": 1,
"min": 0,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -260,24 +279,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 4,
"fillGradient": 0,
"gridPos": { },
"id": 5,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
@ -285,12 +310,11 @@
"steppedLine": false,
"targets": [
{
"expr": "instance:node_vmstat_pgmajfault:rate5m{job=\"node\"}",
"expr": "instance:node_vmstat_pgmajfault:rate5m{job=\"node\", cluster=\"$cluster\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -298,8 +322,8 @@
"timeShift": null,
"title": "Memory Saturation (Major Page Faults)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -312,20 +336,20 @@
},
"yaxes": [
{
"format": "rps",
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"show": true
},
{
"format": "short",
"format": "rds",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
},
{
"format": "rds",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
@ -335,11 +359,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "Memory",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -348,31 +373,37 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 5,
"fillGradient": 0,
"gridPos": { },
"id": 6,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [
{
"alias": "/ Receive/",
"alias": "/Receive/",
"stack": "A"
},
{
"alias": "/ Transmit/",
"alias": "/Transmit/",
"stack": "B",
"transform": "negative-Y"
}
@ -383,29 +414,27 @@
"steppedLine": false,
"targets": [
{
"expr": "instance:node_network_receive_bytes_excluding_lo:rate5m{job=\"node\"}",
"expr": "instance:node_network_receive_bytes_excluding_lo:rate5m{job=\"node\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}} Receive",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
},
{
"expr": "instance:node_network_transmit_bytes_excluding_lo:rate5m{job=\"node\"}",
"expr": "instance:node_network_transmit_bytes_excluding_lo:rate5m{job=\"node\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}} Transmit",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "B"
}
],
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
"title": "Net Utilisation (Bytes Receive/Transmit)",
"title": "Network Utilisation (Bytes Receive/Transmit)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -426,12 +455,12 @@
"show": true
},
{
"format": "short",
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -442,24 +471,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 6,
"fillGradient": 0,
"gridPos": { },
"id": 7,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [
{
"alias": "/ Receive/",
@ -477,29 +512,27 @@
"steppedLine": false,
"targets": [
{
"expr": "instance:node_network_receive_drop_excluding_lo:rate5m{job=\"node\"}",
"expr": "instance:node_network_receive_drop_excluding_lo:rate5m{job=\"node\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}} Receive",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
},
{
"expr": "instance:node_network_transmit_drop_excluding_lo:rate5m{job=\"node\"}",
"expr": "instance:node_network_transmit_drop_excluding_lo:rate5m{job=\"node\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}} Transmit",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "B"
}
],
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
"title": "Net Saturation (Drops Receive/Transmit)",
"title": "Network Saturation (Drops Receive/Transmit)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -512,7 +545,7 @@
},
"yaxes": [
{
"format": "rps",
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
@ -520,12 +553,12 @@
"show": true
},
{
"format": "short",
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -535,11 +568,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "Network",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -548,24 +582,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 7,
"fillGradient": 0,
"gridPos": { },
"id": 8,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
@ -573,12 +613,11 @@
"steppedLine": false,
"targets": [
{
"expr": "instance_device:node_disk_io_time_seconds:rate5m{job=\"node\"}\n/ scalar(count(instance_device:node_disk_io_time_seconds:rate5m{job=\"node\"}))\n",
"expr": "(\n instance_device:node_disk_io_time_seconds:rate5m{job=\"node\", cluster=\"$cluster\"}\n / scalar(count(instance_device:node_disk_io_time_seconds:rate5m{job=\"node\", cluster=\"$cluster\"}))\n) != 0\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}} {{device}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -586,8 +625,8 @@
"timeShift": null,
"title": "Disk IO Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -603,17 +642,17 @@
"format": "percentunit",
"label": null,
"logBase": 1,
"max": 1,
"min": 0,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -624,24 +663,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 8,
"fillGradient": 0,
"gridPos": { },
"id": 9,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
@ -649,12 +694,11 @@
"steppedLine": false,
"targets": [
{
"expr": "instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node\"}\n/ scalar(count(instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node\"}))\n",
"expr": "(\n instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node\", cluster=\"$cluster\"}\n / scalar(count(instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node\", cluster=\"$cluster\"}))\n) != 0\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}} {{device}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -662,8 +706,8 @@
"timeShift": null,
"title": "Disk IO Saturation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -679,17 +723,17 @@
"format": "percentunit",
"label": null,
"logBase": 1,
"max": 1,
"min": 0,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -699,11 +743,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "Disk IO",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -712,24 +757,30 @@
"dashes": false,
"datasource": "$datasource",
"fill": 10,
"id": 9,
"fillGradient": 0,
"gridPos": { },
"id": 10,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 12,
@ -737,12 +788,11 @@
"steppedLine": false,
"targets": [
{
"expr": "sum without (device) (\n max without (fstype, mountpoint) (\n node_filesystem_size_bytes{job=\"node\", fstype!=\"\"} - node_filesystem_avail_bytes{job=\"node\", fstype!=\"\"}\n )\n) \n/ scalar(sum(max without (fstype, mountpoint) (node_filesystem_size_bytes{job=\"node\", fstype!=\"\"})))\n",
"expr": "sum without (device) (\n max without (fstype, mountpoint) ((\n node_filesystem_size_bytes{job=\"node\", fstype!=\"\", cluster=\"$cluster\"}\n -\n node_filesystem_avail_bytes{job=\"node\", fstype!=\"\", cluster=\"$cluster\"}\n ) != 0)\n)\n/ scalar(sum(max without (fstype, mountpoint) (node_filesystem_size_bytes{job=\"node\", fstype!=\"\", cluster=\"$cluster\"})))\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
"legendLink": "/dashboard/file/node-rsrc-use.json",
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -750,8 +800,8 @@
"timeShift": null,
"title": "Disk Space Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -767,17 +817,17 @@
"format": "percentunit",
"label": null,
"logBase": 1,
"max": 1,
"min": 0,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -787,18 +837,21 @@
"repeatRowId": null,
"showTitle": true,
"title": "Disk Space",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
}
],
"schemaVersion": 14,
"style": "dark",
"tags": [ ],
"tags": [
"node-exporter-mixin"
],
"templating": {
"list": [
{
"current": {
"text": "default",
"value": "default"
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 0,
"label": null,
@ -808,6 +861,29 @@
"refresh": 1,
"regex": "",
"type": "datasource"
},
{
"allValue": null,
"current": {
"text": "",
"value": ""
},
"datasource": "$datasource",
"hide": 2,
"includeAll": false,
"label": null,
"multi": false,
"name": "cluster",
"options": [ ],
"query": "label_values(node_time_seconds, cluster)",
"refresh": 2,
"regex": "",
"sort": 1,
"tagValuesQuery": "",
"tags": [ ],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
@ -841,7 +917,6 @@
]
},
"timezone": "utc",
"title": "USE Method / Cluster",
"uid": "",
"title": "Node Exporter / USE Method / Cluster",
"version": 0
}

View file

@ -1,17 +1,20 @@
{
"__inputs": [ ],
"__requires": [ ],
"annotations": {
"list": [ ]
},
"editable": true,
"editable": false,
"gnetId": null,
"graphTooltip": 0,
"graphTooltip": 1,
"hideControls": false,
"id": null,
"links": [ ],
"refresh": "10s",
"refresh": "30s",
"rows": [
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -19,38 +22,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 1,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 2,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance:node_cpu_utilisation:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_cpu_utilisation:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Utilisation",
"legendLink": null,
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -58,8 +66,8 @@
"timeShift": null,
"title": "CPU Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -76,16 +84,16 @@
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -95,38 +103,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 2,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 3,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance:node_load1_per_cpu:ratio{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_load1_per_cpu:ratio{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Saturation",
"legendLink": null,
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -134,8 +147,8 @@
"timeShift": null,
"title": "CPU Saturation (Load1 per CPU)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -152,16 +165,16 @@
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -171,11 +184,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "CPU",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -183,38 +197,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 3,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 4,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance:node_memory_utilisation:ratio{job=\"node\", job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_memory_utilisation:ratio{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Memory",
"legendLink": null,
"step": 10
"legendFormat": "Utilisation",
"refId": "A"
}
],
"thresholds": [ ],
@ -222,8 +241,8 @@
"timeShift": null,
"title": "Memory Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -240,16 +259,16 @@
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -259,38 +278,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 4,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 5,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance:node_vmstat_pgmajfault:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_vmstat_pgmajfault:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Major page faults",
"legendLink": null,
"step": 10
"legendFormat": "Major page Faults",
"refId": "A"
}
],
"thresholds": [ ],
@ -298,8 +322,8 @@
"timeShift": null,
"title": "Memory Saturation (Major Page Faults)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -312,20 +336,20 @@
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"show": true
},
{
"format": "short",
"format": "rds",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
},
{
"format": "rds",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
@ -335,11 +359,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "Memory",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -347,25 +372,31 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 5,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 6,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [
{
"alias": "/Receive/",
@ -379,33 +410,31 @@
],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance:node_network_receive_bytes_excluding_lo:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_network_receive_bytes_excluding_lo:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Receive",
"legendLink": null,
"step": 10
"refId": "A"
},
{
"expr": "instance:node_network_transmit_bytes_excluding_lo:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_network_transmit_bytes_excluding_lo:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Transmit",
"legendLink": null,
"step": 10
"refId": "B"
}
],
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
"title": "Net Utilisation (Bytes Receive/Transmit)",
"title": "Network Utilisation (Bytes Receive/Transmit)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -426,12 +455,12 @@
"show": true
},
{
"format": "short",
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -441,65 +470,69 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 6,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 7,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [
{
"alias": "/Receive/",
"alias": "/ Receive/",
"stack": "A"
},
{
"alias": "/Transmit/",
"alias": "/ Transmit/",
"stack": "B",
"transform": "negative-Y"
}
],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance:node_network_receive_drop_excluding_lo:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_network_receive_drop_excluding_lo:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Receive drops",
"legendLink": null,
"step": 10
"legendFormat": "Receive",
"refId": "A"
},
{
"expr": "instance:node_network_transmit_drop_excluding_lo:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance:node_network_transmit_drop_excluding_lo:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Transmit drops",
"legendLink": null,
"step": 10
"legendFormat": "Transmit",
"refId": "B"
}
],
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
"title": "Net Saturation (Drops Receive/Transmit)",
"title": "Network Saturation (Drops Receive/Transmit)",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -512,7 +545,7 @@
},
"yaxes": [
{
"format": "rps",
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
@ -520,12 +553,12 @@
"show": true
},
{
"format": "short",
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -534,12 +567,13 @@
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Net",
"titleSize": "h6"
"title": "Network",
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -547,38 +581,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 7,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 8,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance_device:node_disk_io_time_seconds:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance_device:node_disk_io_time_seconds:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{device}}",
"legendLink": null,
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -586,8 +625,8 @@
"timeShift": null,
"title": "Disk IO Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -604,16 +643,16 @@
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
},
@ -623,38 +662,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 8,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 9,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 6,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node\", instance=\"$instance\"}",
"expr": "instance_device:node_disk_io_time_weighted_seconds:rate5m{job=\"node\", instance=\"$instance\", cluster=\"$cluster\"} != 0",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{device}}",
"legendLink": null,
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -662,8 +706,8 @@
"timeShift": null,
"title": "Disk IO Saturation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -680,16 +724,16 @@
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -699,11 +743,12 @@
"repeatRowId": null,
"showTitle": true,
"title": "Disk IO",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
},
{
"collapse": false,
"height": "250px",
"collapsed": false,
"panels": [
{
"aliasColors": { },
@ -711,38 +756,43 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"fill": 1,
"id": 9,
"fill": 10,
"fillGradient": 0,
"gridPos": { },
"id": 10,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": null,
"seriesOverrides": [ ],
"spaceLength": 10,
"span": 12,
"stack": false,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "1 -\n(\n max without (mountpoint, fstype) (node_filesystem_avail_bytes{job=\"node\", fstype!=\"\", instance=\"$instance\"})\n/\n max without (mountpoint, fstype) (node_filesystem_size_bytes{job=\"node\", fstype!=\"\", instance=\"$instance\"})\n)\n",
"expr": "sort_desc(1 -\n (\n max without (mountpoint, fstype) (node_filesystem_avail_bytes{job=\"node\", fstype!=\"\", instance=\"$instance\", cluster=\"$cluster\"})\n /\n max without (mountpoint, fstype) (node_filesystem_size_bytes{job=\"node\", fstype!=\"\", instance=\"$instance\", cluster=\"$cluster\"})\n ) != 0\n)\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{device}}",
"legendLink": null,
"step": 10
"refId": "A"
}
],
"thresholds": [ ],
@ -750,8 +800,8 @@
"timeShift": null,
"title": "Disk Space Utilisation",
"tooltip": {
"shared": false,
"sort": 0,
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
@ -768,16 +818,16 @@
"label": null,
"logBase": 1,
"max": null,
"min": 0,
"min": null,
"show": true
},
{
"format": "short",
"format": "percentunit",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
"show": true
}
]
}
@ -787,18 +837,21 @@
"repeatRowId": null,
"showTitle": true,
"title": "Disk Space",
"titleSize": "h6"
"titleSize": "h6",
"type": "row"
}
],
"schemaVersion": 14,
"style": "dark",
"tags": [ ],
"tags": [
"node-exporter-mixin"
],
"templating": {
"list": [
{
"current": {
"text": "default",
"value": "default"
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 0,
"label": null,
@ -812,20 +865,40 @@
{
"allValue": null,
"current": {
"text": "prod",
"value": "prod"
"text": "",
"value": ""
},
"datasource": "$datasource",
"hide": 2,
"includeAll": false,
"label": null,
"multi": false,
"name": "cluster",
"options": [ ],
"query": "label_values(node_time_seconds, cluster)",
"refresh": 2,
"regex": "",
"sort": 1,
"tagValuesQuery": "",
"tags": [ ],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": { },
"datasource": "$datasource",
"hide": 0,
"includeAll": false,
"label": "instance",
"label": null,
"multi": false,
"name": "instance",
"options": [ ],
"query": "label_values(up{job=\"node\"}, instance)",
"refresh": 1,
"query": "label_values(node_exporter_build_info{job=\"node\", cluster=\"$cluster\"}, instance)",
"refresh": 2,
"regex": "",
"sort": 2,
"sort": 1,
"tagValuesQuery": "",
"tags": [ ],
"tagsQuery": "",
@ -864,7 +937,6 @@
]
},
"timezone": "utc",
"title": "USE Method / Node",
"uid": "",
"title": "Node Exporter / USE Method / Node",
"version": 0
}

View file

@ -6,11 +6,11 @@
},
"editable": false,
"gnetId": null,
"graphTooltip": 0,
"graphTooltip": 1,
"hideControls": false,
"id": null,
"links": [ ],
"refresh": "",
"refresh": "30s",
"rows": [
{
"collapse": false,
@ -792,7 +792,9 @@
],
"schemaVersion": 14,
"style": "dark",
"tags": [ ],
"tags": [
"node-exporter-mixin"
],
"templating": {
"list": [
{
@ -860,7 +862,7 @@
"30d"
]
},
"timezone": "browser",
"title": "Nodes",
"timezone": "utc",
"title": "Node Exporter / Nodes",
"version": 0
}