Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.6.0, 7.0.0, 7.1.0, 7.2.0, 7.2.1, 7.2.4, 7.2.2, 7.2.3, 7.2.5, 7.6.2, 7.6.1
-
Untriaged
-
0
-
No
Description
The kv_ep_mem_low_wat_percent_ratio and kv_ep_mem_high_wat_percent_ratio values exposed to Prometheus are converted to percentages incorrectly.
The values are generally supposed to be 0.75 and 0.85, but due to incorrect division by 100 end up being 0.0075 and 0.0085 respectively.
Note the values exposed to cbstats are correct. Since none of our Prometheus dashboards use the kv_ep_mem_high_wat_percent_ratio metrics (instead we use kv_ep_mem_low which is in bytes), we never noticed this issue.
This has been addressed by MB-61457.
Attachments
Issue Links
- relates to
-
MB-61457 New data service settings in bucket REST API
- Resolved