You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2017/11/08 20:29:00 UTC

[jira] [Created] (IGNITE-6846) Add metrics for entry processor invocations

Valentin Kulichenko created IGNITE-6846:
-------------------------------------------

             Summary: Add metrics for entry processor invocations
                 Key: IGNITE-6846
                 URL: https://issues.apache.org/jira/browse/IGNITE-6846
             Project: Ignite
          Issue Type: Improvement
      Security Level: Public (Viewable by anyone)
          Components: cache
    Affects Versions: 2.3
            Reporter: Valentin Kulichenko


{{CacheMetrics}} object has multiple metrics for various cache operations like {{get}}, {{put}} and {{remove}}, but nothing for {{invoke}}/{{EntryProcessor}}. It makes sense to add such metrics, for example:
* Total number of `invoke` operations executed.
* Number of `invoke` operations that included updates.
* Number of read-only `invoke` operations.
* Min/max/avg execution time.
* ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)