Skip to content

Commit

Permalink
Remove value mappings from GPU Power Total gauge
Browse files Browse the repository at this point in the history
Someone probably forgot to remove these after experimenting; these mapped a power level of _1_ to `"value to text"`, and a half-configured range (no _from_ or _to_ set) that mapped power levels of _2_ to `"range to text"`.

I'd be very surprised if these ever actually would show up, I don't expect a real-world GPU to ever report using exactly 1 or 2 watts.
  • Loading branch information
mjpieters committed Sep 4, 2020
1 parent 664f165 commit 0494408
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions grafana/dcgm-exporter-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,24 +320,7 @@
"color": {
"mode": "thresholds"
},
"mappings": [
{
"id": 0,
"op": "=",
"text": "value to text",
"type": 1,
"value": "1"
},
{
"from": "",
"id": 1,
"operator": "",
"text": "range to text",
"to": "",
"type": 1,
"value": "2"
}
],
"mappings": [],
"max": 2400,
"min": 0,
"nullValueMode": "connected",
Expand Down

0 comments on commit 0494408

Please sign in to comment.