Skip to content

Commit

Permalink
Update rancherd-12-monitoring-dashboard.yaml (#639)
Browse files Browse the repository at this point in the history
The titles "Network Receive Bytes" and "Network Transmit Bytes" are a bit misleading as the values are in Bits/s. 
And Storage Write Traffic Bytes" is really in Bytes/s. See expr :" metrics* 8!" The units was already correctly shown in "MB/s".
  • Loading branch information
ulikl authored Feb 9, 2024
1 parent d6947e0 commit df9454c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/templates/rancherd-12-monitoring-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ resources:
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network Receive Bytes",
"title": "Network Receive Bits",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -592,7 +592,7 @@ resources:
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network Transmit Bytes",
"title": "Network Transmit Bits",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down

0 comments on commit df9454c

Please sign in to comment.