public interface Histogram
Histogram metric = Metrics.histogram("my-metric");
timer.update(3);
| Modifier and Type | Method and Description |
|---|---|
void |
update(long value)
Records a new value
|
Copyright © 2019 Atlassian. All rights reserved.