[
https://issues.apache.org/jira/browse/IGNITE-12464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042042#comment-17042042
]
Vladimir Steshin edited comment on IGNITE-12464 at 2/21/20 5:13 PM:
--------------------------------------------------------------------
Major changes:
1) The services are now proxied with
IgniteServiceProcessor#LocalInvocationHandler which measures service methods
duration.
2) Service metrics are created for each interface method on service
deployment, after init(), before execute().
3) Fixed failed tests which used service class directly instead of its
interface.
was (Author: vladsz83):
Major changes:
1) The services are now proxied with
IgniteServiceProcessor#LocalInvocationHandler which measures service methods
duration.
2) Service metrics are created for each interface method on service
deployment, after init(), before execute().
4) Fixed failed tests which used service class directly instead of its
interface.
> Service metrics
> ---------------
>
> Key: IGNITE-12464
> URL: https://issues.apache.org/jira/browse/IGNITE-12464
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.7.6
> Reporter: Nikolay Izhikov
> Assignee: Vladimir Steshin
> Priority: Minor
> Labels: IEP-35
> Time Spent: 1h
> Remaining Estimate: 0h
>
> We should provide the following metrics for each deployed service:
> * -Count of executions- - this number seems useless, because, we can compute
> it just by summing all histograms values.
> * Histogram of executions duration
--
This message was sent by Atlassian Jira
(v8.3.4#803005)