Meter.Type| Constructor and Description |
|---|
FunctionTrackingCounter(MeterId id,
T obj,
java.util.function.ToDoubleFunction<T> f) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Iterable<Tag> |
getTags() |
Meter.Type |
getType() |
java.util.List<Measurement> |
measure()
Get the set of measurements for this meter.
|
public Meter.Type getType()
public java.util.List<Measurement> measure()
Meter