Amelchev Nikita created IGNITE-15590:
----------------------------------------
Summary: Add batch cache operations metrics
Key: IGNITE-15590
URL: https://issues.apache.org/jira/browse/IGNITE-15590
Project: Ignite
Issue Type: Bug
Reporter: Amelchev Nikita
Assignee: Amelchev Nikita
For now, we have histogram metrics that updates by the initiator:
{noformat}
PutTime
GetTime
RemoveTime
...
{noformat}
These metrics updates by single and batch operations: put, putAll, ...
This is incorrect and the following metrics should be implemented:
{noformat}
PutAllTime
GetAllTime
RemoveAllTime
...
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)