Skip to content

Commit d92c7be

Browse files
authored
Fix units in mongodb (#1175)
This panel based on rate of counters not any ratio. So using percentunit produces scale of 0-10000%
1 parent ee0b037 commit d92c7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb-mixin/dashboards/MongoDB_Instance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@
14471447
}
14481448
]
14491449
},
1450-
"unit": "percentunit"
1450+
"unit": "short"
14511451
},
14521452
"overrides": []
14531453
},

0 commit comments

Comments
 (0)