2018-01-28 07:26:41 +01:00
apiVersion : v1
kind : ConfigMap
metadata :
name : grafana-dashboards
namespace : monitoring
data :
deployment-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 1 ,
"hideControls": false ,
"links": [ ] ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "200px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 8 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
"targets": [
{
"expr": "sum(rate(container_cpu_usage_seconds_total{namespace=\"$deployment_namespace\",pod_name=~\"$deployment_name.*\"}[3m]))" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "CPU" ,
"type": "singlestat" ,
"valueFontSize": "110%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 9 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"postfix": "GB" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "80%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
"targets": [
{
"expr": "sum(container_memory_usage_bytes{namespace=\"$deployment_namespace\",pod_name=~\"$deployment_name.*\"}) / 1024^3" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Memory" ,
"type": "singlestat" ,
"valueFontSize": "110%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "Bps" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": false
},
"id": 7 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
"targets": [
{
"expr": "sum(rate(container_network_transmit_bytes_total{namespace=\"$deployment_namespace\",pod_name=~\"$deployment_name.*\"}[3m])) + sum(rate(container_network_receive_bytes_total{namespace=\"$deployment_namespace\",pod_name=~\"$deployment_name.*\"}[3m]))" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Network" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "100px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": false
},
"id": 5 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(kube_deployment_spec_replicas{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"metric": "kube_deployment_spec_replicas" ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Desired Replicas" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 6 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "min(kube_deployment_status_replicas_available{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Available Replicas" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 3 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(kube_deployment_status_observed_generation{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Observed Generation" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 2 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(kube_deployment_metadata_generation{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Metadata Generation" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "350px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1 ,
"isNew": true ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "max(kube_deployment_status_replicas{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "current replicas" ,
"refId": "A" ,
"step": 30
},
{
"expr": "min(kube_deployment_status_replicas_available{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "available" ,
"refId": "B" ,
"step": 30
},
{
"expr": "max(kube_deployment_status_replicas_unavailable{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "unavailable" ,
"refId": "C" ,
"step": 30
},
{
"expr": "min(kube_deployment_status_replicas_updated{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "updated" ,
"refId": "D" ,
"step": 30
},
{
"expr": "max(kube_deployment_spec_replicas{deployment=\"$deployment_name\",namespace=\"$deployment_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "desired" ,
"refId": "E" ,
"step": 30
}
] ,
"title": "Replicas" ,
"tooltip": {
"msResolution": true ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "none" ,
"label": "" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"label": "" ,
"logBase": 1 ,
"show": false
}
]
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [
{
"allValue": ".*" ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
"name": "deployment_namespace" ,
"options": [ ] ,
"query": "label_values(kube_deployment_metadata_generation, namespace)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": null ,
"tags": [ ] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Deployment" ,
"multi": false ,
"name": "deployment_name" ,
"options": [ ] ,
"query": "label_values(kube_deployment_metadata_generation{namespace=\"$deployment_namespace\"}, deployment)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [ ] ,
"tagsQuery": "deployment" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-6h" ,
"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": "browser" ,
"title": "Deployment" ,
"version": 1
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
etcd-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"label": "prometheus" ,
"description": "" ,
"type": "datasource" ,
"pluginId": "prometheus" ,
"pluginName": "Prometheus"
}
] ,
"__requires": [
{
"type": "grafana" ,
"id": "grafana" ,
"name": "Grafana" ,
"version": "4.5.2"
},
{
"type": "panel" ,
"id": "graph" ,
"name": "Graph" ,
"version": ""
},
{
"type": "datasource" ,
"id": "prometheus" ,
"name": "Prometheus" ,
"version": "1.0.0"
},
{
"type": "panel" ,
"id": "singlestat" ,
"name": "Singlestat" ,
"version": ""
}
] ,
"annotations": {
"list": [ ]
},
"description": "etcd sample Grafana dashboard with Prometheus" ,
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [ ] ,
"refresh": false ,
"rows": [
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"cacheTimeout": null ,
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 28 ,
"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": "sum(etcd_server_has_leader)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"metric": "etcd_server_has_leader" ,
"refId": "A" ,
"step": 20
}
] ,
"thresholds": "" ,
"title": "Up" ,
"type": "singlestat" ,
"valueFontSize": "200%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 0 ,
"id": 23 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 5 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(grpc_server_started_total{grpc_type=\"unary\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "RPC Rate" ,
"metric": "grpc_server_started_total" ,
"refId": "A" ,
"step": 4
},
{
"expr": "sum(rate(grpc_server_handled_total{grpc_type=\"unary\",grpc_code!=\"OK\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "RPC Failed Rate" ,
"metric": "grpc_server_handled_total" ,
"refId": "B" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "RPC Rate" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "ops" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 0 ,
"id": 41 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 4 ,
"stack": true ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(grpc_server_started_total{grpc_service=\"etcdserverpb.Watch\",grpc_type=\"bidi_stream\"}) - sum(grpc_server_handled_total{grpc_service=\"etcdserverpb.Watch\",grpc_type=\"bidi_stream\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Watch Streams" ,
"metric": "grpc_server_handled_total" ,
"refId": "A" ,
"step": 4
},
{
"expr": "sum(grpc_server_started_total{grpc_service=\"etcdserverpb.Lease\",grpc_type=\"bidi_stream\"}) - sum(grpc_server_handled_total{grpc_service=\"etcdserverpb.Lease\",grpc_type=\"bidi_stream\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Lease Streams" ,
"metric": "grpc_server_handled_total" ,
"refId": "B" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Active Streams" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"label": "" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"decimals": null ,
"editable": false ,
"error": false ,
"fill": 0 ,
"grid": {},
"id": 1 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 4 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "etcd_debugging_mvcc_db_total_size_in_bytes" ,
"format": "time_series" ,
"hide": false ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} DB Size" ,
"metric": "" ,
"refId": "A" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "DB Size" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 0 ,
"grid": {},
"id": 3 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 1 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 4 ,
"stack": false ,
"steppedLine": true ,
"targets": [
{
"expr": "histogram_quantile(0.99, sum(rate(etcd_disk_wal_fsync_duration_seconds_bucket[5m])) by (instance, le))" ,
"format": "time_series" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} WAL fsync" ,
"metric": "etcd_disk_wal_fsync_duration_seconds_bucket" ,
"refId": "A" ,
"step": 4
},
{
"expr": "histogram_quantile(0.99, sum(rate(etcd_disk_backend_commit_duration_seconds_bucket[5m])) by (instance, le))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} DB fsync" ,
"metric": "etcd_disk_backend_commit_duration_seconds_bucket" ,
"refId": "B" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Sync Duration" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "s" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 0 ,
"id": 29 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 4 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "process_resident_memory_bytes" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} Resident Memory" ,
"metric": "process_resident_memory_bytes" ,
"refId": "A" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "New row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 5 ,
"id": 22 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 3 ,
"stack": true ,
"steppedLine": false ,
"targets": [
{
"expr": "rate(etcd_network_client_grpc_received_bytes_total[5m])" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} Client Traffic In" ,
"metric": "etcd_network_client_grpc_received_bytes_total" ,
"refId": "A" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Client Traffic In" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 5 ,
"id": 21 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 3 ,
"stack": true ,
"steppedLine": false ,
"targets": [
{
"expr": "rate(etcd_network_client_grpc_sent_bytes_total[5m])" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} Client Traffic Out" ,
"metric": "etcd_network_client_grpc_sent_bytes_total" ,
"refId": "A" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Client Traffic Out" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 0 ,
"id": 20 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 3 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(etcd_network_peer_received_bytes_total[5m])) by (instance)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} Peer Traffic In" ,
"metric": "etcd_network_peer_received_bytes_total" ,
"refId": "A" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Peer Traffic In" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"decimals": null ,
"editable": false ,
"error": false ,
"fill": 0 ,
"grid": {},
"id": 16 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 3 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(etcd_network_peer_sent_bytes_total[5m])) by (instance)" ,
"format": "time_series" ,
"hide": false ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} Peer Traffic Out" ,
"metric": "etcd_network_peer_sent_bytes_total" ,
"refId": "A" ,
"step": 4
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Peer Traffic Out" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "Bps" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "New row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 0 ,
"id": 40 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(etcd_server_proposals_failed_total[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Proposal Failure Rate" ,
"metric": "etcd_server_proposals_failed_total" ,
"refId": "A" ,
"step": 2
},
{
"expr": "sum(etcd_server_proposals_pending)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Proposal Pending Total" ,
"metric": "etcd_server_proposals_pending" ,
"refId": "B" ,
"step": 2
},
{
"expr": "sum(rate(etcd_server_proposals_committed_total[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Proposal Commit Rate" ,
"metric": "etcd_server_proposals_committed_total" ,
"refId": "C" ,
"step": 2
},
{
"expr": "sum(rate(etcd_server_proposals_applied_total[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Proposal Apply Rate" ,
"refId": "D" ,
"step": 2
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Raft Proposals" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"label": "" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"decimals": 0 ,
"editable": false ,
"error": false ,
"fill": 0 ,
"id": 19 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "changes(etcd_server_leader_changes_seen_total[1d])" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} Total Leader Elections Per Day" ,
"metric": "etcd_server_leader_changes_seen_total" ,
"refId": "A" ,
"step": 2
}
] ,
"thresholds": [ ] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Total Leader Elections Per Day" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"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": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "New row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [ ]
},
"time": {
"from": "now-15m" ,
"to": "now"
},
"timepicker": {
"now": true ,
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "browser" ,
"title": "etcd" ,
"version": 4
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
kubernetes-capacity-planning-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"gnetId": 22 ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [ ] ,
"refresh": false ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(node_cpu{mode=\"idle\"}[2m])) * 100" ,
"hide": false ,
"intervalFactor": 10 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 50
}
] ,
"title": "Idle CPU" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "percent" ,
"label": "cpu usage" ,
"logBase": 1 ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 9 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(node_load1)" ,
"intervalFactor": 4 ,
"legendFormat": "load 1m" ,
"refId": "A" ,
"step": 20 ,
"target": ""
},
{
"expr": "sum(node_load5)" ,
"intervalFactor": 4 ,
"legendFormat": "load 5m" ,
"refId": "B" ,
"step": 20 ,
"target": ""
},
{
"expr": "sum(node_load15)" ,
"intervalFactor": 4 ,
"legendFormat": "load 15m" ,
"refId": "C" ,
"step": 20 ,
"target": ""
}
] ,
"title": "System Load" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "percentunit" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 4 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "node_memory_SwapFree{instance=\"172.17.0.1:9100\",job=\"prometheus\"}" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": true ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(node_memory_MemTotal) - sum(node_memory_MemFree) - sum(node_memory_Buffers) - sum(node_memory_Cached)" ,
"intervalFactor": 2 ,
"legendFormat": "memory usage" ,
"metric": "memo" ,
"refId": "A" ,
"step": 10 ,
"target": ""
},
{
"expr": "sum(node_memory_Buffers)" ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "memory buffers" ,
"metric": "memo" ,
"refId": "B" ,
"step": 10 ,
"target": ""
},
{
"expr": "sum(node_memory_Cached)" ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "memory cached" ,
"metric": "memo" ,
"refId": "C" ,
"step": 10 ,
"target": ""
},
{
"expr": "sum(node_memory_MemFree)" ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "memory free" ,
"metric": "memo" ,
"refId": "D" ,
"step": 10 ,
"target": ""
}
] ,
"title": "Memory Usage" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"min": "0" ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 5 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "((sum(node_memory_MemTotal) - sum(node_memory_MemFree) - sum(node_memory_Buffers) - sum(node_memory_Cached)) / sum(node_memory_MemTotal)) * 100" ,
"intervalFactor": 2 ,
"metric": "" ,
"refId": "A" ,
"step": 60 ,
"target": ""
}
] ,
"thresholds": "80, 90" ,
"title": "Memory Usage" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "246px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 6 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "read" ,
"yaxis": 1
},
{
"alias": "{instance=\"172.17.0.1:9100\"}" ,
"yaxis": 2
},
{
"alias": "io time" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(node_disk_bytes_read[5m]))" ,
"hide": false ,
"intervalFactor": 4 ,
"legendFormat": "read" ,
"refId": "A" ,
"step": 20 ,
"target": ""
},
{
"expr": "sum(rate(node_disk_bytes_written[5m]))" ,
"intervalFactor": 4 ,
"legendFormat": "written" ,
"refId": "B" ,
"step": 20
},
{
"expr": "sum(rate(node_disk_io_time_ms[5m]))" ,
"intervalFactor": 4 ,
"legendFormat": "io time" ,
"refId": "C" ,
"step": 20
}
] ,
"title": "Disk I/O" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "ms" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percentunit" ,
"gauge": {
"maxValue": 1 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 12 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(node_filesystem_size{device!=\"rootfs\"}) - sum(node_filesystem_free{device!=\"rootfs\"})) / sum(node_filesystem_size{device!=\"rootfs\"})" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 60 ,
"target": ""
}
] ,
"thresholds": "0.75, 0.9" ,
"title": "Disk Space Usage" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 8 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "transmitted" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(node_network_receive_bytes{device!~\"lo\"}[5m]))" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 10 ,
"target": ""
}
] ,
"title": "Network Received" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 10 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "transmitted" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(node_network_transmit_bytes{device!~\"lo\"}[5m]))" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10 ,
"target": ""
}
] ,
"title": "Network Transmitted" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "276px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 11 ,
"isNew": true ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 11 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(kube_pod_info)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Current number of Pods" ,
"refId": "A" ,
"step": 10
},
{
"expr": "sum(kube_node_status_capacity_pods)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Maximum capacity of pods" ,
"refId": "B" ,
"step": 10
}
] ,
"title": "Cluster Pod Utilization" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 7 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "100 - (sum(kube_node_status_capacity_pods) - sum(kube_pod_info)) / sum(kube_node_status_capacity_pods) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 60 ,
"target": ""
}
] ,
"thresholds": "80, 90" ,
"title": "Pod Utilization" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [ ]
},
"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": "browser" ,
"title": "Kubernetes Capacity Planning" ,
"version": 4
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
kubernetes-cluster-health-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [ ] ,
"refresh": "10s" ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "254px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 1 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(up{job=~\"apiserver|kube-scheduler|kube-controller-manager\"} == 0)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Control Plane Components Down" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "Everything UP and healthy" ,
"value": "null"
},
{
"op": "=" ,
"text": "" ,
"value": ""
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 2 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(ALERTS{alertstate=\"firing\",alertname!=\"DeadMansSwitch\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Alerts Firing" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "0" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 3 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(ALERTS{alertstate=\"pending\",alertname!=\"DeadMansSwitch\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "3, 5" ,
"title": "Alerts Pending" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "0" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 4 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "count(increase(kube_pod_container_status_restarts[1h]) > 5)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Crashlooping Pods" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "0" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": false ,
"title": "Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 5 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(kube_node_status_condition{condition=\"Ready\",status!=\"true\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Node Not Ready" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 6 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(kube_node_status_condition{condition=\"DiskPressure\",status=\"true\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Node Disk Pressure" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 7 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(kube_node_status_condition{condition=\"MemoryPressure\",status=\"true\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Node Memory Pressure" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 8 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(kube_node_spec_unschedulable)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Nodes Unschedulable" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": false ,
"title": "Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [ ]
},
"time": {
"from": "now-6h" ,
"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": "browser" ,
"title": "Kubernetes Cluster Health" ,
"version": 9
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
kubernetes-cluster-status-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [ ] ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "129px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 5 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 6 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"targets": [
{
"expr": "sum(up{job=~\"apiserver|kube-scheduler|kube-controller-manager\"} == 0)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Control Plane UP" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "UP" ,
"value": "null"
}
] ,
"valueName": "total"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 6 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 6 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"targets": [
{
"expr": "sum(ALERTS{alertstate=\"firing\",alertname!=\"DeadMansSwitch\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "3, 5" ,
"title": "Alerts Firing" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "0" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": true ,
"title": "Cluster Health" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "168px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 1 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(up{job=\"apiserver\"} == 1) / count(up{job=\"apiserver\"})) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "50, 80" ,
"title": "API Servers UP" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 2 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(up{job=\"kube-controller-manager\"} == 1) / count(up{job=\"kube-controller-manager\"})) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "50, 80" ,
"title": "Controller Managers UP" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 3 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(up{job=\"kube-scheduler\"} == 1) / count(up{job=\"kube-scheduler\"})) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "50, 80" ,
"title": "Schedulers UP" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
},
{
"colorBackground": false ,
"colorValue": true ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 4 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "count(increase(kube_pod_container_status_restarts{namespace=~\"kube-system|tectonic-system\"}[1h]) > 5)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "1, 3" ,
"title": "Crashlooping Control Plane Pods" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "0" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": true ,
"title": "Control Plane Status" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "158px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 8 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "sum(100 - (avg by (instance) (rate(node_cpu{job=\"node-exporter\",mode=\"idle\"}[5m])) * 100)) / count(node_cpu{job=\"node-exporter\",mode=\"idle\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "80, 90" ,
"title": "CPU Utilization" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 7 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "((sum(node_memory_MemTotal) - sum(node_memory_MemFree) - sum(node_memory_Buffers) - sum(node_memory_Cached)) / sum(node_memory_MemTotal)) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "80, 90" ,
"title": "Memory Utilization" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 9 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(node_filesystem_size{device!=\"rootfs\"}) - sum(node_filesystem_free{device!=\"rootfs\"})) / sum(node_filesystem_size{device!=\"rootfs\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "80, 90" ,
"title": "Filesystem Utilization" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 10 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "100 - (sum(kube_node_status_capacity_pods) - sum(kube_pod_info)) / sum(kube_node_status_capacity_pods) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "80, 90" ,
"title": "Pod Utilization" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": true ,
"title": "Capacity Planning" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [ ]
},
"time": {
"from": "now-6h" ,
"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": "browser" ,
"title": "Kubernetes Cluster Status" ,
"version": 3
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
kubernetes-control-plane-status-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [ ] ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 1 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(up{job=\"apiserver\"} == 1) / sum(up{job=\"apiserver\"})) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "50, 80" ,
"title": "API Servers UP" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 2 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(up{job=\"kube-controller-manager\"} == 1) / sum(up{job=\"kube-controller-manager\"})) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "50, 80" ,
"title": "Controller Managers UP" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 3 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(up{job=\"kube-scheduler\"} == 1) / sum(up{job=\"kube-scheduler\"})) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "50, 80" ,
"title": "Schedulers UP" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 4 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(sum by(instance) (rate(apiserver_request_count{code=~\"5..\"}[5m])) / sum by(instance) (rate(apiserver_request_count[5m]))) * 100" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 600
}
] ,
"thresholds": "5, 10" ,
"title": "API Server Request Error Rate" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "0" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 7 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 1 ,
"links": [ ] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum by(verb) (rate(apiserver_latency_seconds:quantile[5m]) >= 0)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 30
}
] ,
"title": "API Server Request Latency" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 5 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 1 ,
"links": [ ] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "cluster:scheduler_e2e_scheduling_latency_seconds:quantile" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 60
}
] ,
"title": "End to End Scheduling Latency" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"logBase": 1 ,
"show": true
},
{
"format": "dtdurations" ,
"logBase": 1 ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 6 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 1 ,
"links": [ ] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum by(instance) (rate(apiserver_request_count{code!~\"2..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Error Rate" ,
"refId": "A" ,
"step": 60
},
{
"expr": "sum by(instance) (rate(apiserver_request_count[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Request Rate" ,
"refId": "B" ,
"step": 60
}
] ,
"title": "API Server Request Rates" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [ ]
},
"time": {
"from": "now-6h" ,
"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": "browser" ,
"title": "Kubernetes Control Plane Status" ,
"version": 3
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
kubernetes-resource-requests-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [ ] ,
"refresh": false ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "300px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"description": "This represents the total [CPU resource requests](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-cpu) in the cluster.\nFor comparison the total [allocatable CPU cores](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node-allocatable.md) is also shown." ,
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 1 ,
"links": [ ] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "min(sum(kube_node_status_allocatable_cpu_cores) by (instance))" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "Allocatable CPU Cores" ,
"refId": "A" ,
"step": 20
},
{
"expr": "max(sum(kube_pod_container_resource_requests_cpu_cores) by (instance))" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "Requested CPU Cores" ,
"refId": "B" ,
"step": 20
}
] ,
"title": "CPU Cores" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"label": "CPU Cores" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 2 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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": true
},
"targets": [
{
"expr": "max(sum(kube_pod_container_resource_requests_cpu_cores) by (instance)) / min(sum(kube_node_status_allocatable_cpu_cores) by (instance)) * 100" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 240
}
] ,
"thresholds": "80, 90" ,
"title": "CPU Cores" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "110%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "CPU Cores" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "300px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"description": "This represents the total [memory resource requests](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-memory) in the cluster.\nFor comparison the total [allocatable memory](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node-allocatable.md) is also shown." ,
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 1 ,
"links": [ ] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "min(sum(kube_node_status_allocatable_memory_bytes) by (instance))" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "Allocatable Memory" ,
"refId": "A" ,
"step": 20
},
{
"expr": "max(sum(kube_pod_container_resource_requests_memory_bytes) by (instance))" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "Requested Memory" ,
"refId": "B" ,
"step": 20
}
] ,
"title": "Memory" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"label": "Memory" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 4 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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": true
},
"targets": [
{
"expr": "max(sum(kube_pod_container_resource_requests_memory_bytes) by (instance)) / min(sum(kube_node_status_allocatable_memory_bytes) by (instance)) * 100" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
"step": 240
}
] ,
"thresholds": "80, 90" ,
"title": "Memory" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "110%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "Memory" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [ ]
},
"time": {
"from": "now-3h" ,
"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": "browser" ,
"title": "Kubernetes Resource Requests" ,
"version": 2
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
nodes-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"description": "Dashboard to get an overview of one server" ,
"editable": false ,
"gnetId": 22 ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [ ] ,
"refresh": false ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "100 - (avg by (cpu) (irate(node_cpu{mode=\"idle\", instance=\"$server\"}[5m])) * 100)" ,
"hide": false ,
"intervalFactor": 10 ,
"legendFormat": "{{cpu}}" ,
"refId": "A" ,
"step": 50
}
] ,
"title": "Idle CPU" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "percent" ,
"label": "cpu usage" ,
"logBase": 1 ,
"max": 100 ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 9 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "node_load1{instance=\"$server\"}" ,
"intervalFactor": 4 ,
"legendFormat": "load 1m" ,
"refId": "A" ,
"step": 20 ,
"target": ""
},
{
"expr": "node_load5{instance=\"$server\"}" ,
"intervalFactor": 4 ,
"legendFormat": "load 5m" ,
"refId": "B" ,
"step": 20 ,
"target": ""
},
{
"expr": "node_load15{instance=\"$server\"}" ,
"intervalFactor": 4 ,
"legendFormat": "load 15m" ,
"refId": "C" ,
"step": 20 ,
"target": ""
}
] ,
"title": "System Load" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "percentunit" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 4 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "node_memory_SwapFree{instance=\"172.17.0.1:9100\",job=\"prometheus\"}" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": true ,
"steppedLine": false ,
"targets": [
{
"expr": "node_memory_MemTotal{instance=\"$server\"} - node_memory_MemFree{instance=\"$server\"} - node_memory_Buffers{instance=\"$server\"} - node_memory_Cached{instance=\"$server\"}" ,
"hide": false ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "memory used" ,
"metric": "" ,
"refId": "C" ,
"step": 10
},
{
"expr": "node_memory_Buffers{instance=\"$server\"}" ,
"interval": "" ,
"intervalFactor": 2 ,
"legendFormat": "memory buffers" ,
"metric": "" ,
"refId": "E" ,
"step": 10
},
{
"expr": "node_memory_Cached{instance=\"$server\"}" ,
"intervalFactor": 2 ,
"legendFormat": "memory cached" ,
"metric": "" ,
"refId": "F" ,
"step": 10
},
{
"expr": "node_memory_MemFree{instance=\"$server\"}" ,
"intervalFactor": 2 ,
"legendFormat": "memory free" ,
"metric": "" ,
"refId": "D" ,
"step": 10
}
] ,
"title": "Memory Usage" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"min": "0" ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 5 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "((node_memory_MemTotal{instance=\"$server\"} - node_memory_MemFree{instance=\"$server\"} - node_memory_Buffers{instance=\"$server\"} - node_memory_Cached{instance=\"$server\"}) / node_memory_MemTotal{instance=\"$server\"}) * 100" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 60 ,
"target": ""
}
] ,
"thresholds": "80, 90" ,
"title": "Memory Usage" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 6 ,
"isNew": true ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "read" ,
"yaxis": 1
},
{
"alias": "{instance=\"172.17.0.1:9100\"}" ,
"yaxis": 2
},
{
"alias": "io time" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum by (instance) (rate(node_disk_bytes_read{instance=\"$server\"}[2m]))" ,
"hide": false ,
"intervalFactor": 4 ,
"legendFormat": "read" ,
"refId": "A" ,
"step": 20 ,
"target": ""
},
{
"expr": "sum by (instance) (rate(node_disk_bytes_written{instance=\"$server\"}[2m]))" ,
"intervalFactor": 4 ,
"legendFormat": "written" ,
"refId": "B" ,
"step": 20
},
{
"expr": "sum by (instance) (rate(node_disk_io_time_ms{instance=\"$server\"}[2m]))" ,
"intervalFactor": 4 ,
"legendFormat": "io time" ,
"refId": "C" ,
"step": 20
}
] ,
"title": "Disk I/O" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "ms" ,
"logBase": 1 ,
"show": true
}
]
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "percentunit" ,
"gauge": {
"maxValue": 1 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"hideTimeOverride": false ,
"id": 7 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "(sum(node_filesystem_size{device!=\"rootfs\",instance=\"$server\"}) - sum(node_filesystem_free{device!=\"rootfs\",instance=\"$server\"})) / sum(node_filesystem_size{device!=\"rootfs\",instance=\"$server\"})" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 60 ,
"target": ""
}
] ,
"thresholds": "0.75, 0.9" ,
"title": "Disk Space Usage" ,
"transparent": false ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 8 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "transmitted" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "rate(node_network_receive_bytes{instance=\"$server\",device!~\"lo\"}[5m])" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "{{device}}" ,
"refId": "A" ,
"step": 10 ,
"target": ""
}
] ,
"title": "Network Received" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 10 ,
"isNew": false ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
{
"alias": "transmitted" ,
"yaxis": 2
}
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "rate(node_network_transmit_bytes{instance=\"$server\",device!~\"lo\"}[5m])" ,
"hide": false ,
"intervalFactor": 2 ,
"legendFormat": "{{device}}" ,
"refId": "B" ,
"step": 10 ,
"target": ""
}
] ,
"title": "Network Transmitted" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [
{
"allValue": null ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": null ,
"multi": false ,
"name": "server" ,
"options": [ ] ,
"query": "label_values(node_boot_time, instance)" ,
"refresh": 1 ,
"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": "browser" ,
"title": "Nodes" ,
"version": 2
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
pods-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 1 ,
"hideControls": false ,
"links": [ ] ,
"refresh": false ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1 ,
"isNew": false ,
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
"values": true
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum by(container_name) (container_memory_usage_bytes{pod_name=\"$pod\", container_name=~\"$container\", container_name!=\"POD\"})" ,
"interval": "10s" ,
"intervalFactor": 1 ,
"legendFormat": "Current: {{ container_name }}" ,
"metric": "container_memory_usage_bytes" ,
"refId": "A" ,
"step": 15
},
{
"expr": "kube_pod_container_resource_requests_memory_bytes{pod=\"$pod\", container=~\"$container\"}" ,
"interval": "10s" ,
"intervalFactor": 2 ,
"legendFormat": "Requested: {{ container }}" ,
"metric": "kube_pod_container_resource_requests_memory_bytes" ,
"refId": "B" ,
"step": 20
},
{
"expr": "kube_pod_container_resource_limits_memory_bytes{pod=\"$pod\", container=~\"$container\"}" ,
"interval": "10s" ,
"intervalFactor": 2 ,
"legendFormat": "Limit: {{ container }}" ,
"metric": "kube_pod_container_resource_limits_memory_bytes" ,
"refId": "C" ,
"step": 20
}
] ,
"title": "Memory Usage" ,
"tooltip": {
"msResolution": true ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 2 ,
"isNew": false ,
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
"values": true
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum by (container_name)(rate(container_cpu_usage_seconds_total{image!=\"\",container_name!=\"POD\",pod_name=\"$pod\"}[1m]))" ,
"intervalFactor": 2 ,
"legendFormat": "{{ container_name }}" ,
"refId": "A" ,
"step": 30
},
{
"expr": "kube_pod_container_resource_requests_cpu_cores{pod=\"$pod\", container=~\"$container\"}" ,
"interval": "10s" ,
"intervalFactor": 2 ,
"legendFormat": "Requested: {{ container }}" ,
"metric": "kube_pod_container_resource_requests_cpu_cores" ,
"refId": "B" ,
"step": 20
},
{
"expr": "kube_pod_container_resource_limits_cpu_cores{pod=\"$pod\", container=~\"$container\"}" ,
"interval": "10s" ,
"intervalFactor": 2 ,
"legendFormat": "Limit: {{ container }}" ,
"metric": "kube_pod_container_resource_limits_memory_bytes" ,
"refId": "C" ,
"step": 20
}
] ,
"title": "CPU Usage" ,
"tooltip": {
"msResolution": true ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "short" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 3 ,
"isNew": false ,
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
"values": true
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sort_desc(sum by (pod_name) (rate(container_network_receive_bytes_total{pod_name=\"$pod\"}[1m])))" ,
"intervalFactor": 2 ,
"legendFormat": "{{ pod_name }}" ,
"refId": "A" ,
"step": 30
}
] ,
"title": "Network I/O" ,
"tooltip": {
"msResolution": true ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "bytes" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"show": true
}
]
}
] ,
"showTitle": false ,
"title": "New Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [
{
"allValue": ".*" ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": true ,
"label": "Namespace" ,
"multi": false ,
"name": "namespace" ,
"options": [ ] ,
"query": "label_values(kube_pod_info, namespace)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [ ] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Pod" ,
"multi": false ,
"name": "pod" ,
"options": [ ] ,
"query": "label_values(kube_pod_info{namespace=~\"$namespace\"}, pod)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [ ] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": ".*" ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": true ,
"label": "Container" ,
"multi": false ,
"name": "container" ,
"options": [ ] ,
"query": "label_values(kube_pod_container_info{namespace=\"$namespace\", pod=\"$pod\"}, container)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [ ] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-6h" ,
"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": "browser" ,
"title": "Pods" ,
"version": 1
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
2018-01-28 07:26:41 +01:00
statefulset-dashboard.json : |+
2018-03-13 04:59:02 +01:00
{
"dashboard" :
2018-01-28 07:26:41 +01:00
{
"__inputs": [
{
"description": "" ,
"label": "prometheus" ,
2018-03-13 04:59:02 +01:00
"name": "DS_PROMETHEUS" ,
2018-01-28 07:26:41 +01:00
"pluginId": "prometheus" ,
"pluginName": "Prometheus" ,
"type": "datasource"
}
] ,
"annotations": {
"list": [ ]
},
"editable": false ,
"graphTooltip": 1 ,
"hideControls": false ,
"links": [ ] ,
"rows": [
{
"collapse": false ,
"editable": false ,
"height": "200px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 8 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
"targets": [
{
"expr": "sum(rate(container_cpu_usage_seconds_total{namespace=\"$statefulset_namespace\",pod_name=~\"$statefulset_name.*\"}[3m]))" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "CPU" ,
"type": "singlestat" ,
"valueFontSize": "110%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 9 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"postfix": "GB" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "80%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
"targets": [
{
"expr": "sum(container_memory_usage_bytes{namespace=\"$statefulset_namespace\",pod_name=~\"$statefulset_name.*\"}) / 1024^3" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Memory" ,
"type": "singlestat" ,
"valueFontSize": "110%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "Bps" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": false
},
"id": 7 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
"targets": [
{
"expr": "sum(rate(container_network_transmit_bytes_total{namespace=\"$statefulset_namespace\",pod_name=~\"$statefulset_name.*\"}[3m])) + sum(rate(container_network_receive_bytes_total{namespace=\"$statefulset_namespace\",pod_name=~\"$statefulset_name.*\"}[3m]))" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Network" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "100px" ,
"panels": [
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": false
},
"id": 5 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(kube_statefulset_replicas{statefulset=\"$statefulset_name\",namespace=\"$statefulset_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"metric": "kube_statefulset_replicas" ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Desired Replicas" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 6 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "min(kube_statefulset_status_replicas{statefulset=\"$statefulset_name\",namespace=\"$statefulset_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Available Replicas" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 3 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(kube_statefulset_status_observed_generation{statefulset=\"$statefulset_name\",namespace=\"$statefulset_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Observed Generation" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"id": 2 ,
"links": [ ] ,
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"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
},
"targets": [
{
"expr": "max(kube_statefulset_metadata_generation{statefulset=\"$statefulset_name\",namespace=\"$statefulset_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"refId": "A" ,
"step": 600
}
] ,
"title": "Metadata Generation" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
},
{
"collapse": false ,
"editable": false ,
"height": "350px" ,
"panels": [
{
"aliasColors": {},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"editable": false ,
"error": false ,
"fill": 1 ,
"grid": {
"threshold1Color": "rgba(216, 200, 27, 0.27)" ,
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"id": 1 ,
"isNew": true ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"hideEmpty": false ,
"hideZero": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false
},
"lines": true ,
"linewidth": 2 ,
"links": [ ] ,
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [ ] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "min(kube_statefulset_status_replicas{statefulset=\"$statefulset_name\",namespace=\"$statefulset_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "available" ,
"refId": "B" ,
"step": 30
},
{
"expr": "max(kube_statefulset_replicas{statefulset=\"$statefulset_name\",namespace=\"$statefulset_namespace\"}) without (instance, pod)" ,
"intervalFactor": 2 ,
"legendFormat": "desired" ,
"refId": "E" ,
"step": 30
}
] ,
"title": "Replicas" ,
"tooltip": {
"msResolution": true ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"show": true ,
"values": [ ]
},
"yaxes": [
{
"format": "none" ,
"label": "" ,
"logBase": 1 ,
"show": true
},
{
"format": "short" ,
"label": "" ,
"logBase": 1 ,
"show": false
}
]
}
] ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [ ] ,
"templating": {
"list": [
{
"allValue": ".*" ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
"name": "statefulset_namespace" ,
"options": [ ] ,
"query": "label_values(kube_statefulset_metadata_generation, namespace)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": null ,
"tags": [ ] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {},
2018-03-13 04:59:02 +01:00
"datasource": "${DS_PROMETHEUS}" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "StatefulSet" ,
"multi": false ,
"name": "statefulset_name" ,
"options": [ ] ,
"query": "label_values(kube_statefulset_metadata_generation{namespace=\"$statefulset_namespace\"}, statefulset)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [ ] ,
"tagsQuery": "statefulset" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-6h" ,
"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": "browser" ,
"title": "StatefulSet" ,
"version": 1
}
2018-03-13 04:59:02 +01:00
,
"inputs": [
{
"name": "DS_PROMETHEUS" ,
"pluginId": "prometheus" ,
"type": "datasource" ,
"value": "prometheus"
}
] ,
"overwrite": true
}
prometheus-datasource.json : |+
{
"access": "proxy" ,
"basicAuth": false ,
"name": "prometheus" ,
"type": "prometheus" ,
"url": "http://prometheus.monitoring.svc"
}
2018-01-28 07:26:41 +01:00
---