Skip to content

Commit

Permalink
fix: AWS deploy: fix networking panel y-axis range
Browse files Browse the repository at this point in the history
Outbound traffic is shown as negative, so don't force y-axis to start on 0.

Co-authored-by: Jose Luis Lucas <[email protected]>
  • Loading branch information
panchoh and Jose Luis Lucas committed Mar 5, 2019
1 parent 2faad60 commit bd1caee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/aws/provision/files/grafana/dashboards/Host.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"editable": true,
"gnetId": 179,
"graphTooltip": 1,
"id": 2,
"iteration": 1551713243950,
"id": 1,
"iteration": 1551774642303,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -691,7 +691,7 @@
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"min": null,
"show": true
},
{
Expand Down

0 comments on commit bd1caee

Please sign in to comment.