public class DefaultFeignObservationConvention extends Object implements FeignObservationConvention
FeignObservationConvention.FeignObservationConvention| Modifier and Type | Field and Description |
|---|---|
static DefaultFeignObservationConvention |
INSTANCE
Singleton instance of this convention.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultFeignObservationConvention() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextualName(FeignContext context) |
io.micrometer.common.KeyValues |
getLowCardinalityKeyValues(FeignContext context) |
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsContextpublic static final DefaultFeignObservationConvention INSTANCE
public String getName()
getName in interface io.micrometer.observation.ObservationConvention<FeignContext>public String getContextualName(FeignContext context)
getContextualName in interface io.micrometer.observation.ObservationConvention<FeignContext>public io.micrometer.common.KeyValues getLowCardinalityKeyValues(FeignContext context)
getLowCardinalityKeyValues in interface io.micrometer.observation.ObservationConvention<FeignContext>Copyright © 2012–2023 OpenFeign. All rights reserved.