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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Andrey Gura created IGNITE-12044:
------------------------------------

             Summary: [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
             Fix For: 2.8


JmxExporterSpi exposes histogram values incorrectly. It looks like:

{noformat}
durationHistogram                long[5]
{noformat}

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

{noformat}
durationHistogram.10                  0
durationHistogram.50                  0
durationHistogram.100                0
durationHistogram.250                0
durationHistogram.500                0
{noformat}





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