[jira] [Created] (IGNITE-11912) [IEP-35] Research possibility to optimize MetricRegistry

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11912) [IEP-35] Research possibility to optimize MetricRegistry

Anton Vinogradov (Jira)
Nikolay Izhikov created IGNITE-11912:
----------------------------------------

             Summary: [IEP-35] Research possibility to optimize MetricRegistry
                 Key: IGNITE-11912
                 URL: https://issues.apache.org/jira/browse/IGNITE-11912
             Project: Ignite
          Issue Type: Improvement
            Reporter: Nikolay Izhikov
            Assignee: Nikolay Izhikov


We should research and benchmark different data structure for a MetricRegistry implementation.

A basic assumption of `MetricRegistry` usage:

1. Collection of metrics almost constant during Ignite lifetime. It will be changed on cache creation(destroy) and other not frequent operations.

2. Collection of metrics will be read very frequently(each several seconds or frequently) by configured metric exporters.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)