Skip to content

Commit

Permalink
Fix link to Charge Level dashboard (#3263)
Browse files Browse the repository at this point in the history
* Fix link to Charge Level dashboard (DrM: not sure, whether that makes it through)

I noticed this link that should probably go to the charge level dashboard.

Also, semi-related, is there a reason all the uid's are random numbers? These are the uid's that appear in the URL of the dasboard. I changed them on my instance to more readable uid's, is this something that would be approved if I changed all the uid's of the dashboards, and fix all the links? The only breaking change I can foresee is bookmarked dashboards become invalid.

* Change wording from "median" to "average" since the mean is calculated

Median is a different calculation than average/mean. I don't think Grafana even supports calculating the median.

---------

Co-authored-by: DrMichael <[email protected]>
  • Loading branch information
2 people authored and JakobLichterfeld committed Feb 9, 2024
1 parent 1ae91e1 commit decf2a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions grafana/dashboards/drive-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
],
"timeFrom": null,
"timeShift": null,
"title": "Median distance of a drive",
"title": "Average distance of a drive",
"type": "stat"
},
{
Expand Down Expand Up @@ -603,7 +603,7 @@
],
"timeFrom": null,
"timeShift": null,
"title": "Median distance driven per day",
"title": "Average distance driven per day",
"type": "stat"
},
{
Expand Down Expand Up @@ -696,7 +696,7 @@
],
"timeFrom": null,
"timeShift": null,
"title": "Median kWh used per day",
"title": "Average kWh used per day",
"type": "stat"
},
{
Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@
"links": [
{
"targetBlank": true,
"title": "Drive details",
"url": "/d/zm7wN6Zgz/drive-details"
"title": "Charge Level",
"url": "/d/WopVO_mgz"
}
],
"options": {
Expand Down

0 comments on commit decf2a5

Please sign in to comment.