Interface | Description |
---|---|
CounterService |
A service that can be used to increment, decrement and reset a
Metric . |
GaugeService |
A service that can be used to manage a
Metric as a gauge. |
MetricRepository |
A Repository used to manage
Metric s. |
Class | Description |
---|---|
DefaultCounterService |
Default implementation of
CounterService . |
DefaultGaugeService |
Default implementation of
GaugeService . |
InMemoryMetricRepository |
MetricRepository implementation that stores metric in-memory. |
Measurement |
A
Metric at a given point in time. |
Metric |
Immutable class that can be used to hold any arbitrary system measurement value.
|
Copyright © 2013. All rights reserved.