[jira] [Updated] (IGNITE-12044) [IEP-35] JmxExporterSpi displays histogram values incorrectly

2019-08-05 Thread Andrey Gura (JIRA)


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

Andrey Gura updated IGNITE-12044:
-
Description: 
{{JmxExporterSpi}} exposes histogram values incorrectly. It looks like:

{noformat}
durationHistogramlong[5]
{noformat}

I think exporter should register attribute for each histogram bucket. Something 
like this:

{noformat}
durationHistogram.10 0
durationHistogram.50 0
durationHistogram.1000
durationHistogram.2500
durationHistogram.5000
{noformat}



  was:
JmxExporterSpi exposes histogram values incorrectly. It looks like:

{noformat}
durationHistogramlong[5]
{noformat}

I think exporter should register attribute for each histogram bucket. Something 
like this:

{noformat}
durationHistogram.10 0
durationHistogram.50 0
durationHistogram.1000
durationHistogram.2500
durationHistogram.5000
{noformat}




> [IEP-35] JmxExporterSpi displays histogram values incorrectly
> -
>
> Key: IGNITE-12044
> URL: https://issues.apache.org/jira/browse/IGNITE-12044
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Gura
>Priority: Major
>  Labels: IEP-35
> Fix For: 2.8
>
>
> {{JmxExporterSpi}} exposes histogram values incorrectly. It looks like:
> {noformat}
> durationHistogramlong[5]
> {noformat}
> I think exporter should register attribute for each histogram bucket. 
> Something like this:
> {noformat}
> durationHistogram.10 0
> durationHistogram.50 0
> durationHistogram.1000
> durationHistogram.2500
> durationHistogram.5000
> {noformat}



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


[jira] [Updated] (IGNITE-12044) [IEP-35] JmxExporterSpi displays histogram values incorrectly

2019-08-05 Thread Andrey Gura (JIRA)


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

Andrey Gura updated IGNITE-12044:
-
Description: 
JmxExporterSpi exposes histogram values incorrectly. It looks like:

{noformat}
durationHistogramlong[5]
{noformat}

I think exporter should register attribute for each histogram bucket. Something 
like this:

{noformat}
durationHistogram.10 0
durationHistogram.50 0
durationHistogram.1000
durationHistogram.2500
durationHistogram.5000
{noformat}



  was:
JmxExporterSpi exposes histogram values incorrectly. It looks like:

{noformat}
durationHistogramlong[5]
{noformat}

I think exporter should register attribute for each histogram bucket. Something 
like this:

{noformat}
durationHistogram.10  0
durationHistogram.50  0
durationHistogram.1000
durationHistogram.2500
durationHistogram.5000
{noformat}




> [IEP-35] JmxExporterSpi displays histogram values incorrectly
> -
>
> Key: IGNITE-12044
> URL: https://issues.apache.org/jira/browse/IGNITE-12044
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Gura
>Priority: Major
>  Labels: IEP-35
> Fix For: 2.8
>
>
> JmxExporterSpi exposes histogram values incorrectly. It looks like:
> {noformat}
> durationHistogramlong[5]
> {noformat}
> I think exporter should register attribute for each histogram bucket. 
> Something like this:
> {noformat}
> durationHistogram.10 0
> durationHistogram.50 0
> durationHistogram.1000
> durationHistogram.2500
> durationHistogram.5000
> {noformat}



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