Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.1, 2.3.7, 3.0.0-alpha-3
-
None
-
Reviewed
Description
Currently age of last ship metric is an instance of an Histogram type. Here
ageOfLastShippedOpHist = rms.getMetricsRegistry().getHistogram(SOURCE_AGE_OF_LAST_SHIPPED_OP);
We can change it to TimeHistogram so that we get the range information also.