Skip to content

Commit

Permalink
Reset the Y-axis limits
Browse files Browse the repository at this point in the history
These don't make sense for all but the two utilisation graphs, and end up hiding information.
  • Loading branch information
mjpieters committed Sep 4, 2020
1 parent 8b8ed66 commit 664f165
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions grafana/dcgm-exporter-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"format": "celsius",
"label": null,
"logBase": 1,
"max": "100",
"min": "0",
"max": null,
"min": null,
"show": true
},
{
Expand Down Expand Up @@ -283,7 +283,7 @@
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"min": null,
"show": true
},
{
Expand Down Expand Up @@ -458,8 +458,8 @@
"format": "hertz",
"label": "",
"logBase": 1,
"max": "100",
"min": "0",
"max": null,
"min": null,
"show": true
},
{
Expand Down Expand Up @@ -548,8 +548,8 @@
"format": "hertz",
"label": null,
"logBase": 1,
"max": "100",
"min": "0",
"max": null,
"min": null,
"show": true
},
{
Expand Down Expand Up @@ -817,8 +817,8 @@
"format": "decbytes",
"label": null,
"logBase": 1,
"max": "100",
"min": "0",
"max": null,
"min": null,
"show": true
},
{
Expand Down Expand Up @@ -907,8 +907,8 @@
"format": "decbytes",
"label": null,
"logBase": 1,
"max": "100",
"min": "0",
"max": null,
"min": null,
"show": true
},
{
Expand Down

0 comments on commit 664f165

Please sign in to comment.