You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/03/06 09:30:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387513#comment-16387513 ] 

Alexey Kuznetsov edited comment on IGNITE-6846 at 3/6/18 9:29 AM:
------------------------------------------------------------------

[~vkulichenko] Hi!

I updated PR on 26th of February 2018. There were no conflicts since then.
Are you looking at correct PR ? This is the  [correct link to PR|https://github.com/apache/ignite/pull/3148]
Also links in ticket header were updated more than a week ago.


was (Author: alexey kuznetsov):
[~vkulichenko] Hi!

I updated PR on 26th of February 2018. There were no conflicts since then.
Are you looking at correct PR ? This is the  [correct link to PR|https://github.com/apache/ignite/pull/3148]

> Add metrics for entry processor invocations
> -------------------------------------------
>
>                 Key: IGNITE-6846
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6846
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>    Affects Versions: 2.3
>            Reporter: Valentin Kulichenko
>            Assignee: Alexey Kuznetsov
>            Priority: Critical
>              Labels: iep-6
>             Fix For: 2.5
>
>
> {{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
(v7.6.3#76005)