[
https://issues.apache.org/jira/browse/IGNITE-12029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16897283#comment-16897283
]
Amelchev Nikita commented on IGNITE-12029:
------------------------------------------
I'll add the {{public long[] bounds()}} method in the IGNITE-11944.
> [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
> Reporter: Andrey Gura
> Priority: Major
> Labels: IEP-35
> Fix For: 2.8
>
>
> {{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>}}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)