Skip to content

Commit

Permalink
Feat: Enable grafana systemd.
Browse files Browse the repository at this point in the history
Refactor: Improve grafana dashboards.
  • Loading branch information
Jose Luis Lucas committed Apr 1, 2019
1 parent 30240fe commit c39064e
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 252 deletions.
13 changes: 6 additions & 7 deletions deploy/aws/provision/files/grafana/dashboards/Host.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"editable": true,
"gnetId": 179,
"graphTooltip": 1,
"id": 2,
"iteration": 1553864453675,
"iteration": 1554108012691,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -940,7 +939,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(node_network_receive_bytes_total) by (job)",
"expr": "sum(rate(node_network_receive_bytes_total[$interval])) by (job)",
"format": "time_series",
"hide": false,
"interval": "2m",
Expand All @@ -949,7 +948,7 @@
"refId": "A"
},
{
"expr": "- sum(node_network_transmit_bytes_total) by (job)",
"expr": "- sum(rate(node_network_transmit_bytes_total[$interval])) by (job)",
"format": "time_series",
"hide": false,
"interval": "2m",
Expand Down Expand Up @@ -1000,7 +999,7 @@
}
}
],
"refresh": "10s",
"refresh": false,
"schemaVersion": 18,
"style": "dark",
"tags": [
Expand Down Expand Up @@ -1080,8 +1079,8 @@
]
},
"time": {
"from": "now-30m",
"to": "now"
"from": "2019-03-29T15:46:32.123Z",
"to": "2019-03-29T21:40:52.763Z"
},
"timepicker": {
"refresh_intervals": [
Expand Down
17 changes: 8 additions & 9 deletions deploy/aws/provision/files/grafana/dashboards/QED.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 2,
"id": 3,
"iteration": 1553863181459,
"iteration": 1554107924022,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -473,7 +472,7 @@
},
"yaxes": [
{
"format": "short",
"format": "ops",
"label": "requests",
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -558,7 +557,7 @@
},
"yaxes": [
{
"format": "short",
"format": "reqps",
"label": "requests",
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -643,7 +642,7 @@
},
"yaxes": [
{
"format": "short",
"format": "reqps",
"label": "requests",
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -1350,7 +1349,7 @@
},
"yaxes": [
{
"format": "short",
"format": "s",
"label": "seconds",
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -1625,7 +1624,7 @@
"valueName": "delta"
}
],
"refresh": "5s",
"refresh": false,
"schemaVersion": 18,
"style": "dark",
"tags": [],
Expand Down Expand Up @@ -1682,8 +1681,8 @@
]
},
"time": {
"from": "now-1h",
"to": "now"
"from": "2019-03-29T15:31:20.122Z",
"to": "2019-03-29T21:45:23.497Z"
},
"timepicker": {
"refresh_intervals": [
Expand Down
Loading

0 comments on commit c39064e

Please sign in to comment.