Justin Edelson created SLING-7028:
-------------------------------------
Summary: 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
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)