in src/main/java/org/apache/sling/commons/metrics/internal/HistogramImpl.java [33:35]
public void update(long value) { histogram.update(value); }