You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2019/07/31 15:33:00 UTC

[jira] [Created] (IGNITE-12028) [IEP-35] HitRateMetric should provide rateTimeInterval value to metrics exporter

Andrey Gura created IGNITE-12028:
------------------------------------

             Summary: [IEP-35] HitRateMetric should provide rateTimeInterval value to metrics exporter
                 Key: IGNITE-12028
                 URL: https://issues.apache.org/jira/browse/IGNITE-12028
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Gura
             Fix For: 2.8


{{HitRateMetric}} allows to get only counter value while it would be useful to get also {{rateTimeInterval}} in order to export this value as part of metric name. 

For example look at cache metric {{RebalancingKeysRate}}. Value of this measurement could be exported as smth like this: {{cache.<cacheName>.RebalancingKeysRate.<reteTimeINterval> = <value>}}.

So {{HitRateMetric}} should implement {{ObjectMetric}} interface instead of {{LongMetric}} interface.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)