| Interface | Description |
|---|---|
| AggregateCounterRepository |
A repository to interact with Aggregate Counters.
|
| CounterRepository |
Interface for repositories that now how to deal with
Counters. |
| FieldValueCounterRepository |
A repository to save, delete and find FieldValueCounter instances.
|
| GaugeRepository |
A marker interface for Gauge repositories.
|
| Metric |
Super interface for all metrics.
|
| MetricRepository<M extends Metric> |
A repository to save, delete and find Metric instances.
|
| RichGaugeRepository |
A service for managing RichGauge instances.
|
| Class | Description |
|---|---|
| AggregateCount |
Represents the data returned from an aggregate count query.
|
| Counter |
Represents the data stored in a valueer of a single value.
|
| FieldValueCounter |
Represents the data stored in a Counter for multiple field-value pairs.
|
| Gauge |
Represents the data stored in a Gauge which can be set to any integral value.
|
| MetricUtils |
Utility class, primarily to avoid exposing mutable objects beyond the core package.
|
| RichGauge |
A gauge which stores the maximum, minimum and average in addition to the current value.
|
| Enum | Description |
|---|---|
| AggregateCountResolution |
The resolution options available for querying an aggregate counter.
|