public interface Metrics
Modifier and Type | Method and Description |
---|---|
Counters |
counters()
Counters count occurrences of an event.
|
Gauges |
gauges()
Gauges are arbitrary, persistent values.
|
Sets |
sets()
Sets report the number of unique elements that are received in a flush period.
|
Timers |
timers()
Timers measure the amount of time an action took to complete, in milliseconds.
|
Counters counters()
Timers timers()
Gauges gauges()
Sets sets()