[ 
https://issues.apache.org/jira/browse/IGNITE-12029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Gura updated IGNITE-12029:
---------------------------------
    Environment:     (was: {{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>}}
)
    Description: 
{{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>}}


> [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)

Reply via email to