Skip to content

Commit

Permalink
Fix: Dashboards wrong time range and refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Luis Lucas committed Apr 1, 2019
1 parent 28916f3 commit cbe4d45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions deploy/aws/provision/files/grafana/dashboards/Host.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"editable": true,
"gnetId": 179,
"graphTooltip": 1,
"iteration": 1554108012691,
"iteration": 1554125286571,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -999,7 +999,7 @@
}
}
],
"refresh": false,
"refresh": "10s",
"schemaVersion": 18,
"style": "dark",
"tags": [
Expand Down Expand Up @@ -1079,8 +1079,8 @@
]
},
"time": {
"from": "2019-03-29T15:46:32.123Z",
"to": "2019-03-29T21:40:52.763Z"
"from": "now-15m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
Expand Down
8 changes: 4 additions & 4 deletions deploy/aws/provision/files/grafana/dashboards/QED.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 2,
"iteration": 1554107924022,
"iteration": 1554125247186,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1624,7 +1624,7 @@
"valueName": "delta"
}
],
"refresh": false,
"refresh": "10s",
"schemaVersion": 18,
"style": "dark",
"tags": [],
Expand Down Expand Up @@ -1681,8 +1681,8 @@
]
},
"time": {
"from": "2019-03-29T15:31:20.122Z",
"to": "2019-03-29T21:45:23.497Z"
"from": "now-15m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
Expand Down
6 changes: 3 additions & 3 deletions deploy/aws/provision/files/grafana/dashboards/Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,16 +202,16 @@
}
}
],
"refresh": false,
"refresh": "10s",
"schemaVersion": 18,
"style": "dark",
"tags": [],
"templating": {
"list": []
},
"time": {
"from": "2019-03-29T15:39:50.327Z",
"to": "2019-03-29T21:41:56.121Z"
"from": "now-15m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
Expand Down

0 comments on commit cbe4d45

Please sign in to comment.