You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2019/09/19 13:25:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-12044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933374#comment-16933374 ] 

Amelchev Nikita commented on IGNITE-12044:
------------------------------------------

[~NIzhikov], LGTM

> [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
>            Assignee: Nikolay Izhikov
>            Priority: Major
>              Labels: IEP-35
>             Fix For: 2.8
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> {{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
(v8.3.4#803005)