2018-01-28 07:26:41 +01:00
apiVersion : v1
kind : ConfigMap
metadata :
2019-03-14 07:05:14 +01:00
name : grafana-dashboards-k8s
2018-01-28 07:26:41 +01:00
namespace : monitoring
data :
2019-02-18 21:05:27 +01:00
k8s-cluster-rsrc-use.json : |-
{
"annotations": {
"list": [
]
},
"editable": true ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [
] ,
"refresh": "10s" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 1 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": true ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:cluster_cpu_utilisation:ratio{cluster=\"$cluster\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "CPU Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": true ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_cpu_saturation_load1:{cluster=\"$cluster\"} / scalar(sum(min(kube_pod_info{cluster=\"$cluster\"}) by (node)))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "CPU Saturation (Load1)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
2019-02-18 21:05:27 +01:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:cluster_memory_utilisation:ratio{cluster=\"$cluster\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Memory Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_memory_swap_io_bytes:sum_rate{cluster=\"$cluster\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Memory Saturation (Swap I/O)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "Bps" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-02-18 21:05:27 +01:00
"showTitle": true ,
"title": "Memory" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 5 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_disk_utilisation:avg_irate{cluster=\"$cluster\"} / scalar(:kube_pod_info_node_count:{cluster=\"$cluster\"})" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Disk IO Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 6 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_disk_saturation:avg_irate{cluster=\"$cluster\"} / scalar(:kube_pod_info_node_count:{cluster=\"$cluster\"})" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Disk IO Saturation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-02-18 21:05:27 +01:00
"showTitle": true ,
"title": "Disk" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 7 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_net_utilisation:sum_irate{cluster=\"$cluster\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Net Utilisation (Transmitted)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2018-01-28 07:26:41 +01:00
"min": 0 ,
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 8 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_net_saturation:sum_irate{cluster=\"$cluster\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Net Saturation (Dropped)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Network" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": true ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sum(max(node_filesystem_size_bytes{fstype=~\"ext[234]|btrfs|xfs|zfs\", cluster=\"$cluster\"} - node_filesystem_avail_bytes{fstype=~\"ext[234]|btrfs|xfs|zfs\", cluster=\"$cluster\"}) by (device,pod,namespace)) by (pod,namespace)\n/ scalar(sum(max(node_filesystem_size_bytes{fstype=~\"ext[234]|btrfs|xfs|zfs\", cluster=\"$cluster\"}) by (device,pod,namespace)))\n* on (namespace, pod) group_left (node) node_namespace_pod:kube_pod_info:{cluster=\"$cluster\"}\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Capacity" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Storage" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
2019-03-14 07:05:14 +01:00
},
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_node_info, cluster)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
2019-02-18 21:05:27 +01:00
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / USE Method / Cluster" ,
"uid": "a6e7d1362e1ddbb79db21d5bb40d7137" ,
"version": 0
}
k8s-node-rsrc-use.json : |-
{
"annotations": {
"list": [
]
},
"editable": true ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [
] ,
"refresh": "10s" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 1 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_cpu_utilisation:avg1m{cluster=\"$cluster\", node=\"$node\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Utilisation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 2 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_cpu_saturation_load1:{cluster=\"$cluster\", node=\"$node\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Saturation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Saturation (Load1)" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_memory_utilisation:{cluster=\"$cluster\", node=\"$node\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Memory" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_memory_swap_io_bytes:sum_rate{cluster=\"$cluster\", node=\"$node\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Swap IO" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Saturation (Swap I/O)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Memory" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
2019-02-18 21:05:27 +01:00
"dashLength": 10 ,
2018-01-28 07:26:41 +01:00
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 5 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_disk_utilisation:avg_irate{cluster=\"$cluster\", node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Utilisation" ,
"legendLink": null ,
2018-01-28 07:26:41 +01:00
"step": 10
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk IO Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 6 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_disk_saturation:avg_irate{cluster=\"$cluster\", node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Saturation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk IO Saturation" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Disk" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 7 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_net_utilisation:sum_irate{cluster=\"$cluster\", node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Utilisation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Net Utilisation (Transmitted)" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 8 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_net_saturation:sum_irate{cluster=\"$cluster\", node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Saturation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "Net Saturation (Dropped)" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Net" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 9 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_filesystem_usage:{cluster=\"$cluster\"}\n* on (namespace, pod) group_left (node) node_namespace_pod:kube_pod_info:{cluster=\"$cluster\", node=\"$node\"}\n" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{device}}" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Utilisation" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "percentunit" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Disk" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
2019-03-14 07:05:14 +01:00
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_node_info, cluster)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
2019-02-18 21:05:27 +01:00
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "node" ,
"multi": false ,
"name": "node" ,
"options": [
] ,
2019-03-14 07:05:14 +01:00
"query": "label_values(kube_node_info{cluster=\"$cluster\"}, node)" ,
2019-02-18 21:05:27 +01:00
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / USE Method / Node" ,
"uid": "4ac4f123aae0ff6dbaf4f4f66120033b" ,
"version": 0
}
nodes.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_load1{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "load 1m" ,
"refId": "A"
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_load5{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "load 5m" ,
"refId": "B"
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_load15{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "load 15m" ,
"refId": "C"
2019-04-28 07:41:13 +02:00
},
{
"expr": "count(node_cpu_seconds_total{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\", mode=\"user\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "logical cores" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "System load" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sum by (cpu) (irate(node_cpu_seconds_total{cluster=\"$cluster\", job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[5m]))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{cpu}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Usage Per Core" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-02-18 21:05:27 +01:00
"alignAsTable": "true" ,
"avg": "true" ,
"current": "true" ,
"max": "false" ,
"min": "false" ,
"rightSide": "true" ,
"show": "true" ,
"total": "false" ,
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max (sum by (cpu) (irate(node_cpu_seconds_total{cluster=\"$cluster\", job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[2m])) ) * 100\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 10 ,
"legendFormat": "{{ cpu }}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-04-07 08:27:11 +02:00
"title": "CPU Utilization" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 5 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "avg(sum by (cpu) (irate(node_cpu_seconds_total{cluster=\"$cluster\", job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[2m]))) * 100\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
"thresholds": "80, 90" ,
2019-02-18 21:05:27 +01:00
"title": "CPU Usage" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 6 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(\n node_memory_MemTotal_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_MemFree_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Buffers_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Cached_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "memory used" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_memory_Buffers_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "memory buffers" ,
"refId": "B"
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_memory_Cached_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "memory cached" ,
"refId": "C"
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_memory_MemFree_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "memory free" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 7 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(\n (\n (\n node_memory_MemTotal_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_MemFree_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Buffers_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Cached_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n )\n / node_memory_MemTotal_bytes{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n ) * 100)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
"thresholds": "80, 90" ,
"title": "Memory Usage" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2019-02-18 21:05:27 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 8 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
{
"alias": "read" ,
"yaxis": 1
},
{
"alias": "io time" ,
"yaxis": 2
}
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(rate(node_disk_read_bytes_total{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}[2m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "read" ,
"refId": "A"
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(rate(node_disk_written_bytes_total{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}[2m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "written" ,
"refId": "B"
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(rate(node_disk_io_time_seconds_total{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}[2m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "io time" ,
"refId": "C"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk I/O" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "ms" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 9 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "node:node_filesystem_usage:{cluster=\"$cluster\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{device}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Space Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "percentunit" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 10 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(rate(node_network_receive_bytes_total{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\", device!~\"lo\"}[5m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{device}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Network Received" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
},
"id": 11 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(rate(node_network_transmit_bytes_total{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\", device!~\"lo\"}[5m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{device}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Network Transmitted" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 12 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(\n node_filesystem_files{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_filesystem_files_free{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "inodes used" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(node_filesystem_files_free{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "inodes free" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Inodes Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"format": "percent" ,
2018-01-28 07:26:41 +01:00
"gauge": {
2019-02-18 21:05:27 +01:00
"maxValue": 100 ,
2018-01-28 07:26:41 +01:00
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 13 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(\n (\n (\n node_filesystem_files{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n - node_filesystem_files_free{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n )\n / node_filesystem_files{cluster=\"$cluster\", job=\"node-exporter\", instance=\"$instance\"}\n ) * 100)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "80, 90" ,
"title": "Inodes Usage" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
2019-03-14 07:05:14 +01:00
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_pod_info, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": null ,
"multi": false ,
"name": "instance" ,
"options": [
] ,
2019-03-14 07:05:14 +01:00
"query": "label_values(node_boot_time_seconds{cluster=\"$cluster\", job=\"node-exporter\"}, instance)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / Nodes" ,
"uid": "fa49a4706d07a042595b664c87fb33ea" ,
"version": 0
}
persistentvolumesusage.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-04-28 07:41:13 +02:00
"alignAsTable": true ,
2019-02-18 21:05:27 +01:00
"avg": true ,
"current": true ,
"max": true ,
"min": true ,
2018-01-28 07:26:41 +01:00
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": true
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-04-28 07:41:13 +02:00
"span": 9 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-04-28 07:41:13 +02:00
"expr": "(\n sum without(instance, node) (kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n -\n sum without(instance, node) (kubelet_volume_stats_available_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 1 ,
2019-04-28 07:41:13 +02:00
"legendFormat": "Used Space" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-04-28 07:41:13 +02:00
},
{
"expr": "sum without(instance, node) (kubelet_volume_stats_available_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n" ,
"format": "time_series" ,
"intervalFactor": 1 ,
"legendFormat": "Free Space" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Volume Space Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-04-28 07:41:13 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-04-28 07:41:13 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-04-28 07:41:13 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-04-28 07:41:13 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-04-28 07:41:13 +02:00
},
{
"cacheTimeout": null ,
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
"datasource": "$datasource" ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"gridPos": {
},
"id": 3 ,
"interval": null ,
"links": [
] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"nullText": null ,
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
"expr": "(\n kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n -\n kubelet_volume_stats_available_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n)\n/\nkubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n* 100\n" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
"thresholds": "80, 90" ,
"title": "Volume Space Usage" ,
"tooltip": {
"shared": false
},
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
2019-02-18 21:05:27 +01:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-04-28 07:41:13 +02:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-04-28 07:41:13 +02:00
"alignAsTable": true ,
2019-02-18 21:05:27 +01:00
"avg": true ,
"current": true ,
"max": true ,
"min": true ,
2018-01-28 07:26:41 +01:00
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": true
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-04-28 07:41:13 +02:00
"span": 9 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-04-28 07:41:13 +02:00
"expr": "sum without(instance, node) (kubelet_volume_stats_inodes_used{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 1 ,
2019-04-28 07:41:13 +02:00
"legendFormat": "Used inodes" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-04-28 07:41:13 +02:00
},
{
"expr": "(\n sum without(instance, node) (kubelet_volume_stats_inodes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n -\n sum without(instance, node) (kubelet_volume_stats_inodes_used{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n)\n" ,
"format": "time_series" ,
"intervalFactor": 1 ,
"legendFormat": " Free inodes" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Volume inodes Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-04-28 07:41:13 +02:00
"format": "none" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-04-28 07:41:13 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-04-28 07:41:13 +02:00
"format": "none" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-04-28 07:41:13 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-04-28 07:41:13 +02:00
},
{
"cacheTimeout": null ,
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
"datasource": "$datasource" ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"gridPos": {
},
"id": 5 ,
"interval": null ,
"links": [
] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"nullText": null ,
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
"expr": "kubelet_volume_stats_inodes_used{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n/\nkubelet_volume_stats_inodes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n* 100\n" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
"thresholds": "80, 90" ,
"title": "Volume inodes Usage" ,
"tooltip": {
"shared": false
},
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
2019-02-18 21:05:27 +01:00
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
2018-01-28 07:26:41 +01:00
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
2019-03-14 07:05:14 +01:00
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kubelet_volume_stats_capacity_bytes, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
2019-02-18 21:05:27 +01:00
"label": "Namespace" ,
2018-01-28 07:26:41 +01:00
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "namespace" ,
"options": [
] ,
2019-04-07 08:27:11 +02:00
"query": "label_values(kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\"}, namespace)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "PersistentVolumeClaim" ,
"multi": false ,
"name": "volume" ,
"options": [
] ,
2019-04-07 08:27:11 +02:00
"query": "label_values(kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\"}, persistentvolumeclaim)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-7d" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / Persistent Volumes" ,
"uid": "919b92a8e8041bd567af9edab12c840c" ,
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
pods.json : |-
2018-01-28 07:26:41 +01:00
{
"__inputs": [
2019-02-18 21:05:27 +01:00
] ,
"__requires": [
2018-01-28 07:26:41 +01:00
] ,
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
2019-04-28 07:41:13 +02:00
{
"builtIn": 1 ,
"datasource": "$datasource" ,
"enable": true ,
"expr": "time() == BOOL timestamp(rate(kube_pod_container_status_restarts_total{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}[2m]) > 0)" ,
"hide": false ,
"iconColor": "rgba(215, 44, 44, 1)" ,
"name": "Restarts" ,
"showIn": 0 ,
"tags": [
"restart"
] ,
"type": "rows"
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
},
"editable": false ,
2019-02-18 21:05:27 +01:00
"gnetId": null ,
"graphTooltip": 0 ,
2018-01-28 07:26:41 +01:00
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"id": null ,
"links": [
] ,
"refresh": "" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-03-14 07:05:14 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sum by(container_name) (container_memory_usage_bytes{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod_name=\"$pod\", container_name=~\"$container\", container_name!=\"POD\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2018-01-28 07:26:41 +01:00
"legendFormat": "Current: {{ container_name }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-04-07 08:27:11 +02:00
"expr": "sum by(container) (kube_pod_container_resource_requests{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"memory\", pod=\"$pod\", container=~\"$container\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "Requested: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "B"
2018-01-28 07:26:41 +01:00
},
{
2019-04-07 08:27:11 +02:00
"expr": "sum by(container) (kube_pod_container_resource_limits{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"memory\", pod=\"$pod\", container=~\"$container\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "Limit: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "C"
2019-04-28 07:41:13 +02:00
},
{
"expr": "sum by(container_name) (container_memory_cache{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod_name=~\"$pod\", container_name=~\"$container\", container_name!=\"POD\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Cache: {{ container_name }}" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "Memory Usage" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-03-14 07:05:14 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-04-07 08:27:11 +02:00
"expr": "sum by (container_name) (rate(container_cpu_usage_seconds_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", image!=\"\", pod_name=\"$pod\", container_name=~\"$container\", container_name!=\"POD\"}[1m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-04-07 08:27:11 +02:00
"legendFormat": "Current: {{ container_name }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-04-07 08:27:11 +02:00
},
{
"expr": "sum by(container) (kube_pod_container_resource_requests{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"cpu\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Requested: {{ container }}" ,
"refId": "B"
},
{
"expr": "sum by(container) (kube_pod_container_resource_limits{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"cpu\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Limit: {{ container }}" ,
"refId": "C"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "CPU Usage" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-03-14 07:05:14 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sort_desc(sum by (pod_name) (rate(container_network_receive_bytes_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod_name=\"$pod\"}[1m])))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-04-28 07:41:13 +02:00
"legendFormat": "RX: {{ pod_name }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-04-28 07:41:13 +02:00
},
{
"expr": "sort_desc(sum by (pod_name) (rate(container_network_transmit_bytes_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod_name=\"$pod\"}[1m])))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "TX: {{ pod_name }}" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "Network I/O" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-04-28 07:41:13 +02:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
},
"id": 5 ,
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "max by (container) (kube_pod_container_status_restarts_total{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Restarts: {{ container }}" ,
"refId": "A"
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Total Restarts Per Container" ,
"tooltip": {
"shared": false ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
{
2019-02-18 21:05:27 +01:00
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
2018-01-28 07:26:41 +01:00
"hide": 0 ,
2019-02-18 21:05:27 +01:00
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
2019-03-14 07:05:14 +01:00
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_pod_info, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
2018-01-28 07:26:41 +01:00
"label": "Namespace" ,
"multi": false ,
"name": "namespace" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2019-03-14 07:05:14 +01:00
"query": "label_values(kube_pod_info{cluster=\"$cluster\"}, namespace)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Pod" ,
"multi": false ,
"name": "pod" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2019-03-14 07:05:14 +01:00
"query": "label_values(kube_pod_info{cluster=\"$cluster\", namespace=~\"$namespace\"}, pod)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
2019-02-18 21:05:27 +01:00
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": true ,
"label": "Container" ,
"multi": false ,
"name": "container" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2019-03-14 07:05:14 +01:00
"query": "label_values(kube_pod_container_info{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}, container)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / Pods" ,
"uid": "ab4f13a9892a76a4d21ce8c2445bf4ea" ,
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
statefulset.json : |-
2018-01-28 07:26:41 +01:00
{
"__inputs": [
2019-02-18 21:05:27 +01:00
] ,
"__requires": [
2018-01-28 07:26:41 +01:00
] ,
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
"editable": false ,
2019-02-18 21:05:27 +01:00
"gnetId": null ,
"graphTooltip": 0 ,
2018-01-28 07:26:41 +01:00
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"id": null ,
"links": [
] ,
"refresh": "" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 2 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "cores" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sum(rate(container_cpu_usage_seconds_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod_name=~\"$statefulset.*\"}[3m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "CPU" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 3 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "GB" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
2019-02-18 21:05:27 +01:00
"prefixFontSize": "50%" ,
2018-01-28 07:26:41 +01:00
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sum(container_memory_usage_bytes{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod_name=~\"$statefulset.*\"}) / 1024^3" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Memory" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"format": "none" ,
2018-01-28 07:26:41 +01:00
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
2019-02-18 21:05:27 +01:00
"thresholdMarkers": true
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 4 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "Bps" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "sum(rate(container_network_transmit_bytes_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod_name=~\"$statefulset.*\"}[3m])) + sum(rate(container_network_receive_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\",pod_name=~\"$statefulset.*\"}[3m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Network" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"height": "100px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
2019-02-18 21:05:27 +01:00
"thresholdMarkers": true
},
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 5 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_replicas{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Desired Replicas" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
2019-02-18 21:05:27 +01:00
},
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 6 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_current{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
"title": "Replicas of current version" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 7 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_status_observed_generation{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Observed Generation" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 8 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_metadata_generation{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Metadata Generation" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_replicas{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "replicas specified" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_status_replicas{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "replicas created" ,
"refId": "B"
},
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_ready{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "ready" ,
"refId": "C"
},
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_current{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "replicas of current version" ,
"refId": "D"
},
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_updated{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "updated" ,
"refId": "E"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "Replicas" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
{
2019-02-18 21:05:27 +01:00
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
2019-03-14 07:05:14 +01:00
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation{job=\"kube-state-metrics\"}, namespace)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"tagValuesQuery": "" ,
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
2019-02-18 21:05:27 +01:00
"label": "Name" ,
2018-01-28 07:26:41 +01:00
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "statefulset" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation{job=\"kube-state-metrics\", namespace=\"$namespace\"}, statefulset)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
"tagsQuery": "" ,
2018-01-28 07:26:41 +01:00
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / StatefulSets" ,
"uid": "a31c1f46e6f727cb37c0d731a7245005" ,
"version": 0
2018-01-28 07:26:41 +01:00
}