public final class FeignMetricName extends Object
| Constructor and Description |
|---|
FeignMetricName(Class<?> meteredComponent) |
| Modifier and Type | Method and Description |
|---|---|
io.dropwizard.metrics5.MetricName |
metricName(Class<?> targetType,
Method method,
String url) |
io.dropwizard.metrics5.MetricName |
metricName(MethodMetadata methodMetadata,
Target<?> target) |
io.dropwizard.metrics5.MetricName |
metricName(MethodMetadata methodMetadata,
Target<?> target,
String suffix) |
public FeignMetricName(Class<?> meteredComponent)
public io.dropwizard.metrics5.MetricName metricName(MethodMetadata methodMetadata, Target<?> target, String suffix)
public io.dropwizard.metrics5.MetricName metricName(MethodMetadata methodMetadata, Target<?> target)
Copyright © 2012–2021 OpenFeign. All rights reserved.