Interface | Description |
---|---|
MetricCollector |
Defines a common API for all
MetricCollector s. |
Class | Description |
---|---|
AbstractMetricCollector |
This abstract class implements methods needed by all
MetricCollector s. |
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 © 2023. All rights reserved.