2018-01-28 07:26:41 +01:00
apiVersion : v1
kind : ConfigMap
metadata :
2019-03-14 07:05:14 +01:00
name : grafana-dashboards-k8s
2018-01-28 07:26:41 +01:00
namespace : monitoring
data :
2019-07-21 20:02:18 +02:00
apiserver.json : |-
2019-02-18 21:05:27 +01:00
{
2019-07-21 20:02:18 +02:00
"__inputs": [
] ,
"__requires": [
] ,
2019-02-18 21:05:27 +01:00
"annotations": {
"list": [
]
},
2019-07-21 20:02:18 +02:00
"editable": false ,
2019-02-18 21:05:27 +01:00
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
2019-07-21 20:02:18 +02:00
"id": null ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"refresh": "" ,
2019-02-18 21:05:27 +01:00
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-07-21 20:02:18 +02:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
2019-07-21 20:02:18 +02:00
{
"cacheTimeout": null ,
"colorBackground": false ,
"colorValue": false ,
"colors": [
"#299c46" ,
"rgba(237, 129, 40, 0.89)" ,
"#d44a3a"
] ,
"datasource": "$datasource" ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
"gridPos": {
},
"id": 2 ,
"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": 2 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
"expr": "sum(up{job=\"apiserver\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
"thresholds": "" ,
"title": "Up" ,
"tooltip": {
"shared": false
},
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "min"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 5 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"2..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "2xx" ,
"refId": "A"
},
{
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"3..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "3xx" ,
"refId": "B"
},
{
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"4..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "4xx" ,
"refId": "C"
},
{
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"5..\"}[5m]))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "5xx" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "RPC Rate" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
2018-01-28 07:26:41 +01:00
"avg": false ,
2019-07-21 20:02:18 +02:00
"current": "true" ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2018-01-28 07:26:41 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 5 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(apiserver_request_duration_seconds_bucket{job=\"apiserver\", instance=~\"$instance\"}[5m])) by (verb, le))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{verb}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Request duration 99th quantile" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
]
2019-02-18 21:05:27 +01:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2019-02-18 21:05:27 +01:00
},
{
"collapse": false ,
2019-07-21 20:02:18 +02:00
"collapsed": false ,
2019-02-18 21:05:27 +01:00
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 5 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
"show": false ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2019-07-21 20:02:18 +02:00
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(workqueue_adds_total{job=\"apiserver\", instance=~\"$instance\"}[5m])) by (instance, name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} {{name}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Work Queue Add Rate" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 6 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
"show": false ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2019-07-21 20:02:18 +02:00
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(workqueue_depth{job=\"apiserver\", instance=~\"$instance\"}[5m])) by (instance, name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} {{name}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Work Queue Depth" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
2019-07-21 20:02:18 +02:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 7 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
2018-01-28 07:26:41 +01:00
"avg": false ,
2019-07-21 20:02:18 +02:00
"current": "true" ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2018-01-28 07:26:41 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(workqueue_queue_duration_seconds_bucket{job=\"apiserver\", instance=~\"$instance\"}[5m])) by (instance, name, le))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} {{name}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Work Queue Latency" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
]
2019-07-21 20:02:18 +02:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 8 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "etcd_helper_cache_entry_total{job=\"apiserver\", instance=~\"$instance\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "ETCD Cache Entry Total" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
2019-07-21 20:02:18 +02:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(etcd_helper_cache_hit_total{job=\"apiserver\",instance=~\"$instance\"}[5m])) by (intance)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} hit" ,
"refId": "A"
},
{
"expr": "sum(rate(etcd_helper_cache_miss_total{job=\"apiserver\",instance=~\"$instance\"}[5m])) by (instance)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} miss" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "ETCD Cache Hit/Miss Rate" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2018-01-28 07:26:41 +01:00
"min": 0 ,
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 10 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99,sum(rate(etcd_request_cache_get_duration_seconds_bucket{job=\"apiserver\",instance=~\"$instance\"}[5m])) by (instance, le))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} get" ,
"refId": "A"
},
{
"expr": "histogram_quantile(0.99,sum(rate(etcd_request_cache_add_duration_seconds_bucket{job=\"apiserver\",instance=~\"$instance\"}[5m])) by (instance, le))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} miss" ,
"refId": "B"
2019-02-18 21:05:27 +01:00
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "ETCD Cache Duration 99th Quantile" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-07-21 20:02:18 +02:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"fill": 1 ,
"gridPos": {
},
"id": 11 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-07-21 20:02:18 +02:00
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "process_resident_memory_bytes{job=\"apiserver\",instance=~\"$instance\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Memory" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
]
2019-03-14 07:05:14 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 12 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "rate(process_cpu_seconds_total{job=\"apiserver\",instance=~\"$instance\"}[5m])" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "CPU usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 13 ,
2019-02-18 21:05:27 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2019-02-18 21:05:27 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2019-02-18 21:05:27 +01:00
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "go_goroutines{job=\"apiserver\",instance=~\"$instance\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Goroutines" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2019-02-18 21:05:27 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": true ,
"label": null ,
"multi": false ,
"name": "instance" ,
"options": [
] ,
"query": "label_values(apiserver_request_total{job=\"apiserver\"}, instance)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / API server" ,
"uid": "09ec8aa1e996d6ffcd6817bbaff4db1b" ,
"version": 0
}
controller-manager.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
{
"collapse": false ,
"collapsed": false ,
"panels": [
{
"cacheTimeout": null ,
"colorBackground": false ,
"colorValue": false ,
"colors": [
"#299c46" ,
"rgba(237, 129, 40, 0.89)" ,
"#d44a3a"
] ,
"datasource": "$datasource" ,
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 2 ,
"interval": null ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
2018-01-28 07:26:41 +01:00
] ,
2019-07-21 20:02:18 +02:00
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
"nullText": null ,
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 2 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(up{job=\"kube-controller-manager\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-07-21 20:02:18 +02:00
"thresholds": "" ,
"title": "Up" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-07-21 20:02:18 +02:00
"shared": false
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
2018-01-28 07:26:41 +01:00
{
2019-07-21 20:02:18 +02:00
"op": "=" ,
"text": "N/A" ,
"value": "null"
2018-01-28 07:26:41 +01:00
}
2019-07-21 20:02:18 +02:00
] ,
"valueName": "min"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
2018-01-28 07:26:41 +01:00
"avg": false ,
2019-07-21 20:02:18 +02:00
"current": "true" ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2019-02-18 21:05:27 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 10 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(workqueue_adds_total{job=\"kube-controller-manager\", instance=~\"$instance\"}[5m])) by (instance, name)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} {{name}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Work Queue Add Rate" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-07-21 20:02:18 +02:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
2019-02-18 21:05:27 +01:00
"dashLength": 10 ,
2018-01-28 07:26:41 +01:00
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
2018-01-28 07:26:41 +01:00
"avg": false ,
2019-07-21 20:02:18 +02:00
"current": "true" ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2019-02-18 21:05:27 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(workqueue_depth{job=\"kube-controller-manager\", instance=~\"$instance\"}[5m])) by (instance, name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} {{name}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Work Queue Depth" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
2019-07-21 20:02:18 +02:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 5 ,
2019-02-18 21:05:27 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
2019-02-18 21:05:27 +01:00
"avg": false ,
2019-07-21 20:02:18 +02:00
"current": "true" ,
2019-02-18 21:05:27 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2019-02-18 21:05:27 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
2019-02-18 21:05:27 +01:00
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(workqueue_queue_duration_seconds_bucket{job=\"kube-controller-manager\", instance=~\"$instance\"}[5m])) by (instance, name, le))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} {{name}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Work Queue Latency" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2019-02-18 21:05:27 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-07-21 20:02:18 +02:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 6 ,
2019-02-18 21:05:27 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2019-02-18 21:05:27 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2019-02-18 21:05:27 +01:00
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(rest_client_requests_total{job=\"kube-controller-manager\", instance=~\"$instance\",code=~\"2..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "2xx" ,
"refId": "A"
},
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-controller-manager\", instance=~\"$instance\",code=~\"3..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "3xx" ,
"refId": "B"
},
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-controller-manager\", instance=~\"$instance\",code=~\"4..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "4xx" ,
"refId": "C"
},
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-controller-manager\", instance=~\"$instance\",code=~\"5..\"}[5m]))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "5xx" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Kube API Request Rate" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2019-02-18 21:05:27 +01:00
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-07-21 20:02:18 +02:00
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 7 ,
2019-02-18 21:05:27 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
2019-02-18 21:05:27 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 8 ,
2019-02-18 21:05:27 +01:00
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(rest_client_request_latency_seconds_bucket{job=\"kube-controller-manager\", instance=~\"$instance\", verb=\"POST\"}[5m])) by (verb, url, le))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{verb}} {{url}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Post Request Latency 99th Quantile" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2019-02-18 21:05:27 +01:00
},
{
"collapse": false ,
2019-07-21 20:02:18 +02:00
"collapsed": false ,
2019-02-18 21:05:27 +01:00
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2019-07-21 20:02:18 +02:00
"gridPos": {
},
"id": 8 ,
2019-02-18 21:05:27 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
2019-02-18 21:05:27 +01:00
"avg": false ,
2019-07-21 20:02:18 +02:00
"current": "true" ,
2019-02-18 21:05:27 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2019-02-18 21:05:27 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2019-02-18 21:05:27 +01:00
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-07-21 20:02:18 +02:00
"repeat": null ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(rest_client_request_latency_seconds_bucket{job=\"kube-controller-manager\", instance=~\"$instance\", verb=\"GET\"}[5m])) by (verb, url, le))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{verb}} {{url}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Get Request Latency 99th Quantile" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
"show": true
2019-02-18 21:05:27 +01:00
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-07-21 20:02:18 +02:00
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
{
"aliasColors": {
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
2019-03-14 07:05:14 +01:00
2019-07-21 20:02:18 +02:00
},
"id": 9 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2019-03-14 07:05:14 +01:00
2019-07-21 20:02:18 +02:00
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"spaceLength": 10 ,
"span": 4 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "process_resident_memory_bytes{job=\"kube-controller-manager\",instance=~\"$instance\"}" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}}" ,
"refId": "A"
}
] ,
"thresholds": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory" ,
"tooltip": {
"shared": false ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
]
},
"yaxes": [
{
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 10 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "rate(process_cpu_seconds_total{job=\"kube-controller-manager\",instance=~\"$instance\"}[5m])" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "CPU usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 11 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "go_goroutines{job=\"kube-controller-manager\",instance=~\"$instance\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Goroutines" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2019-07-21 20:02:18 +02:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": true ,
"label": null ,
"multi": false ,
"name": "instance" ,
"options": [
] ,
"query": "label_values(process_cpu_seconds_total{job=\"kube-controller-manager\"}, instance)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / Controller Manager" ,
"uid": "72e0e05bef5099e5f049b05fdc429ed4" ,
"version": 0
}
persistentvolumesusage.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": true ,
"min": true ,
"rightSide": false ,
"show": true ,
"total": false ,
"values": true
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 9 ,
2019-07-21 20:02:18 +02:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "(\n sum without(instance, node) (kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n -\n sum without(instance, node) (kubelet_volume_stats_available_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2019-07-21 20:02:18 +02:00
"intervalFactor": 1 ,
"legendFormat": "Used Space" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-07-21 20:02:18 +02:00
},
{
"expr": "sum without(instance, node) (kubelet_volume_stats_available_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n" ,
"format": "time_series" ,
"intervalFactor": 1 ,
"legendFormat": "Free Space" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Volume Space Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-07-21 20:02:18 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
2019-07-21 20:02:18 +02:00
"id": 3 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "(\n kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n -\n kubelet_volume_stats_available_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n)\n/\nkubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n* 100\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
"thresholds": "80, 90" ,
2019-07-21 20:02:18 +02:00
"title": "Volume Space Usage" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": true ,
"min": true ,
2018-01-28 07:26:41 +01:00
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": true
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 9 ,
2019-07-21 20:02:18 +02:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum without(instance, node) (kubelet_volume_stats_inodes_used{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2019-07-21 20:02:18 +02:00
"intervalFactor": 1 ,
"legendFormat": "Used inodes" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-07-21 20:02:18 +02:00
"expr": "(\n sum without(instance, node) (kubelet_volume_stats_inodes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n -\n sum without(instance, node) (kubelet_volume_stats_inodes_used{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"})\n)\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2019-07-21 20:02:18 +02:00
"intervalFactor": 1 ,
"legendFormat": " Free inodes" ,
2019-02-18 21:05:27 +01:00
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Volume inodes Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "none" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "none" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
2019-07-21 20:02:18 +02:00
"id": 5 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "kubelet_volume_stats_inodes_used{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n/\nkubelet_volume_stats_inodes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\", persistentvolumeclaim=\"$volume\"}\n* 100\n" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
"thresholds": "80, 90" ,
2019-07-21 20:02:18 +02:00
"title": "Volume inodes Usage" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2019-02-18 21:05:27 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2019-07-21 20:02:18 +02:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kubelet_volume_stats_capacity_bytes, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\"}, namespace)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "PersistentVolumeClaim" ,
"multi": false ,
"name": "volume" ,
"options": [
] ,
"query": "label_values(kubelet_volume_stats_capacity_bytes{cluster=\"$cluster\", job=\"kubelet\", namespace=\"$namespace\"}, persistentvolumeclaim)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-7d" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / Persistent Volumes" ,
"uid": "919b92a8e8041bd567af9edab12c840c" ,
"version": 0
}
pods.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
{
"builtIn": 1 ,
"datasource": "$datasource" ,
"enable": true ,
"expr": "time() == BOOL timestamp(rate(kube_pod_container_status_restarts_total{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}[2m]) > 0)" ,
"hide": false ,
"iconColor": "rgba(215, 44, 44, 1)" ,
"name": "Restarts" ,
"showIn": 0 ,
"tags": [
"restart"
] ,
"type": "rows"
}
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": true ,
"avg": true ,
"current": true ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": true ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
2019-07-21 20:02:18 +02:00
2019-02-18 21:05:27 +01:00
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum by(container) (container_memory_usage_bytes{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container=~\"$container\", container!=\"POD\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "Current: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
},
{
2019-07-21 20:02:18 +02:00
"expr": "sum by(container) (kube_pod_container_resource_requests{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"memory\", pod=\"$pod\", container=~\"$container\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "Requested: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "B"
},
{
2019-07-21 20:02:18 +02:00
"expr": "sum by(container) (kube_pod_container_resource_limits{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"memory\", pod=\"$pod\", container=~\"$container\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "Limit: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "C"
2018-01-28 07:26:41 +01:00
},
{
2019-07-21 20:02:18 +02:00
"expr": "sum by(container) (container_memory_cache{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod=~\"$pod\", container=~\"$container\", container!=\"POD\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "Cache: {{ container }}" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Memory Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": true ,
"avg": true ,
"current": true ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": true ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
2019-02-18 21:05:27 +01:00
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum by (container) (irate(container_cpu_usage_seconds_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", image!=\"\", pod=\"$pod\", container=~\"$container\", container!=\"POD\"}[4m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "Current: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-07-21 20:02:18 +02:00
},
{
"expr": "sum by(container) (kube_pod_container_resource_requests{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"cpu\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Requested: {{ container }}" ,
"refId": "B"
},
{
"expr": "sum by(container) (kube_pod_container_resource_limits{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", resource=\"cpu\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Limit: {{ container }}" ,
"refId": "C"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "CPU Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-07-21 20:02:18 +02:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
},
2019-07-21 20:02:18 +02:00
"id": 4 ,
2019-02-18 21:05:27 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": true ,
"avg": true ,
"current": true ,
2019-02-18 21:05:27 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": true ,
2019-02-18 21:05:27 +01:00
"show": true ,
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
2019-02-18 21:05:27 +01:00
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sort_desc(sum by (pod) (irate(container_network_receive_bytes_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}[4m])))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "RX: {{ pod }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-07-21 20:02:18 +02:00
},
{
"expr": "sort_desc(sum by (pod) (irate(container_network_transmit_bytes_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}[4m])))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "TX: {{ pod }}" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Network I/O" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2019-02-18 21:05:27 +01:00
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2019-02-18 21:05:27 +01:00
"show": true
},
{
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2019-02-18 21:05:27 +01:00
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 5 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": true ,
"avg": true ,
"current": true ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": true ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "max by (container) (kube_pod_container_status_restarts_total{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\", container=~\"$container\"})" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "Restarts: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Total Restarts Per Container" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-07-21 20:02:18 +02:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_pod_info, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
2019-02-18 21:05:27 +01:00
{
2019-07-21 20:02:18 +02:00
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
2019-07-21 20:02:18 +02:00
2019-02-18 21:05:27 +01:00
},
2019-07-21 20:02:18 +02:00
"datasource": "$datasource" ,
2019-02-18 21:05:27 +01:00
"hide": 0 ,
2019-07-21 20:02:18 +02:00
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
"name": "namespace" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2019-07-21 20:02:18 +02:00
"query": "label_values(kube_pod_info{cluster=\"$cluster\"}, namespace)" ,
"refresh": 2 ,
2019-02-18 21:05:27 +01:00
"regex": "" ,
2019-07-21 20:02:18 +02:00
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
2019-02-18 21:05:27 +01:00
},
{
"allValue": null ,
"current": {
2019-03-14 07:05:14 +01:00
},
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"hide": 0 ,
2019-03-14 07:05:14 +01:00
"includeAll": false ,
2019-07-21 20:02:18 +02:00
"label": "Pod" ,
2019-03-14 07:05:14 +01:00
"multi": false ,
2019-07-21 20:02:18 +02:00
"name": "pod" ,
2019-03-14 07:05:14 +01:00
"options": [
] ,
2019-07-21 20:02:18 +02:00
"query": "label_values(kube_pod_info{cluster=\"$cluster\", namespace=~\"$namespace\"}, pod)" ,
2019-03-14 07:05:14 +01:00
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
},
"datasource": "$datasource" ,
"hide": 0 ,
2019-07-21 20:02:18 +02:00
"includeAll": true ,
"label": "Container" ,
2019-02-18 21:05:27 +01:00
"multi": false ,
2019-07-21 20:02:18 +02:00
"name": "container" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2019-07-21 20:02:18 +02:00
"query": "label_values(kube_pod_container_info{cluster=\"$cluster\", namespace=\"$namespace\", pod=\"$pod\"}, container)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
"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": "" ,
2019-07-21 20:02:18 +02:00
"title": "Kubernetes / Pods" ,
"uid": "ab4f13a9892a76a4d21ce8c2445bf4ea" ,
2019-02-18 21:05:27 +01:00
"version": 0
}
2019-07-21 20:02:18 +02:00
scheduler.json : |-
2019-02-18 21:05:27 +01:00
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
2019-04-28 07:41:13 +02:00
{
"cacheTimeout": null ,
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-07-21 20:02:18 +02:00
"#299c46" ,
2019-04-28 07:41:13 +02:00
"rgba(237, 129, 40, 0.89)" ,
2019-07-21 20:02:18 +02:00
"#d44a3a"
2019-04-28 07:41:13 +02:00
] ,
"datasource": "$datasource" ,
2019-07-21 20:02:18 +02:00
"format": "none" ,
2019-04-28 07:41:13 +02:00
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
2019-07-21 20:02:18 +02:00
"show": false ,
2019-04-28 07:41:13 +02:00
"thresholdLabels": false ,
"thresholdMarkers": true
},
"gridPos": {
},
2019-07-21 20:02:18 +02:00
"id": 2 ,
2019-04-28 07:41:13 +02:00
"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"
}
] ,
2019-07-21 20:02:18 +02:00
"span": 2 ,
2019-04-28 07:41:13 +02:00
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(up{job=\"kube-scheduler\"})" ,
2019-04-28 07:41:13 +02:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
2019-07-21 20:02:18 +02:00
"thresholds": "" ,
"title": "Up" ,
2019-04-28 07:41:13 +02:00
"tooltip": {
"shared": false
},
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
2019-07-21 20:02:18 +02:00
"valueName": "min"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
"avg": false ,
"current": "true" ,
"max": false ,
"min": false ,
"rightSide": "true" ,
"show": "true" ,
2019-02-18 21:05:27 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 5 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(scheduler_e2e_scheduling_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2019-07-21 20:02:18 +02:00
"intervalFactor": 2 ,
"legendFormat": "{{instance}} e2e" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2019-04-28 07:41:13 +02:00
},
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(scheduler_binding_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)" ,
2019-04-28 07:41:13 +02:00
"format": "time_series" ,
2019-07-21 20:02:18 +02:00
"intervalFactor": 2 ,
"legendFormat": "{{instance}} binding" ,
2019-04-28 07:41:13 +02:00
"refId": "B"
2019-07-21 20:02:18 +02:00
},
{
"expr": "sum(rate(scheduler_scheduling_algorithm_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} scheduling algorithm" ,
"refId": "C"
},
{
"expr": "sum(rate(scheduler_volume_scheduling_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} volume" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Scheduling Rate" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-04-28 07:41:13 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "ops" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-04-28 07:41:13 +02:00
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-04-28 07:41:13 +02:00
},
{
2019-07-21 20:02:18 +02:00
"aliasColors": {
2019-04-28 07:41:13 +02:00
},
2019-07-21 20:02:18 +02:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2019-04-28 07:41:13 +02:00
"gridPos": {
},
2019-07-21 20:02:18 +02:00
"id": 4 ,
"legend": {
"alignAsTable": "true" ,
"avg": false ,
"current": "true" ,
"max": false ,
"min": false ,
"rightSide": "true" ,
"show": "true" ,
"total": false ,
"values": "true"
},
"lines": true ,
"linewidth": 1 ,
2019-04-28 07:41:13 +02:00
"links": [
] ,
2019-07-21 20:02:18 +02:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 5 ,
"stack": false ,
"steppedLine": false ,
"targets": [
2019-04-28 07:41:13 +02:00
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(scheduler_e2e_scheduling_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} e2e" ,
"refId": "A"
2019-04-28 07:41:13 +02:00
},
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(scheduler_binding_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} binding" ,
"refId": "B"
},
2019-04-28 07:41:13 +02:00
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(scheduler_scheduling_algorithm_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} scheduling algorithm" ,
"refId": "C"
},
2019-04-28 07:41:13 +02:00
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(scheduler_volume_scheduling_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))" ,
2019-04-28 07:41:13 +02:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}} volume" ,
"refId": "D"
2019-04-28 07:41:13 +02:00
}
] ,
2019-07-21 20:02:18 +02:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Scheduling latency 99th Quantile" ,
2019-04-28 07:41:13 +02:00
"tooltip": {
2019-07-21 20:02:18 +02:00
"shared": false ,
"sort": 0 ,
"value_type": "individual"
2019-04-28 07:41:13 +02:00
},
2019-07-21 20:02:18 +02:00
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2019-04-28 07:41:13 +02:00
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "s" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2019-04-28 07:41:13 +02:00
}
2019-07-21 20:02:18 +02:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2019-07-21 20:02:18 +02:00
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
{
"aliasColors": {
2019-03-14 07:05:14 +01:00
2019-07-21 20:02:18 +02:00
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
2019-03-14 07:05:14 +01:00
2019-07-21 20:02:18 +02:00
},
"id": 5 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2019-03-14 07:05:14 +01:00
2019-07-21 20:02:18 +02:00
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"spaceLength": 10 ,
"span": 4 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"2..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "2xx" ,
"refId": "A"
},
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"3..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "3xx" ,
"refId": "B"
},
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"4..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "4xx" ,
"refId": "C"
},
{
"expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"5..\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "5xx" ,
"refId": "D"
}
] ,
"thresholds": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Kube API Request Rate" ,
"tooltip": {
"shared": false ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
]
},
"yaxes": [
{
"format": "ops" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "ops" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
}
]
2019-02-18 21:05:27 +01:00
},
2019-07-21 20:02:18 +02:00
{
"aliasColors": {
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
},
"id": 6 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
] ,
"spaceLength": 10 ,
"span": 8 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "histogram_quantile(0.99, sum(rate(rest_client_request_latency_seconds_bucket{job=\"kube-scheduler\", instance=~\"$instance\", verb=\"POST\"}[5m])) by (verb, url, le))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{verb}} {{url}}" ,
"refId": "A"
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Post Request Latency 99th Quantile" ,
"tooltip": {
"shared": false ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
2019-02-18 21:05:27 +01:00
2019-07-21 20:02:18 +02:00
]
},
"yaxes": [
{
"format": "s" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "s" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 7 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": "true" ,
"avg": false ,
"current": "true" ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": "true" ,
"show": "true" ,
2018-01-28 07:26:41 +01:00
"total": false ,
2019-07-21 20:02:18 +02:00
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-03-14 07:05:14 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "histogram_quantile(0.99, sum(rate(rest_client_request_latency_seconds_bucket{job=\"kube-scheduler\", instance=~\"$instance\", verb=\"GET\"}[5m])) by (verb, url, le))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{verb}} {{url}}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Get Request Latency 99th Quantile" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "s" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 8 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
"avg": false ,
"current": false ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "process_resident_memory_bytes{job=\"kube-scheduler\", instance=~\"$instance\"}" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Memory" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-07-21 20:02:18 +02:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-07-21 20:02:18 +02:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-07-21 20:02:18 +02:00
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
"avg": false ,
"current": false ,
2018-01-28 07:26:41 +01:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "rate(process_cpu_seconds_total{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "CPU usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-07-21 20:02:18 +02:00
},
2019-04-28 07:41:13 +02:00
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
},
2019-07-21 20:02:18 +02:00
"id": 10 ,
2019-04-28 07:41:13 +02:00
"legend": {
2019-07-21 20:02:18 +02:00
"alignAsTable": false ,
"avg": false ,
"current": false ,
2019-04-28 07:41:13 +02:00
"max": false ,
"min": false ,
2019-07-21 20:02:18 +02:00
"rightSide": false ,
2019-04-28 07:41:13 +02:00
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
2019-07-21 20:02:18 +02:00
"span": 4 ,
2019-04-28 07:41:13 +02:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "go_goroutines{job=\"kube-scheduler\",instance=~\"$instance\"}" ,
2019-04-28 07:41:13 +02:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-07-21 20:02:18 +02:00
"legendFormat": "{{instance}}" ,
2019-04-28 07:41:13 +02:00
"refId": "A"
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-07-21 20:02:18 +02:00
"title": "Goroutines" ,
2019-04-28 07:41:13 +02:00
"tooltip": {
"shared": false ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2019-04-28 07:41:13 +02:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
2019-07-21 20:02:18 +02:00
"min": null ,
2019-04-28 07:41:13 +02:00
"show": true
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
{
2019-02-18 21:05:27 +01:00
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
2018-01-28 07:26:41 +01:00
"hide": 0 ,
2019-02-18 21:05:27 +01:00
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": true ,
2019-07-21 20:02:18 +02:00
"label": null ,
2018-01-28 07:26:41 +01:00
"multi": false ,
2019-07-21 20:02:18 +02:00
"name": "instance" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2019-07-21 20:02:18 +02:00
"query": "label_values(process_cpu_seconds_total{job=\"kube-scheduler\"}, instance)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
2019-07-21 20:02:18 +02:00
"title": "Kubernetes / Scheduler" ,
"uid": "2e6b6a3b4bddf1427b3a55aa1311c656" ,
2019-02-18 21:05:27 +01:00
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
statefulset.json : |-
2018-01-28 07:26:41 +01:00
{
"__inputs": [
2019-02-18 21:05:27 +01:00
] ,
"__requires": [
2018-01-28 07:26:41 +01:00
] ,
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
"editable": false ,
2019-02-18 21:05:27 +01:00
"gnetId": null ,
"graphTooltip": 0 ,
2018-01-28 07:26:41 +01:00
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"id": null ,
"links": [
] ,
"refresh": "" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 2 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "cores" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(container_cpu_usage_seconds_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"$statefulset.*\"}[3m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "CPU" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 3 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "GB" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
2019-02-18 21:05:27 +01:00
"prefixFontSize": "50%" ,
2018-01-28 07:26:41 +01:00
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(container_memory_usage_bytes{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"$statefulset.*\"}) / 1024^3" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Memory" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"format": "none" ,
2018-01-28 07:26:41 +01:00
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
2019-02-18 21:05:27 +01:00
"thresholdMarkers": true
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 4 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "Bps" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-07-21 20:02:18 +02:00
"expr": "sum(rate(container_network_transmit_bytes_total{job=\"kubernetes-cadvisor\", cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"$statefulset.*\"}[3m])) + sum(rate(container_network_receive_bytes_total{cluster=\"$cluster\", namespace=\"$namespace\",pod=~\"$statefulset.*\"}[3m]))" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Network" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"height": "100px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
2019-02-18 21:05:27 +01:00
"thresholdMarkers": true
},
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 5 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_replicas{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Desired Replicas" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
2019-02-18 21:05:27 +01:00
},
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 6 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_current{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
"title": "Replicas of current version" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 7 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_status_observed_generation{job=\"kube-state-metrics\", cluster=\"$cluster\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Observed Generation" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 8 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_metadata_generation{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Metadata Generation" ,
2019-03-01 08:22:07 +01:00
"tooltip": {
"shared": false
},
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_replicas{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "replicas specified" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-03-14 07:05:14 +01:00
"expr": "max(kube_statefulset_status_replicas{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "replicas created" ,
"refId": "B"
},
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_ready{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "ready" ,
"refId": "C"
},
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_current{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "replicas of current version" ,
"refId": "D"
},
{
2019-03-14 07:05:14 +01:00
"expr": "min(kube_statefulset_status_replicas_updated{job=\"kube-state-metrics\", statefulset=\"$statefulset\", cluster=\"$cluster\", namespace=\"$namespace\"}) without (instance, pod)" ,
2019-02-18 21:05:27 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "updated" ,
"refId": "E"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "Replicas" ,
"tooltip": {
2019-03-01 08:22:07 +01:00
"shared": false ,
2018-01-28 07:26:41 +01:00
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
{
2019-02-18 21:05:27 +01:00
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
2019-03-14 07:05:14 +01:00
},
"datasource": "$datasource" ,
"hide": 2 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation, cluster)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
2019-02-18 21:05:27 +01:00
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation{job=\"kube-state-metrics\"}, namespace)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"tagValuesQuery": "" ,
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
2019-02-18 21:05:27 +01:00
"label": "Name" ,
2018-01-28 07:26:41 +01:00
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "statefulset" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation{job=\"kube-state-metrics\", namespace=\"$namespace\"}, statefulset)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
"tagsQuery": "" ,
2018-01-28 07:26:41 +01:00
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / StatefulSets" ,
"uid": "a31c1f46e6f727cb37c0d731a7245005" ,
"version": 0
2018-01-28 07:26:41 +01:00
}