See: Description
| Class | Description |
|---|---|
| InMemoryAggregateCounterRepository |
In-memory aggregate counter with minute resolution.
|
| InMemoryCounterRepository |
Memory backed implementation of Counter repository that uses a ConcurrentMap.
|
| InMemoryFieldValueCounterRepository |
Memory backed implementation of FieldValueCounterRepository that uses a ConcurrentMap
|
| InMemoryGaugeRepository |
Memory backed Gauge repository that uses a ConcurrentMap
|
| InMemoryMetricRepository<M extends Metric> |
Memory backed implementation of MetricRepository that uses a ConcurrentMap
|
| InMemoryRichGaugeRepository |
Memory backed implementation of GaugeRepository that uses a ConcurrentMap
|