Skip to content

Commit

Permalink
AWS deploy: add panel with disk throughput in grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh authored and Jose Luis Lucas committed Apr 11, 2019
1 parent 3348034 commit ec66aac
Showing 1 changed file with 96 additions and 2 deletions.
98 changes: 96 additions & 2 deletions deploy/aws/provision/files/grafana/dashboards/Host.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"editable": true,
"gnetId": 179,
"graphTooltip": 2,
"iteration": 1554368693970,
"id": 8,
"iteration": 1554910364728,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -917,6 +918,99 @@
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"fill": 1,
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 21
},
"id": 39,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": true,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(node_disk_written_bytes_total[30s])) by (job,device)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "written-{{job}}@{{device}}",
"refId": "A"
},
{
"expr": "-sum(rate(node_disk_read_bytes_total[30s])) by (job,device)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "read-{{job}}@{{device}}",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Read & Write Throughput",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "Bps",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
}
],
"refresh": "10s",
Expand Down Expand Up @@ -1030,5 +1124,5 @@
"timezone": "browser",
"title": "Hosts Monitoring",
"uid": "64nrElFmk",
"version": 1
"version": 3
}

0 comments on commit ec66aac

Please sign in to comment.