Andrey Gura created IGNITE-12029:
------------------------------------
Summary: [IEP-35] HistogramMetric should privde bounds' values to metrics exporter
Key: IGNITE-12029
URL:
https://issues.apache.org/jira/browse/IGNITE-12029 Project: Ignite
Issue Type: Bug
Environment: {{HistogramMetric}} returns values as long array where each element represents value for some bucket (bounded interval). At present there is no way for getting label for bucket (bound value) in order to allow distinguish values on user side (in some metrics backend). Should be added method which returns bounds values.
Example:
We have {{HistogramMetric}} with the following buckets set {10, 50, 100}. It should be transformed to three metric value:
* {{metricName.10 = <value>}}
* {{metricName.50 = <value>}}
* {{metricName.100 = <value>}}
Reporter: Andrey Gura
Fix For: 2.8
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)