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)