You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2017/08/03 15:19:00 UTC

[jira] [Updated] (SLING-7028) Commons Metrics Web Console outputs all Histograms as durations

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

Justin Edelson updated SLING-7028:
----------------------------------
    Attachment: SLING-7028.diff

proposed change

> Commons Metrics Web Console outputs all Histograms as durations
> ---------------------------------------------------------------
>
>                 Key: SLING-7028
>                 URL: https://issues.apache.org/jira/browse/SLING-7028
>             Project: Sling
>          Issue Type: Bug
>          Components: Commons
>    Affects Versions: Commons Metrics 1.2.2
>            Reporter: Justin Edelson
>         Attachments: SLING-7028.diff
>
>
> For the purpose of the Web Console plugin, Histograms from the MetricsRegistry are assumed to be durations and are output as if the values are in milliseconds. This is not a safe assumption and in fact would generally not be the case since durations would be better tracked through the Timer type (which uses a Histogram internally) not by direct use of the Histogram type.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)