| Class | Description |
|---|---|
| AnnotionMetricsCapability |
A
Capability to enrich Feign with dropwizard annotion-based metrics. |
| FeignMetricsClientDecorator | |
| FeignMetricsInvocationHandlerFactoryDecorator |
A decorator class, which takes all methods given in
InvocationHandlerFactory.create(Target, Map) and initializes a metric for each
annotations of Timed, Metered or ExceptionMetered into the global
MetricRegistry. |
| FeignMetricsRetryerDecorator |
A
Retryer which exposes a metric which shows the number of attempts being made during
invocation on the target. |
| FeignWithMetrics | Deprecated
in favor of Feign's
Capability API use AnnotionMetricsCapability instead. |
| FeignWithMetrics.Builder |
Copyright © 2021. All rights reserved.