Aleksey Plekhanov created IGNITE-28625:
------------------------------------------
Summary: Fix hit rate metrics or metrics documentation
Key: IGNITE-28625
URL: https://issues.apache.org/jira/browse/IGNITE-28625
Project: Ignite
Issue Type: Bug
Reporter: Aleksey Plekhanov
Hit rate metrics like {{io.dataregion.default.AllocationRate}} now have "...
per second" in their description. It was true for deprecated
{{DataRegionMetrics}} JMX bean, since it was calculated as:
{{((float)allocRate.value() * 1000) / rateTimeInterval}}. But for "new metrics
framework" they return raw accumulated value per interval (not per second). We
should fix these metrics or metrics description and documentation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)