You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Nikolay Izhikov (JIRA)" <ji...@apache.org> on 2019/06/13 09:05:00 UTC

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

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)