Skip to content

Commit

Permalink
Fix incorrect unit in cpu usage dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Cooper Tseng <[email protected]>
(cherry picked from commit 0c43ec2)
  • Loading branch information
brandboat authored and bk201 committed Dec 26, 2024
1 parent dce2892 commit 2ea78d8
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 @@ -124,7 +124,7 @@ resources:
"yaxes": [
{
"$$hashKey": "object:370",
"format": "percentunit",
"format": "percent",
"label": null,
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -875,7 +875,7 @@ resources:
}
]
},
"unit": "percentunit"
"unit": "percent"
},
"overrides": []
},
Expand Down

0 comments on commit 2ea78d8

Please sign in to comment.