| Interface | Description |
|---|---|
| MetricCollector |
Defines a common API for all
MetricCollectors. |
| Class | Description |
|---|---|
| AbstractMetricCollector |
This abstract class implements methods needed by all
MetricCollectors. |
| DefaultMetricCollector |
A
MetricCollector that uses the Codahale Metrics library. |
| NoopMetricCollector |
A
MetricCollector that does nothing. |
| Enum | Description |
|---|---|
| MetricType |
Defines the type of metric collection to use.
|
Copyright © 2019. All rights reserved.