2018-01-28 07:26:41 +01:00
apiVersion : v1
kind : ConfigMap
metadata :
name : grafana-dashboards
namespace : monitoring
data :
2019-02-18 21:05:27 +01:00
etcd.json : |-
2018-01-28 07:26:41 +01:00
{
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"description": "etcd sample Grafana dashboard with Prometheus" ,
"editable": true ,
"gnetId": null ,
2018-01-28 07:26:41 +01:00
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"id": 6 ,
"links": [
] ,
"refresh": false ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"editable": true ,
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"editable": true ,
"error": false ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"id": 28 ,
"interval": null ,
"isNew": true ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"span": 3 ,
2018-01-28 07:26:41 +01:00
"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
},
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(etcd_server_has_leader{job=\"$cluster\"})" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"metric": "etcd_server_has_leader" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 20
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
"title": "Up" ,
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "200%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "avg"
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"datasource": "$datasource" ,
"editable": true ,
"error": false ,
"fill": 0 ,
"id": 23 ,
"isNew": true ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": false ,
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": 2 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"span": 5 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(grpc_server_started_total{job=\"$cluster\",grpc_type=\"unary\"}[5m]))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "RPC Rate" ,
"metric": "grpc_server_started_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 2
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(grpc_server_handled_total{job=\"$cluster\",grpc_type=\"unary\",grpc_code!=\"OK\"}[5m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "RPC Failed Rate" ,
"metric": "grpc_server_handled_total" ,
"refId": "B" ,
"step": 2
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "RPC Rate" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "ops" ,
"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
"format": "short" ,
"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": {
},
"bars": false ,
"datasource": "$datasource" ,
"editable": true ,
"error": false ,
"fill": 0 ,
"id": 41 ,
"isNew": true ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
"span": 4 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(grpc_server_started_total{job=\"$cluster\",grpc_service=\"etcdserverpb.Watch\",grpc_type=\"bidi_stream\"}) - sum(grpc_server_handled_total{job=\"$cluster\",grpc_service=\"etcdserverpb.Watch\",grpc_type=\"bidi_stream\"})" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Watch Streams" ,
"metric": "grpc_server_handled_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 4
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(grpc_server_started_total{job=\"$cluster\",grpc_service=\"etcdserverpb.Lease\",grpc_type=\"bidi_stream\"}) - sum(grpc_server_handled_total{job=\"$cluster\",grpc_service=\"etcdserverpb.Lease\",grpc_type=\"bidi_stream\"})" ,
"intervalFactor": 2 ,
"legendFormat": "Lease Streams" ,
"metric": "grpc_server_handled_total" ,
"refId": "B" ,
"step": 4
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "Active Streams" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": "" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"showTitle": false ,
"title": "Row"
},
{
"collapse": false ,
"editable": true ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"datasource": "$datasource" ,
"decimals": null ,
"editable": true ,
"error": false ,
"fill": 0 ,
"grid": {
},
"id": 1 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"span": 4 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "etcd_debugging_mvcc_db_total_size_in_bytes{job=\"$cluster\"}" ,
"hide": false ,
"interval": "" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} DB Size" ,
"metric": "" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 4
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "DB Size" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
},
{
"aliasColors": {
},
"bars": false ,
"datasource": "$datasource" ,
"editable": true ,
"error": false ,
"fill": 0 ,
"grid": {
},
"id": 3 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 1 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"span": 4 ,
"stack": false ,
"steppedLine": true ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "histogram_quantile(0.99, sum(rate(etcd_disk_wal_fsync_duration_seconds_bucket{job=\"$cluster\"}[5m])) by (instance, le))" ,
"hide": false ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} WAL fsync" ,
"metric": "etcd_disk_wal_fsync_duration_seconds_bucket" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 4
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "histogram_quantile(0.99, sum(rate(etcd_disk_backend_commit_duration_seconds_bucket{job=\"$cluster\"}[5m])) by (instance, le))" ,
"intervalFactor": 2 ,
"legendFormat": "{{instance}} DB fsync" ,
"metric": "etcd_disk_backend_commit_duration_seconds_bucket" ,
"refId": "B" ,
"step": 4
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Sync Duration" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "s" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"datasource": "$datasource" ,
"editable": true ,
"error": false ,
"fill": 0 ,
"id": 29 ,
"isNew": true ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": false ,
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": 2 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"span": 4 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "process_resident_memory_bytes{job=\"$cluster\"}" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} Resident Memory" ,
"metric": "process_resident_memory_bytes" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 4
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory" ,
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"title": "New row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"editable": true ,
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"editable": true ,
2018-01-28 07:26:41 +01:00
"error": false ,
2019-02-18 21:05:27 +01:00
"fill": 5 ,
"id": 22 ,
2018-01-28 07:26:41 +01:00
"isNew": true ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": false ,
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 2 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"span": 3 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "rate(etcd_network_client_grpc_received_bytes_total{job=\"$cluster\"}[5m])" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} Client Traffic In" ,
"metric": "etcd_network_client_grpc_received_bytes_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 4
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Client Traffic In" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
2019-02-18 21:05:27 +01:00
"msResolution": false ,
2018-01-28 07:26:41 +01:00
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 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
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"editable": true ,
2018-01-28 07:26:41 +01:00
"error": false ,
2019-02-18 21:05:27 +01:00
"fill": 5 ,
"id": 21 ,
"isNew": true ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"span": 3 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "rate(etcd_network_client_grpc_sent_bytes_total{job=\"$cluster\"}[5m])" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} Client Traffic Out" ,
"metric": "etcd_network_client_grpc_sent_bytes_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
"step": 4
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Client Traffic Out" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
},
{
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
"datasource": "$datasource" ,
"editable": true ,
2018-01-28 07:26:41 +01:00
"error": false ,
"fill": 0 ,
2019-02-18 21:05:27 +01:00
"id": 20 ,
"isNew": true ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"span": 3 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(etcd_network_peer_received_bytes_total{job=\"$cluster\"}[5m])) by (instance)" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} Peer Traffic In" ,
"metric": "etcd_network_peer_received_bytes_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
"step": 4
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Peer Traffic In" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
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
"bars": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"decimals": null ,
2019-02-18 21:05:27 +01:00
"editable": true ,
2018-01-28 07:26:41 +01:00
"error": false ,
"fill": 0 ,
2019-02-18 21:05:27 +01:00
"grid": {
},
"id": 16 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"span": 3 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(etcd_network_peer_sent_bytes_total{job=\"$cluster\"}[5m])) by (instance)" ,
2018-01-28 07:26:41 +01:00
"hide": false ,
"interval": "" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} Peer Traffic Out" ,
"metric": "etcd_network_peer_sent_bytes_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
"step": 4
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Peer Traffic Out" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "cumulative"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"logBase": 1 ,
"max": null ,
"min": null ,
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
}
] ,
"title": "New row"
},
{
"collapse": false ,
"editable": true ,
"height": "250px" ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"editable": true ,
2018-01-28 07:26:41 +01:00
"error": false ,
"fill": 0 ,
2019-02-18 21:05:27 +01:00
"id": 40 ,
"isNew": true ,
"legend": {
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "connected" ,
"percentage": false ,
2019-02-18 21:05:27 +01:00
"pointradius": 5 ,
2018-01-28 07:26:41 +01:00
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
2019-02-18 21:05:27 +01:00
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(etcd_server_proposals_failed_total{job=\"$cluster\"}[5m]))" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Proposal Failure Rate" ,
"metric": "etcd_server_proposals_failed_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 2
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "sum(etcd_server_proposals_pending{job=\"$cluster\"})" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Proposal Pending Total" ,
"metric": "etcd_server_proposals_pending" ,
2018-01-28 07:26:41 +01:00
"refId": "B" ,
2019-02-18 21:05:27 +01:00
"step": 2
},
{
"expr": "sum(rate(etcd_server_proposals_committed_total{job=\"$cluster\"}[5m]))" ,
"intervalFactor": 2 ,
"legendFormat": "Proposal Commit Rate" ,
"metric": "etcd_server_proposals_committed_total" ,
"refId": "C" ,
"step": 2
},
{
"expr": "sum(rate(etcd_server_proposals_applied_total{job=\"$cluster\"}[5m]))" ,
"intervalFactor": 2 ,
"legendFormat": "Proposal Apply Rate" ,
"refId": "D" ,
"step": 2
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Raft Proposals" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": "" ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": 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 ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"decimals": 0 ,
"editable": true ,
2018-01-28 07:26:41 +01:00
"error": false ,
"fill": 0 ,
2019-02-18 21:05:27 +01:00
"id": 19 ,
"isNew": true ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-02-18 21:05:27 +01:00
"alignAsTable": false ,
2018-01-28 07:26:41 +01:00
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"rightSide": false ,
2018-01-28 07:26:41 +01:00
"show": false ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 2 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "connected" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "changes(etcd_server_leader_changes_seen_total{job=\"$cluster\"}[1d])" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{instance}} Total Leader Elections Per Day" ,
"metric": "etcd_server_leader_changes_seen_total" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 2
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Total Leader Elections Per Day" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"msResolution": false ,
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"title": "New row"
}
] ,
"schemaVersion": 13 ,
"sharedCrosshair": false ,
"style": "dark" ,
"tags": [
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "cluster" ,
"multi": false ,
"name": "cluster" ,
"options": [
] ,
"query": "label_values(etcd_server_has_leader, job)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-15m" ,
"to": "now"
},
"timepicker": {
"now": true ,
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "browser" ,
"title": "etcd" ,
"version": 215
}
k8s-cluster-rsrc-use.json : |-
{
"annotations": {
"list": [
]
},
"editable": true ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [
] ,
"refresh": "10s" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 1 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": true ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:cluster_cpu_utilisation:ratio" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "CPU Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": true ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_cpu_saturation_load1: / scalar(sum(min(kube_pod_info) by (node)))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "CPU Saturation (Load1)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
2019-02-18 21:05:27 +01:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:cluster_memory_utilisation:ratio" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Memory Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_memory_swap_io_bytes:sum_rate" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Memory Saturation (Swap I/O)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "Bps" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
2019-02-18 21:05:27 +01:00
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-02-18 21:05:27 +01:00
"showTitle": true ,
"title": "Memory" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 5 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_disk_utilisation:avg_irate / scalar(:kube_pod_info_node_count:)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Disk IO Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 6 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2019-02-18 21:05:27 +01:00
"show": true ,
2018-01-28 07:26:41 +01:00
"total": false ,
"values": false
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_disk_saturation:avg_irate / scalar(:kube_pod_info_node_count:)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
2018-01-28 07:26:41 +01:00
"timeFrom": null ,
"timeShift": null ,
2019-02-18 21:05:27 +01:00
"title": "Disk IO Saturation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
2018-01-28 07:26:41 +01:00
"label": null ,
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2019-02-18 21:05:27 +01:00
"showTitle": true ,
"title": "Disk" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 7 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_net_utilisation:sum_irate" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Net Utilisation (Transmitted)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
2018-01-28 07:26:41 +01:00
"min": 0 ,
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 8 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
2019-02-18 21:05:27 +01:00
"stack": true ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_net_saturation:sum_irate" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Net Saturation (Dropped)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Network" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"fill": 10 ,
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": true ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(max(node_filesystem_size_bytes{fstype=~\"ext[234]|btrfs|xfs|zfs\"} - node_filesystem_avail_bytes{fstype=~\"ext[234]|btrfs|xfs|zfs\"}) by (device,pod,namespace)) by (pod,namespace)\n/ scalar(sum(max(node_filesystem_size_bytes{fstype=~\"ext[234]|btrfs|xfs|zfs\"}) by (device,pod,namespace)))\n* on (namespace, pod) group_left (node) node_namespace_pod:kube_pod_info:\n" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{node}}" ,
"legendLink": "/d/4ac4f123aae0ff6dbaf4f4f66120033b/k8s-node-rsrc-use" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Capacity" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 1 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Storage" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / USE Method / Cluster" ,
"uid": "a6e7d1362e1ddbb79db21d5bb40d7137" ,
"version": 0
}
k8s-node-rsrc-use.json : |-
{
"annotations": {
"list": [
]
},
"editable": true ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [
] ,
"refresh": "10s" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 1 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_cpu_utilisation:avg1m{node=\"$node\"}" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "Utilisation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 2 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_cpu_saturation_load1:{node=\"$node\"}" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Saturation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Saturation (Load1)" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_memory_utilisation:{node=\"$node\"}" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Memory" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_memory_swap_io_bytes:sum_rate{node=\"$node\"}" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Swap IO" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Saturation (Swap I/O)" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Memory" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
2019-02-18 21:05:27 +01:00
"dashLength": 10 ,
2018-01-28 07:26:41 +01:00
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 5 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 6 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_disk_utilisation:avg_irate{node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Utilisation" ,
"legendLink": null ,
2018-01-28 07:26:41 +01:00
"step": 10
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk IO Utilisation" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 6 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_disk_saturation:avg_irate{node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Saturation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk IO Saturation" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Disk" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 7 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_net_utilisation:sum_irate{node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Utilisation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Net Utilisation (Transmitted)" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 8 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_net_saturation:sum_irate{node=\"$node\"}" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "Saturation" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "Net Saturation (Dropped)" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "Bps" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Net" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 9 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_filesystem_usage:\n* on (namespace, pod) group_left (node) node_namespace_pod:kube_pod_info:{node=\"$node\"}\n" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{device}}" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Utilisation" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "percentunit" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Disk" ,
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "node" ,
"multi": false ,
"name": "node" ,
"options": [
] ,
"query": "label_values(kube_node_info, node)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / USE Method / Node" ,
"uid": "4ac4f123aae0ff6dbaf4f4f66120033b" ,
"version": 0
}
k8s-resources-cluster.json : |-
{
"annotations": {
"list": [
]
},
"editable": true ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"links": [
] ,
"refresh": "10s" ,
"rows": [
{
"collapse": false ,
"height": "100px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"format": "percentunit" ,
"id": 1 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 2 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "1 - avg(rate(node_cpu_seconds_total{mode=\"idle\"}[1m]))" ,
"format": "time_series" ,
"instant": true ,
"intervalFactor": 2 ,
"refId": "A"
}
] ,
"thresholds": "70,80" ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Utilisation" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "singlestat" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"format": "percentunit" ,
"id": 2 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 2 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(kube_pod_container_resource_requests_cpu_cores) / sum(node:node_num_cpu:sum)" ,
"format": "time_series" ,
"instant": true ,
"intervalFactor": 2 ,
"refId": "A"
}
] ,
"thresholds": "70,80" ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Requests Commitment" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "singlestat" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"format": "percentunit" ,
"id": 3 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 2 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(kube_pod_container_resource_limits_cpu_cores) / sum(node:node_num_cpu:sum)" ,
"format": "time_series" ,
"instant": true ,
"intervalFactor": 2 ,
"refId": "A"
}
] ,
"thresholds": "70,80" ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Limits Commitment" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "singlestat" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"format": "percentunit" ,
"id": 4 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 2 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "1 - sum(:node_memory_MemFreeCachedBuffers_bytes:sum) / sum(:node_memory_MemTotal_bytes:sum)" ,
"format": "time_series" ,
"instant": true ,
"intervalFactor": 2 ,
"refId": "A"
}
] ,
"thresholds": "70,80" ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Utilisation" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "singlestat" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"format": "percentunit" ,
"id": 5 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 2 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(kube_pod_container_resource_requests_memory_bytes) / sum(:node_memory_MemTotal_bytes:sum)" ,
"format": "time_series" ,
"instant": true ,
"intervalFactor": 2 ,
"refId": "A"
}
] ,
"thresholds": "70,80" ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Requests Commitment" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "singlestat" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
},
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"format": "percentunit" ,
"id": 6 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 2 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(kube_pod_container_resource_limits_memory_bytes) / sum(:node_memory_MemTotal_bytes:sum)" ,
"format": "time_series" ,
"instant": true ,
"intervalFactor": 2 ,
"refId": "A"
}
] ,
"thresholds": "70,80" ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Limits Commitment" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "singlestat" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Headlines" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 10 ,
"id": 7 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 0 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": true ,
"steppedLine": false ,
"targets": [
{
"expr": "sum(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate) by (namespace)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{namespace}}" ,
"legendLink": null ,
"step": 10
}
] ,
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Usage" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
}
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 8 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"styles": [
{
"alias": "Time" ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"pattern": "Time" ,
"type": "hidden"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Usage" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #A" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Requests" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #B" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Requests %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #C" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
{
"alias": "CPU Limits" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #D" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
{
"alias": "CPU Limits %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #E" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
{
"alias": "Namespace" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": true ,
"linkTooltip": "Drill down" ,
"linkUrl": "/d/85a562078cdf77779eaa1add43ccec1e/k8s-resources-namespace?var-datasource=$datasource&var-namespace=$__cell" ,
"pattern": "namespace" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
{
"alias": "" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"pattern": "/.*/" ,
"thresholds": [
] ,
"type": "string" ,
"unit": "short"
2018-01-28 07:26:41 +01:00
}
] ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate) by (namespace)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 10
},
{
"expr": "sum(kube_pod_container_resource_requests_cpu_cores) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10
},
{
"expr": "sum(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate) by (namespace) / sum(kube_pod_container_resource_requests_cpu_cores) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "C" ,
"step": 10
},
{
"expr": "sum(kube_pod_container_resource_limits_cpu_cores) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "D" ,
"step": 10
},
{
"expr": "sum(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate) by (namespace) / sum(kube_pod_container_resource_limits_cpu_cores) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "E" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Quota" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"transform": "table" ,
"type": "table" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU Quota" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 10 ,
"id": 9 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 0 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": true ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(container_memory_rss{container_name!=\"\"}) by (namespace)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{namespace}}" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Usage (w/o cache)" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-23 21:49:09 +01:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Memory" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 10 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"styles": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Time" ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"pattern": "Time" ,
"type": "hidden"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Usage" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #A" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Requests" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #B" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Requests %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #C" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Limits" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #D" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Limits %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #E" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "Namespace" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": true ,
"linkTooltip": "Drill down" ,
"linkUrl": "/d/85a562078cdf77779eaa1add43ccec1e/k8s-resources-namespace?var-datasource=$datasource&var-namespace=$__cell" ,
"pattern": "namespace" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"pattern": "/.*/" ,
"thresholds": [
] ,
"type": "string" ,
"unit": "short"
2018-01-28 07:26:41 +01:00
}
] ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(container_memory_rss{container_name!=\"\"}) by (namespace)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_requests_memory_bytes) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "sum(container_memory_rss{container_name!=\"\"}) by (namespace) / sum(kube_pod_container_resource_requests_memory_bytes) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "C" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_limits_memory_bytes) by (namespace)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "D" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(container_memory_rss{container_name!=\"\"}) by (namespace) / sum(kube_pod_container_resource_limits_memory_bytes) by (namespace)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
2019-02-18 21:05:27 +01:00
"refId": "E" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Requests by Namespace" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"transform": "table" ,
"type": "table" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Memory Requests" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
2019-02-18 21:05:27 +01:00
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
}
]
2018-01-28 07:26:41 +01:00
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / Compute Resources / Cluster" ,
"uid": "efa86fd1d0c121a26444b636a3f509a8" ,
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
k8s-resources-namespace.json : |-
2018-01-28 07:26:41 +01:00
{
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"editable": true ,
"gnetId": null ,
2018-01-28 07:26:41 +01:00
"graphTooltip": 0 ,
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
"refresh": "10s" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 10 ,
"id": 1 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 0 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": true ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\"}) by (pod_name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{pod_name}}" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Usage" ,
"tooltip": {
"shared": true ,
"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": [
]
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": true ,
2019-02-18 21:05:27 +01:00
"title": "CPU Usage" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 2 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"styles": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Time" ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"pattern": "Time" ,
"type": "hidden"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Usage" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #A" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Requests" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #B" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Requests %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #C" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Limits" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #D" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Limits %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #E" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "Pod" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": true ,
"linkTooltip": "Drill down" ,
"linkUrl": "/d/6581e46e4e5c7ba40a07646395ef7b23/k8s-resources-pod?var-datasource=$datasource&var-namespace=$namespace&var-pod=$__cell" ,
"pattern": "pod" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"pattern": "/.*/" ,
"thresholds": [
] ,
"type": "string" ,
"unit": "short"
2018-01-28 07:26:41 +01:00
}
] ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 10
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "C" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "D" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "E" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Quota" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"transform": "table" ,
"type": "table" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU Quota" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 10 ,
"id": 3 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 0 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": true ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(container_memory_usage_bytes{namespace=\"$namespace\", container_name!=\"\"}) by (pod_name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{pod_name}}" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2019-02-23 21:49:09 +01:00
"title": "Memory Usage (w/o cache)" ,
2019-02-18 21:05:27 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-23 21:49:09 +01:00
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": true ,
2019-02-18 21:05:27 +01:00
"title": "Memory Usage" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"height": "250px" ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"id": 4 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"styles": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Time" ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"pattern": "Time" ,
"type": "hidden"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Usage" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #A" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Requests" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #B" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Requests %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #C" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Limits" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #D" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Memory Limits %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #E" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
2018-01-28 07:26:41 +01:00
},
2019-02-23 21:49:09 +01:00
{
"alias": "Memory Usage (RSS)" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #F" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "bytes"
},
{
"alias": "Memory Usage (Cache)" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #G" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "bytes"
},
{
"alias": "Memory Usage (Swap" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #H" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "bytes"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Pod" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": true ,
"linkTooltip": "Drill down" ,
"linkUrl": "/d/6581e46e4e5c7ba40a07646395ef7b23/k8s-resources-pod?var-datasource=$datasource&var-namespace=$namespace&var-pod=$__cell" ,
"pattern": "pod" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"pattern": "/.*/" ,
"thresholds": [
] ,
"type": "string" ,
"unit": "short"
2018-01-28 07:26:41 +01:00
}
] ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(container_memory_usage_bytes{namespace=\"$namespace\",container_name!=\"\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(container_memory_usage_bytes{namespace=\"$namespace\",container_name!=\"\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "C" ,
"step": 10
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "D" ,
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(container_memory_usage_bytes{namespace=\"$namespace\",container_name!=\"\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=\"$namespace\"}) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "E" ,
"step": 10
2019-02-23 21:49:09 +01:00
},
{
"expr": "sum(label_replace(container_memory_rss{namespace=\"$namespace\",container_name!=\"\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "F" ,
"step": 10
},
{
"expr": "sum(label_replace(container_memory_cache{namespace=\"$namespace\",container_name!=\"\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "G" ,
"step": 10
},
{
"expr": "sum(label_replace(container_memory_swap{namespace=\"$namespace\",container_name!=\"\"}, \"pod\", \"$1\", \"pod_name\", \"(.*)\")) by (pod)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "H" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Quota" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"transform": "table" ,
"type": "table" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": true ,
2019-02-18 21:05:27 +01:00
"title": "Memory Quota" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
2019-02-18 21:05:27 +01:00
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "namespace" ,
"multi": false ,
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kube_pod_info, namespace)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
2018-01-28 07:26:41 +01:00
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / Compute Resources / Namespace" ,
"uid": "85a562078cdf77779eaa1add43ccec1e" ,
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
k8s-resources-pod.json : |-
2018-01-28 07:26:41 +01:00
{
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"editable": true ,
"gnetId": null ,
2018-01-28 07:26:41 +01:00
"graphTooltip": 0 ,
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
"refresh": "10s" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
"height": "250px" ,
"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": 10 ,
2018-01-28 07:26:41 +01:00
"id": 1 ,
2019-02-18 21:05:27 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 0 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": true ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\"}) by (container_name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{container_name}}" ,
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Usage" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
},
{
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU Usage" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
2018-01-28 07:26:41 +01:00
"id": 2 ,
2019-02-18 21:05:27 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
"styles": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "Time" ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"pattern": "Time" ,
"type": "hidden"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Usage" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #A" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Requests" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #B" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Requests %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #C" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Limits" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #D" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "CPU Limits %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #E" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"alias": "Container" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "container" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"alias": "" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"pattern": "/.*/" ,
"thresholds": [
] ,
"type": "string" ,
"unit": "short"
2018-01-28 07:26:41 +01:00
}
] ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
2018-01-28 07:26:41 +01:00
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 10
},
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10
},
{
"expr": "sum(label_replace(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\", pod_name=\"$pod\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "C" ,
"step": 10
},
{
"expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "D" ,
"step": 10
},
{
"expr": "sum(label_replace(namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate{namespace=\"$namespace\", pod_name=\"$pod\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "E" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Quota" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"transform": "table" ,
"type": "table" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"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
},
2019-02-18 21:05:27 +01:00
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": 0 ,
"show": true
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "CPU Quota" ,
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
"aliasColors": {
},
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 10 ,
"id": 3 ,
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
"total": false ,
"values": false
},
"lines": true ,
"linewidth": 0 ,
"links": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"nullPointMode": "null as zero" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"seriesOverrides": [
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": true ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-23 21:49:09 +01:00
"expr": "sum(container_memory_rss{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\", container_name!=\"\"}) by (container_name)" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-23 21:49:09 +01:00
"legendFormat": "{{container_name}} (RSS)" ,
"legendLink": null ,
"step": 10
},
{
"expr": "sum(container_memory_cache{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\", container_name!=\"\"}) by (container_name)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{container_name}} (Cache)" ,
"legendLink": null ,
"step": 10
},
{
"expr": "sum(container_memory_swap{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\", container_name!=\"\"}) by (container_name)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{container_name}} (Swap)" ,
2019-02-18 21:05:27 +01:00
"legendLink": null ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Usage" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
{
2019-02-23 21:49:09 +01:00
"format": "bytes" ,
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-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Memory Usage" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
},
{
"collapse": false ,
"height": "250px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
"nullPointMode": "null as zero" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 12 ,
"stack": false ,
"steppedLine": false ,
2019-02-18 21:05:27 +01:00
"styles": [
{
"alias": "Time" ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"pattern": "Time" ,
"type": "hidden"
},
{
"alias": "Memory Usage" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #A" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
{
"alias": "Memory Requests" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #B" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
{
"alias": "Memory Requests %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #C" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
{
"alias": "Memory Limits" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #D" ,
"thresholds": [
] ,
"type": "number" ,
2019-02-23 21:49:09 +01:00
"unit": "bytes"
2019-02-18 21:05:27 +01:00
},
{
"alias": "Memory Limits %" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #E" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "percentunit"
},
2019-02-23 21:49:09 +01:00
{
"alias": "Memory Usage (RSS)" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #F" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "bytes"
},
{
"alias": "Memory Usage (Cache)" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #G" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "bytes"
},
{
"alias": "Memory Usage (Swap" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "Value #H" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "bytes"
},
2019-02-18 21:05:27 +01:00
{
"alias": "Container" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"link": false ,
"linkTooltip": "Drill down" ,
"linkUrl": "" ,
"pattern": "container" ,
"thresholds": [
] ,
"type": "number" ,
"unit": "short"
},
{
"alias": "" ,
"colorMode": null ,
"colors": [
] ,
"dateFormat": "YYYY-MM-DD HH:mm:ss" ,
"decimals": 2 ,
"pattern": "/.*/" ,
"thresholds": [
] ,
"type": "string" ,
"unit": "short"
}
] ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(label_replace(container_memory_usage_bytes{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"POD\", container_name!=\"\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container)" ,
"format": "table" ,
"instant": true ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A" ,
2019-02-18 21:05:27 +01:00
"step": 10
},
{
"expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "B" ,
"step": 10
},
{
"expr": "sum(label_replace(container_memory_usage_bytes{namespace=\"$namespace\", pod_name=\"$pod\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "C" ,
"step": 10
},
{
"expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=\"$namespace\", pod=\"$pod\", container!=\"\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "D" ,
"step": 10
},
{
"expr": "sum(label_replace(container_memory_usage_bytes{namespace=\"$namespace\", pod_name=\"$pod\", container_name!=\"\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=\"$namespace\", pod=\"$pod\"}) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "E" ,
"step": 10
2019-02-23 21:49:09 +01:00
},
{
"expr": "sum(label_replace(container_memory_rss{namespace=\"$namespace\", pod_name=\"$pod\", container_name != \"\", container_name != \"POD\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "F" ,
"step": 10
},
{
"expr": "sum(label_replace(container_memory_cache{namespace=\"$namespace\", pod_name=\"$pod\", container_name != \"\", container_name != \"POD\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "G" ,
"step": 10
},
{
"expr": "sum(label_replace(container_memory_swap{namespace=\"$namespace\", pod_name=\"$pod\", container_name != \"\", container_name != \"POD\"}, \"container\", \"$1\", \"container_name\", \"(.*)\")) by (container)" ,
"format": "table" ,
"instant": true ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "H" ,
"step": 10
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Quota" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
2019-02-18 21:05:27 +01:00
"transform": "table" ,
"type": "table" ,
2018-01-28 07:26:41 +01:00
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": false
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": true ,
"title": "Memory Quota" ,
2018-01-28 07:26:41 +01:00
"titleSize": "h6"
2019-02-18 21:05:27 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "namespace" ,
"multi": false ,
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kube_pod_info, namespace)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
"text": "prod" ,
"value": "prod"
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "pod" ,
"multi": false ,
"name": "pod" ,
"options": [
] ,
"query": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)" ,
"refresh": 1 ,
"regex": "" ,
"sort": 2 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / Compute Resources / Pod" ,
"uid": "6581e46e4e5c7ba40a07646395ef7b23" ,
"version": 0
}
nodes.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(node_load1{job=\"node-exporter\", instance=\"$instance\"})" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "load 1m" ,
"refId": "A"
},
{
"expr": "max(node_load5{job=\"node-exporter\", instance=\"$instance\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "load 5m" ,
"refId": "B"
},
{
"expr": "max(node_load15{job=\"node-exporter\", instance=\"$instance\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "load 15m" ,
"refId": "C"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "System load" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum by (cpu) (irate(node_cpu_seconds_total{job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[5m]))" ,
2018-01-28 07:26:41 +01:00
"format": "time_series" ,
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{cpu}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Usage Per Core" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
2019-02-18 21:05:27 +01:00
"alignAsTable": "true" ,
"avg": "true" ,
"current": "true" ,
"max": "false" ,
"min": "false" ,
"rightSide": "true" ,
"show": "true" ,
"total": "false" ,
"values": "true"
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max (sum by (cpu) (irate(node_cpu_seconds_total{job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[2m])) ) * 100\n" ,
"format": "time_series" ,
"intervalFactor": 10 ,
"legendFormat": "{{ cpu }}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "CPU Utilizaion" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 5 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
2019-02-18 21:05:27 +01:00
"show": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "avg(sum by (cpu) (irate(node_cpu_seconds_total{job=\"node-exporter\", mode!=\"idle\", instance=\"$instance\"}[2m]))) * 100\n" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
"thresholds": "80, 90" ,
2019-02-18 21:05:27 +01:00
"title": "CPU Usage" ,
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 6 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
"linewidth": 1 ,
2019-02-18 21:05:27 +01:00
"links": [
] ,
2018-01-28 07:26:41 +01:00
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(\n node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"}\n)\n" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "memory used" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "max(node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"})" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "memory buffers" ,
"refId": "B"
},
{
"expr": "max(node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "memory cached" ,
"refId": "C"
},
{
"expr": "max(node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "memory free" ,
"refId": "D"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Memory Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "percent" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 7 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
"tableColumn": "" ,
"targets": [
{
"expr": "max(\n (\n (\n node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_MemFree_bytes{job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Buffers_bytes{job=\"node-exporter\", instance=\"$instance\"}\n - node_memory_Cached_bytes{job=\"node-exporter\", instance=\"$instance\"}\n )\n / node_memory_MemTotal_bytes{job=\"node-exporter\", instance=\"$instance\"}\n ) * 100)\n" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "" ,
"refId": "A"
}
] ,
"thresholds": "80, 90" ,
"title": "Memory Usage" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 8 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
{
"alias": "read" ,
"yaxis": 1
},
{
"alias": "io time" ,
"yaxis": 2
}
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(rate(node_disk_read_bytes_total{job=\"node-exporter\", instance=\"$instance\"}[2m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "read" ,
"refId": "A"
},
{
"expr": "max(rate(node_disk_written_bytes_total{job=\"node-exporter\", instance=\"$instance\"}[2m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "written" ,
"refId": "B"
},
{
"expr": "max(rate(node_disk_io_time_seconds_total{job=\"node-exporter\", instance=\"$instance\"}[2m]))" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "io time" ,
"refId": "C"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk I/O" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "ms" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 9 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "node:node_filesystem_usage:\n" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "{{device}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Disk Space Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "percentunit" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percentunit" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 10 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 6 ,
"stack": false ,
2018-01-28 07:26:41 +01:00
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(rate(node_network_receive_bytes_total{job=\"node-exporter\", instance=\"$instance\", device!~\"lo\"}[5m]))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{device}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Network Received" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
"datasource": "$datasource" ,
"fill": 1 ,
"gridPos": {
},
"id": 11 ,
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"lines": true ,
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
"repeat": null ,
"seriesOverrides": [
] ,
"spaceLength": 10 ,
"span": 6 ,
"stack": false ,
"steppedLine": false ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(rate(node_network_transmit_bytes_total{job=\"node-exporter\", instance=\"$instance\", device!~\"lo\"}[5m]))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "{{device}}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Network Transmitted" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
"value_type": "individual"
},
"type": "graph" ,
"xaxis": {
"buckets": null ,
"mode": "time" ,
"name": null ,
"show": true ,
"values": [
]
},
"yaxes": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
},
{
"format": "bytes" ,
"label": null ,
"logBase": 1 ,
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
]
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 12 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
"span": 9 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(\n node_filesystem_files{job=\"node-exporter\", instance=\"$instance\"}\n - node_filesystem_files_free{job=\"node-exporter\", instance=\"$instance\"}\n)\n" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "inodes used" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "max(node_filesystem_files_free{job=\"node-exporter\", instance=\"$instance\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "inodes free" ,
"refId": "B"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Inodes Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"format": "percent" ,
2018-01-28 07:26:41 +01:00
"gauge": {
2019-02-18 21:05:27 +01:00
"maxValue": 100 ,
2018-01-28 07:26:41 +01:00
"minValue": 0 ,
"show": true ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 13 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(\n (\n (\n node_filesystem_files{job=\"node-exporter\", instance=\"$instance\"}\n - node_filesystem_files_free{job=\"node-exporter\", instance=\"$instance\"}\n )\n / node_filesystem_files{job=\"node-exporter\", instance=\"$instance\"}\n ) * 100)\n" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "80, 90" ,
"title": "Inodes Usage" ,
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
"text": "N/A" ,
"value": "null"
}
] ,
"valueName": "current"
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
"tags": [
"kubernetes-mixin"
] ,
"templating": {
"list": [
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": null ,
"multi": false ,
"name": "instance" ,
"options": [
] ,
"query": "label_values(node_boot_time_seconds{job=\"node-exporter\"}, instance)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
"from": "now-1h" ,
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
"timezone": "" ,
"title": "Kubernetes / Nodes" ,
"uid": "fa49a4706d07a042595b664c87fb33ea" ,
"version": 0
}
persistentvolumesusage.json : |-
{
"__inputs": [
] ,
"__requires": [
] ,
"annotations": {
"list": [
]
},
"editable": false ,
"gnetId": null ,
"graphTooltip": 0 ,
"hideControls": false ,
"id": null ,
"links": [
] ,
"refresh": "" ,
"rows": [
2018-01-28 07:26:41 +01:00
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
2019-02-18 21:05:27 +01:00
"avg": true ,
"current": true ,
"max": true ,
"min": true ,
2018-01-28 07:26:41 +01:00
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": true
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "(kubelet_volume_stats_capacity_bytes{job=\"kubelet\", persistentvolumeclaim=\"$volume\"} - kubelet_volume_stats_available_bytes{job=\"kubelet\", persistentvolumeclaim=\"$volume\"}) / kubelet_volume_stats_capacity_bytes{job=\"kubelet\", persistentvolumeclaim=\"$volume\"} * 100\n" ,
"format": "time_series" ,
"intervalFactor": 1 ,
"legendFormat": "{{ Usage }}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Volume Space Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"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": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
2019-02-18 21:05:27 +01:00
}
] ,
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
"showTitle": false ,
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
},
{
"collapse": false ,
"collapsed": false ,
"panels": [
2018-01-28 07:26:41 +01:00
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
2019-02-18 21:05:27 +01:00
"avg": true ,
"current": true ,
"max": true ,
"min": true ,
2018-01-28 07:26:41 +01:00
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": true
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
2018-01-28 07:26:41 +01:00
"seriesOverrides": [
2019-02-18 21:05:27 +01:00
2018-01-28 07:26:41 +01:00
] ,
"spaceLength": 10 ,
2019-02-18 21:05:27 +01:00
"span": 12 ,
2018-01-28 07:26:41 +01:00
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "kubelet_volume_stats_inodes_used{job=\"kubelet\", persistentvolumeclaim=\"$volume\"} / kubelet_volume_stats_inodes{job=\"kubelet\", persistentvolumeclaim=\"$volume\"} * 100\n" ,
"format": "time_series" ,
"intervalFactor": 1 ,
"legendFormat": "{{ Usage }}" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
"title": "Volume inodes Usage" ,
2018-01-28 07:26:41 +01:00
"tooltip": {
"shared": true ,
"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": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "percent" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": 100 ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
2019-02-18 21:05:27 +01:00
{
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
2018-01-28 07:26:41 +01:00
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
2019-02-18 21:05:27 +01:00
"label": "Namespace" ,
2018-01-28 07:26:41 +01:00
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kubelet_volume_stats_capacity_bytes{job=\"kubelet\"}, exported_namespace)" ,
"refresh": 2 ,
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
"tags": [
] ,
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
"label": "PersistentVolumeClaim" ,
"multi": false ,
"name": "volume" ,
"options": [
] ,
"query": "label_values(kubelet_volume_stats_capacity_bytes{job=\"kubelet\", exported_namespace=\"$namespace\"}, persistentvolumeclaim)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-7d" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / Persistent Volumes" ,
"uid": "919b92a8e8041bd567af9edab12c840c" ,
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
pods.json : |-
2018-01-28 07:26:41 +01:00
{
"__inputs": [
2019-02-18 21:05:27 +01:00
] ,
"__requires": [
2018-01-28 07:26:41 +01:00
] ,
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
"editable": false ,
2019-02-18 21:05:27 +01:00
"gnetId": null ,
"graphTooltip": 0 ,
2018-01-28 07:26:41 +01:00
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"id": null ,
"links": [
] ,
"refresh": "" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 2 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum by(container_name) (container_memory_usage_bytes{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod_name=\"$pod\", container_name=~\"$container\", container_name!=\"POD\"})" ,
"format": "time_series" ,
"intervalFactor": 2 ,
2018-01-28 07:26:41 +01:00
"legendFormat": "Current: {{ container_name }}" ,
2019-02-18 21:05:27 +01:00
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "sum by(container) (kube_pod_container_resource_requests_memory_bytes{job=\"kube-state-metrics\", namespace=\"$namespace\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "Requested: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "B"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "sum by(container) (kube_pod_container_resource_limits_memory_bytes{job=\"kube-state-metrics\", namespace=\"$namespace\", pod=\"$pod\", container=~\"$container\"})" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "Limit: {{ container }}" ,
2019-02-18 21:05:27 +01:00
"refId": "C"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "Memory Usage" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 3 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum by (container_name) (rate(container_cpu_usage_seconds_total{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", image!=\"\",container_name!=\"POD\",pod_name=\"$pod\"}[1m]))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "{{ container_name }}" ,
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 ,
2018-01-28 07:26:41 +01:00
"title": "CPU Usage" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 4 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": true ,
"avg": true ,
"current": true ,
"max": false ,
"min": false ,
"rightSide": true ,
"show": true ,
"total": false ,
2019-02-18 21:05:27 +01:00
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sort_desc(sum by (pod_name) (rate(container_network_receive_bytes_total{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod_name=\"$pod\"}[1m])))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
"legendFormat": "{{ pod_name }}" ,
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 ,
2018-01-28 07:26:41 +01:00
"title": "Network I/O" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
"format": "bytes" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
2019-02-18 21:05:27 +01:00
"format": "bytes" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": 0 ,
2018-01-28 07:26:41 +01:00
"show": true
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
2019-02-18 21:05:27 +01:00
"title": "Dashboard Row" ,
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
{
2019-02-18 21:05:27 +01:00
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
2018-01-28 07:26:41 +01:00
"hide": 0 ,
2019-02-18 21:05:27 +01:00
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
"hide": 0 ,
"includeAll": false ,
2018-01-28 07:26:41 +01:00
"label": "Namespace" ,
"multi": false ,
"name": "namespace" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2018-01-28 07:26:41 +01:00
"query": "label_values(kube_pod_info, namespace)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Pod" ,
"multi": false ,
"name": "pod" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2018-01-28 07:26:41 +01:00
"query": "label_values(kube_pod_info{namespace=~\"$namespace\"}, pod)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
2019-02-18 21:05:27 +01:00
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": true ,
"label": "Container" ,
"multi": false ,
"name": "container" ,
2019-02-18 21:05:27 +01:00
"options": [
] ,
2018-01-28 07:26:41 +01:00
"query": "label_values(kube_pod_container_info{namespace=\"$namespace\", pod=\"$pod\"}, container)" ,
2019-02-18 21:05:27 +01:00
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / Pods" ,
"uid": "ab4f13a9892a76a4d21ce8c2445bf4ea" ,
"version": 0
2018-01-28 07:26:41 +01:00
}
2019-02-18 21:05:27 +01:00
statefulset.json : |-
2018-01-28 07:26:41 +01:00
{
"__inputs": [
2019-02-18 21:05:27 +01:00
] ,
"__requires": [
2018-01-28 07:26:41 +01:00
] ,
"annotations": {
2019-02-18 21:05:27 +01:00
"list": [
]
2018-01-28 07:26:41 +01:00
},
"editable": false ,
2019-02-18 21:05:27 +01:00
"gnetId": null ,
"graphTooltip": 0 ,
2018-01-28 07:26:41 +01:00
"hideControls": false ,
2019-02-18 21:05:27 +01:00
"id": null ,
"links": [
] ,
"refresh": "" ,
2018-01-28 07:26:41 +01:00
"rows": [
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 2 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "cores" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(container_cpu_usage_seconds_total{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod_name=~\"$statefulset.*\"}[3m]))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "CPU" ,
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 3 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
2018-01-28 07:26:41 +01:00
"postfix": "GB" ,
"postfixFontSize": "50%" ,
"prefix": "" ,
2019-02-18 21:05:27 +01:00
"prefixFontSize": "50%" ,
2018-01-28 07:26:41 +01:00
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(container_memory_usage_bytes{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod_name=~\"$statefulset.*\"}) / 1024^3" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Memory" ,
"type": "singlestat" ,
2019-02-18 21:05:27 +01:00
"valueFontSize": "80%" ,
2018-01-28 07:26:41 +01:00
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
"format": "none" ,
2018-01-28 07:26:41 +01:00
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
2019-02-18 21:05:27 +01:00
"thresholdMarkers": true
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 4 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "Bps" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 4 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"lineColor": "rgb(31, 120, 193)" ,
"show": true
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "sum(rate(container_network_transmit_bytes_total{job=\"kubernetes-cadvisor\", namespace=\"$namespace\", pod_name=~\"$statefulset.*\"}[3m])) + sum(rate(container_network_receive_bytes_total{namespace=\"$namespace\",pod_name=~\"$statefulset.*\"}[3m]))" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Network" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"height": "100px" ,
"panels": [
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
2019-02-18 21:05:27 +01:00
"thresholdMarkers": true
},
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 5 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(kube_statefulset_replicas{job=\"kube-state-metrics\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Desired Replicas" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
2019-02-18 21:05:27 +01:00
},
"gridPos": {
2018-01-28 07:26:41 +01:00
},
"id": 6 ,
2019-02-18 21:05:27 +01:00
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "min(kube_statefulset_status_replicas_current{job=\"kube-state-metrics\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
"title": "Replicas of current version" ,
2018-01-28 07:26:41 +01:00
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 7 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(kube_statefulset_status_observed_generation{job=\"kube-state-metrics\", namespace=\"$namespace\", statefulset=\"$statefulset\"}) without (instance, pod)" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Observed Generation" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"cacheTimeout": null ,
2018-01-28 07:26:41 +01:00
"colorBackground": false ,
"colorValue": false ,
"colors": [
2019-02-18 21:05:27 +01:00
"#299c46" ,
2018-01-28 07:26:41 +01:00
"rgba(237, 129, 40, 0.89)" ,
2019-02-18 21:05:27 +01:00
"#d44a3a"
2018-01-28 07:26:41 +01:00
] ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"format": "none" ,
"gauge": {
"maxValue": 100 ,
"minValue": 0 ,
"show": false ,
"thresholdLabels": false ,
"thresholdMarkers": true
},
2019-02-18 21:05:27 +01:00
"gridPos": {
},
"id": 8 ,
"interval": null ,
"links": [
] ,
2018-01-28 07:26:41 +01:00
"mappingType": 1 ,
"mappingTypes": [
{
"name": "value to text" ,
"value": 1
},
{
"name": "range to text" ,
"value": 2
}
] ,
"maxDataPoints": 100 ,
"nullPointMode": "connected" ,
2019-02-18 21:05:27 +01:00
"nullText": null ,
"postfix": "" ,
2018-01-28 07:26:41 +01:00
"postfixFontSize": "50%" ,
"prefix": "" ,
"prefixFontSize": "50%" ,
"rangeMaps": [
{
"from": "null" ,
"text": "N/A" ,
"to": "null"
}
] ,
"span": 3 ,
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)" ,
"full": false ,
"lineColor": "rgb(31, 120, 193)" ,
"show": false
},
2019-02-18 21:05:27 +01:00
"tableColumn": "" ,
2018-01-28 07:26:41 +01:00
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(kube_statefulset_metadata_generation{job=\"kube-state-metrics\", statefulset=\"$statefulset\", namespace=\"$namespace\"}) without (instance, pod)" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": "" ,
2018-01-28 07:26:41 +01:00
"title": "Metadata Generation" ,
"type": "singlestat" ,
"valueFontSize": "80%" ,
"valueMaps": [
{
"op": "=" ,
2019-02-18 21:05:27 +01:00
"text": "0" ,
2018-01-28 07:26:41 +01:00
"value": "null"
}
] ,
2019-02-18 21:05:27 +01:00
"valueName": "current"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
},
{
"collapse": false ,
2019-02-18 21:05:27 +01:00
"collapsed": false ,
2018-01-28 07:26:41 +01:00
"panels": [
{
2019-02-18 21:05:27 +01:00
"aliasColors": {
},
2018-01-28 07:26:41 +01:00
"bars": false ,
"dashLength": 10 ,
"dashes": false ,
2019-02-18 21:05:27 +01:00
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"fill": 1 ,
2019-02-18 21:05:27 +01:00
"gridPos": {
2018-01-28 07:26:41 +01:00
},
2019-02-18 21:05:27 +01:00
"id": 9 ,
2018-01-28 07:26:41 +01:00
"legend": {
"alignAsTable": false ,
"avg": false ,
"current": false ,
"max": false ,
"min": false ,
"rightSide": false ,
"show": true ,
2019-02-18 21:05:27 +01:00
"total": false ,
"values": false
2018-01-28 07:26:41 +01:00
},
"lines": true ,
2019-02-18 21:05:27 +01:00
"linewidth": 1 ,
"links": [
] ,
"nullPointMode": "null" ,
2018-01-28 07:26:41 +01:00
"percentage": false ,
"pointradius": 5 ,
"points": false ,
"renderer": "flot" ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"seriesOverrides": [
] ,
2018-01-28 07:26:41 +01:00
"spaceLength": 10 ,
"stack": false ,
"steppedLine": false ,
"targets": [
{
2019-02-18 21:05:27 +01:00
"expr": "max(kube_statefulset_replicas{job=\"kube-state-metrics\", statefulset=\"$statefulset\",namespace=\"$namespace\"}) without (instance, pod)" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "replicas specified" ,
"refId": "A"
2018-01-28 07:26:41 +01:00
},
{
2019-02-18 21:05:27 +01:00
"expr": "max(kube_statefulset_status_replicas{job=\"kube-state-metrics\", statefulset=\"$statefulset\",namespace=\"$namespace\"}) without (instance, pod)" ,
"format": "time_series" ,
2018-01-28 07:26:41 +01:00
"intervalFactor": 2 ,
2019-02-18 21:05:27 +01:00
"legendFormat": "replicas created" ,
"refId": "B"
},
{
"expr": "min(kube_statefulset_status_replicas_ready{job=\"kube-state-metrics\", statefulset=\"$statefulset\",namespace=\"$namespace\"}) without (instance, pod)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "ready" ,
"refId": "C"
},
{
"expr": "min(kube_statefulset_status_replicas_current{job=\"kube-state-metrics\", statefulset=\"$statefulset\",namespace=\"$namespace\"}) without (instance, pod)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "replicas of current version" ,
"refId": "D"
},
{
"expr": "min(kube_statefulset_status_replicas_updated{job=\"kube-state-metrics\", statefulset=\"$statefulset\",namespace=\"$namespace\"}) without (instance, pod)" ,
"format": "time_series" ,
"intervalFactor": 2 ,
"legendFormat": "updated" ,
"refId": "E"
2018-01-28 07:26:41 +01:00
}
] ,
2019-02-18 21:05:27 +01:00
"thresholds": [
] ,
"timeFrom": null ,
"timeShift": null ,
2018-01-28 07:26:41 +01:00
"title": "Replicas" ,
"tooltip": {
"shared": true ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"value_type": "individual"
2018-01-28 07:26:41 +01:00
},
"type": "graph" ,
"xaxis": {
2019-02-18 21:05:27 +01:00
"buckets": null ,
2018-01-28 07:26:41 +01:00
"mode": "time" ,
2019-02-18 21:05:27 +01:00
"name": null ,
2018-01-28 07:26:41 +01:00
"show": true ,
2019-02-18 21:05:27 +01:00
"values": [
]
2018-01-28 07:26:41 +01:00
},
"yaxes": [
{
2019-02-18 21:05:27 +01:00
"format": "short" ,
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
2018-01-28 07:26:41 +01:00
"show": true
},
{
"format": "short" ,
2019-02-18 21:05:27 +01:00
"label": null ,
2018-01-28 07:26:41 +01:00
"logBase": 1 ,
2019-02-18 21:05:27 +01:00
"max": null ,
"min": null ,
"show": true
2018-01-28 07:26:41 +01:00
}
]
}
] ,
2019-02-18 21:05:27 +01:00
"repeat": null ,
"repeatIteration": null ,
"repeatRowId": null ,
2018-01-28 07:26:41 +01:00
"showTitle": false ,
"title": "Dashboard Row" ,
2019-02-18 21:05:27 +01:00
"titleSize": "h6" ,
"type": "row"
2018-01-28 07:26:41 +01:00
}
] ,
"schemaVersion": 14 ,
"style": "dark" ,
2019-02-18 21:05:27 +01:00
"tags": [
"kubernetes-mixin"
] ,
2018-01-28 07:26:41 +01:00
"templating": {
"list": [
{
2019-02-18 21:05:27 +01:00
"current": {
"text": "Prometheus" ,
"value": "Prometheus"
},
"hide": 0 ,
"label": null ,
"name": "datasource" ,
"options": [
] ,
"query": "prometheus" ,
"refresh": 1 ,
"regex": "" ,
"type": "datasource"
},
{
"allValue": null ,
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
"label": "Namespace" ,
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "namespace" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation{job=\"kube-state-metrics\"}, namespace)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
2019-02-18 21:05:27 +01:00
"tagValuesQuery": "" ,
"tags": [
] ,
2018-01-28 07:26:41 +01:00
"tagsQuery": "" ,
"type": "query" ,
"useTags": false
},
{
"allValue": null ,
2019-02-18 21:05:27 +01:00
"current": {
},
"datasource": "$datasource" ,
2018-01-28 07:26:41 +01:00
"hide": 0 ,
"includeAll": false ,
2019-02-18 21:05:27 +01:00
"label": "Name" ,
2018-01-28 07:26:41 +01:00
"multi": false ,
2019-02-18 21:05:27 +01:00
"name": "statefulset" ,
"options": [
] ,
"query": "label_values(kube_statefulset_metadata_generation{job=\"kube-state-metrics\", namespace=\"$namespace\"}, statefulset)" ,
"refresh": 2 ,
2018-01-28 07:26:41 +01:00
"regex": "" ,
"sort": 0 ,
"tagValuesQuery": "" ,
2019-02-18 21:05:27 +01:00
"tags": [
] ,
"tagsQuery": "" ,
2018-01-28 07:26:41 +01:00
"type": "query" ,
"useTags": false
}
]
},
"time": {
2019-02-18 21:05:27 +01:00
"from": "now-1h" ,
2018-01-28 07:26:41 +01:00
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options": [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
},
2019-02-18 21:05:27 +01:00
"timezone": "" ,
"title": "Kubernetes / StatefulSets" ,
"uid": "a31c1f46e6f727cb37c0d731a7245005" ,
"version": 0
2018-01-28 07:26:41 +01:00
}