You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2021/09/24 09:10:00 UTC

[jira] [Created] (IGNITE-15590) Add batch cache operations metrics

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)