2018-01-28 07:26:41 +01:00
|
|
|
apiVersion: v1
|
|
|
|
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": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01:00
|
|
|
"refresh": "10s",
|
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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(up{job=\"apiserver\", cluster=\"$cluster\"})",
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"2..\", cluster=\"$cluster\"}[5m]))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "2xx",
|
|
|
|
"refId": "A"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"3..\", cluster=\"$cluster\"}[5m]))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "3xx",
|
|
|
|
"refId": "B"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"4..\", cluster=\"$cluster\"}[5m]))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "4xx",
|
|
|
|
"refId": "C"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(apiserver_request_total{job=\"apiserver\", instance=~\"$instance\",code=~\"5..\", cluster=\"$cluster\"}[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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"avg": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"current": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": true,
|
|
|
|
"show": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99, sum(rate(apiserver_request_duration_seconds_bucket{job=\"apiserver\", instance=~\"$instance\", verb!=\"WATCH\", cluster=\"$cluster\"}[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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(workqueue_adds_total{job=\"apiserver\", instance=~\"$instance\", cluster=\"$cluster\"}[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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(workqueue_depth{job=\"apiserver\", instance=~\"$instance\", cluster=\"$cluster\"}[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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"avg": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"current": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": true,
|
|
|
|
"show": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99, sum(rate(workqueue_queue_duration_seconds_bucket{job=\"apiserver\", instance=~\"$instance\", cluster=\"$cluster\"}[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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "etcd_helper_cache_entry_total{job=\"apiserver\", instance=~\"$instance\", cluster=\"$cluster\"}",
|
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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(etcd_helper_cache_hit_total{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}[5m])) by (instance)",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}} hit",
|
|
|
|
"refId": "A"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(etcd_helper_cache_miss_total{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}[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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99,sum(rate(etcd_request_cache_get_duration_seconds_bucket{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}[5m])) by (instance, le))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}} get",
|
|
|
|
"refId": "A"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99,sum(rate(etcd_request_cache_add_duration_seconds_bucket{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}[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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "process_resident_memory_bytes{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}",
|
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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "rate(process_cpu_seconds_total{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}[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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "go_goroutines{job=\"apiserver\",instance=~\"$instance\", cluster=\"$cluster\"}",
|
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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"text": "default",
|
|
|
|
"value": "default"
|
2019-07-21 20:02:18 +02:00
|
|
|
},
|
|
|
|
"hide": 0,
|
|
|
|
"label": null,
|
|
|
|
"name": "datasource",
|
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"query": "prometheus",
|
|
|
|
"refresh": 1,
|
|
|
|
"regex": "",
|
|
|
|
"type": "datasource"
|
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
{
|
|
|
|
"allValue": null,
|
|
|
|
"current": {
|
|
|
|
"text": "prod",
|
|
|
|
"value": "prod"
|
|
|
|
},
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"hide": 2,
|
|
|
|
"includeAll": false,
|
|
|
|
"label": null,
|
|
|
|
"multi": false,
|
|
|
|
"name": "cluster",
|
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"query": "label_values(apiserver_request_total, cluster)",
|
|
|
|
"refresh": 1,
|
|
|
|
"regex": "",
|
|
|
|
"sort": 1,
|
|
|
|
"tagValuesQuery": "",
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"tagsQuery": "",
|
|
|
|
"type": "query",
|
|
|
|
"useTags": false
|
|
|
|
},
|
2019-07-21 20:02:18 +02:00
|
|
|
{
|
|
|
|
"allValue": null,
|
|
|
|
"current": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"hide": 0,
|
|
|
|
"includeAll": true,
|
|
|
|
"label": null,
|
|
|
|
"multi": false,
|
|
|
|
"name": "instance",
|
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01:00
|
|
|
"query": "label_values(apiserver_request_total{job=\"apiserver\", cluster=\"$cluster\"}, instance)",
|
2019-07-21 20:02:18 +02:00
|
|
|
"refresh": 2,
|
|
|
|
"regex": "",
|
2019-10-28 10:22:15 +01:00
|
|
|
"sort": 1,
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01:00
|
|
|
"refresh": "10s",
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"avg": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"current": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": true,
|
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"avg": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"current": true,
|
2018-01-28 07:26:41 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": true,
|
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"avg": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"current": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": true,
|
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"avg": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"current": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": true,
|
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"text": "default",
|
|
|
|
"value": "default"
|
2019-07-21 20:02:18 +02:00
|
|
|
},
|
|
|
|
"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": "",
|
2019-10-28 10:22:15 +01:00
|
|
|
"sort": 1,
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01:00
|
|
|
"refresh": "10s",
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"text": "default",
|
|
|
|
"value": "default"
|
2019-07-21 20:02:18 +02:00
|
|
|
},
|
|
|
|
"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": "",
|
2019-10-28 10:22:15 +01:00
|
|
|
"sort": 1,
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": "",
|
2019-10-28 10:22:15 +01:00
|
|
|
"sort": 1,
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": "",
|
2019-10-28 10:22:15 +01:00
|
|
|
"sort": 1,
|
2019-07-21 20:02:18 +02:00
|
|
|
"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
|
|
|
|
}
|
2020-03-02 08:20:33 +01:00
|
|
|
scheduler.json: |-
|
2019-07-21 20:02:18 +02:00
|
|
|
{
|
|
|
|
"__inputs": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"__requires": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"annotations": {
|
|
|
|
"list": [
|
2020-03-02 08:20:33 +01:00
|
|
|
|
2019-07-21 20:02:18 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"editable": false,
|
|
|
|
"gnetId": null,
|
|
|
|
"graphTooltip": 0,
|
|
|
|
"hideControls": false,
|
|
|
|
"id": null,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01:00
|
|
|
"refresh": "10s",
|
2019-07-21 20:02:18 +02:00
|
|
|
"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": [
|
2020-03-02 08:20:33 +01: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=\"kube-scheduler\"})",
|
|
|
|
"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",
|
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
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"id": 3,
|
2018-01-28 07:26:41 +01:00
|
|
|
"legend": {
|
2019-07-21 20:02:18 +02:00
|
|
|
"alignAsTable": true,
|
2020-03-02 08:20:33 +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,
|
2018-01-28 07:26:41 +01:00
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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": [
|
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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"span": 5,
|
2018-01-28 07:26:41 +01:00
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} e2e",
|
2019-02-18 21:05:27 +01:00
|
|
|
"refId": "A"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(scheduler_binding_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} binding",
|
2019-02-18 21:05:27 +01:00
|
|
|
"refId": "B"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(scheduler_scheduling_algorithm_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} scheduling algorithm",
|
2019-02-18 21:05:27 +01:00
|
|
|
"refId": "C"
|
2018-01-28 07:26:41 +01:00
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(scheduler_volume_scheduling_duration_seconds_count{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])) by (instance)",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} volume",
|
2019-07-21 20:02:18 +02:00
|
|
|
"refId": "D"
|
2018-01-28 07:26:41 +01:00
|
|
|
}
|
|
|
|
],
|
2019-02-18 21:05:27 +01:00
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
2020-03-02 08:20:33 +01: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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
2018-01-28 07:26:41 +01:00
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
2018-01-28 07:26:41 +01:00
|
|
|
"show": true
|
|
|
|
}
|
|
|
|
]
|
2020-03-02 08:20:33 +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-02-18 21:05:27 +01:00
|
|
|
"gridPos": {
|
|
|
|
|
2018-01-28 07:26:41 +01:00
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"id": 4,
|
2018-01-28 07:26:41 +01:00
|
|
|
"legend": {
|
2019-07-21 20:02:18 +02:00
|
|
|
"alignAsTable": true,
|
2020-03-02 08:20:33 +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,
|
2018-01-28 07:26:41 +01:00
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
2020-03-02 08:20:33 +01: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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"span": 5,
|
2019-02-18 21:05:27 +01:00
|
|
|
"stack": false,
|
2018-01-28 07:26:41 +01:00
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99, sum(rate(scheduler_e2e_scheduling_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
2018-01-28 07:26:41 +01:00
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} e2e",
|
2019-02-18 21:05:27 +01:00
|
|
|
"refId": "A"
|
2019-07-21 20:02:18 +02:00
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99, sum(rate(scheduler_binding_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} binding",
|
2019-07-21 20:02:18 +02:00
|
|
|
"refId": "B"
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "histogram_quantile(0.99, sum(rate(scheduler_scheduling_algorithm_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}} scheduling algorithm",
|
2019-07-21 20:02:18 +02:00
|
|
|
"refId": "C"
|
2020-03-02 08:20:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "histogram_quantile(0.99, sum(rate(scheduler_volume_scheduling_duration_seconds_bucket{job=\"kube-scheduler\",instance=~\"$instance\"}[5m])) by (instance, le))",
|
|
|
|
"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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"title": "Scheduling 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,
|
|
|
|
"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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
2018-01-28 07:26:41 +01:00
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
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": {
|
|
|
|
|
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"id": 5,
|
2019-02-18 21:05:27 +01:00
|
|
|
"legend": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": false,
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
2019-02-18 21:05:27 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"rightSide": false,
|
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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"span": 4,
|
2019-02-18 21:05:27 +01:00
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
2018-01-28 07:26:41 +01:00
|
|
|
"targets": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"2..\"}[5m]))",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
2018-01-28 07:26:41 +01:00
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "2xx",
|
2019-02-18 21:05:27 +01:00
|
|
|
"refId": "A"
|
2019-07-21 20:02:18 +02:00
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "sum(rate(rest_client_requests_total{job=\"kube-scheduler\", instance=~\"$instance\",code=~\"3..\"}[5m]))",
|
2019-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "3xx",
|
2019-07-21 20:02:18 +02:00
|
|
|
"refId": "B"
|
2020-03-02 08:20:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2018-01-28 07:26:41 +01:00
|
|
|
}
|
|
|
|
],
|
2019-02-18 21:05:27 +01:00
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
2020-03-02 08:20:33 +01: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
|
|
|
{
|
2020-03-02 08:20:33 +01: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": 0,
|
2019-02-18 21:05:27 +01:00
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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": 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
|
|
|
]
|
2020-03-02 08:20:33 +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-02-18 21:05:27 +01:00
|
|
|
"gridPos": {
|
|
|
|
|
2018-01-28 07:26:41 +01:00
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"id": 6,
|
2018-01-28 07:26:41 +01:00
|
|
|
"legend": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"alignAsTable": false,
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
2018-01-28 07:26:41 +01:00
|
|
|
"max": false,
|
|
|
|
"min": false,
|
2020-03-02 08:20:33 +01: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": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"span": 8,
|
2018-01-28 07:26:41 +01:00
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"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))",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01: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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"title": "Post 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": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
2018-01-28 07:26:41 +01:00
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
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"
|
2020-03-02 08:20:33 +01:00
|
|
|
},
|
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
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"aliasColors": {
|
|
|
|
|
2019-04-28 07:41:13 +02:00
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2019-04-28 07:41:13 +02:00
|
|
|
"gridPos": {
|
|
|
|
|
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"id": 7,
|
|
|
|
"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": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01:00
|
|
|
"nullPointMode": "null",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"repeat": null,
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
2019-07-21 20:02:18 +02:00
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
2020-03-02 08:20:33 +01:00
|
|
|
"span": 12,
|
2019-07-21 20:02:18 +02:00
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
2019-04-28 07:41:13 +02:00
|
|
|
{
|
2020-03-02 08:20:33 +01: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-07-21 20:02:18 +02:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{verb}} {{url}}",
|
2019-07-21 20:02:18 +02:00
|
|
|
"refId": "A"
|
2019-04-28 07:41:13 +02:00
|
|
|
}
|
|
|
|
],
|
2019-07-21 20:02:18 +02:00
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
2020-03-02 08:20:33 +01:00
|
|
|
"title": "Get Request 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
|
2020-03-02 08:20:33 +01:00
|
|
|
},
|
2018-01-28 07:26:41 +01:00
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"format": "s",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
2018-01-28 07:26:41 +01:00
|
|
|
}
|
2020-03-02 08:20:33 +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,
|
|
|
|
"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
|
|
|
},
|
2020-03-02 08:20:33 +01:00
|
|
|
"id": 8,
|
2018-01-28 07:26:41 +01:00
|
|
|
"legend": {
|
|
|
|
"alignAsTable": false,
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"rightSide": false,
|
|
|
|
"show": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"total": false,
|
|
|
|
"values": false
|
2018-01-28 07:26:41 +01:00
|
|
|
},
|
|
|
|
"lines": true,
|
2019-02-18 21:05:27 +01:00
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null",
|
2018-01-28 07:26:41 +01:00
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
2019-02-18 21:05:27 +01:00
|
|
|
"repeat": null,
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
2018-01-28 07:26:41 +01:00
|
|
|
"spaceLength": 10,
|
2020-03-02 08:20:33 +01:00
|
|
|
"span": 4,
|
2018-01-28 07:26:41 +01:00
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2020-03-02 08:20:33 +01: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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}}",
|
2019-02-18 21:05:27 +01:00
|
|
|
"refId": "A"
|
2020-03-02 08:20:33 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"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": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
2018-01-28 07:26:41 +01:00
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": true
|
2019-02-18 21:05:27 +01:00
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"gridPos": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"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": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"repeat": null,
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
2019-02-18 21:05:27 +01:00
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"expr": "rate(process_cpu_seconds_total{job=\"kube-scheduler\", instance=~\"$instance\"}[5m])",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01:00
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"refId": "A"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU usage",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": false,
|
|
|
|
"sort": 0,
|
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
2019-02-18 21:05:27 +01:00
|
|
|
},
|
|
|
|
{
|
2020-03-02 08:20:33 +01:00
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"gridPos": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"id": 10,
|
|
|
|
"legend": {
|
|
|
|
"alignAsTable": false,
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"rightSide": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"repeat": null,
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"expr": "go_goroutines{job=\"kube-scheduler\",instance=~\"$instance\"}",
|
2019-02-18 21:05:27 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"intervalFactor": 2,
|
2020-03-02 08:20:33 +01: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,
|
2020-03-02 08:20:33 +01: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,
|
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": {
|
2020-03-02 08:20:33 +01:00
|
|
|
"text": "default",
|
|
|
|
"value": "default"
|
2019-02-18 21:05:27 +01:00
|
|
|
},
|
|
|
|
"hide": 0,
|
|
|
|
"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,
|
2020-03-02 08:20:33 +01:00
|
|
|
"includeAll": true,
|
|
|
|
"label": null,
|
2018-01-28 07:26:41 +01:00
|
|
|
"multi": false,
|
2020-03-02 08:20:33 +01:00
|
|
|
"name": "instance",
|
2019-02-18 21:05:27 +01:00
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
2020-03-02 08:20:33 +01: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": "",
|
2019-10-28 10:22:15 +01:00
|
|
|
"sort": 1,
|
2018-01-28 07:26:41 +01:00
|
|
|
"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": "",
|
2020-03-02 08:20:33 +01: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-10-20 02:43:47 +02:00
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: grafana-dashboards-k8s
|
|
|
|
namespace: monitoring
|