-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.16.0
-
Component/s: Grafana Dashboards
-
Labels:None
Hello
Since rdsosmetrics_General_numVCPUs returns the RDS instances and the number of vCPUs they have, the following query in System Overview dashboard to show the number of vCPUs doesnt produce the expected results:
count(node_cpu{mode=\"user\", instance=\"$host\"}) or count(rdsosmetrics_General_numVCPUs)
with count() it actually shows how many RDS instances are monitored.
Proposed fix:
count(node_cpu{mode="user", instance="$host"}) or rdsosmetrics_General_numVCPUs{instance="$host"}
Thank you
Janos
- is blocked by
-
PMM-3054 [QA] Number of vCPUs for RDS displayed incorrectly
-
- Done
-