public interface Meter
Modifier and Type | Interface and Description |
---|---|
static class |
Meter.Type
Custom meters may emit metrics like one of these types without implementing
the corresponding interface.
|
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.
|
java.lang.String getName()
java.lang.Iterable<Tag> getTags()
Meter.Type getType()
java.util.List<Measurement> measure()