Class DefaultOkHttpObservationConvention
java.lang.Object
io.micrometer.core.instrument.binder.okhttp3.DefaultOkHttpObservationConvention
- All Implemented Interfaces:
OkHttpObservationConvention
,io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<OkHttpContext>
@NonNullApi
@NonNullFields
public class DefaultOkHttpObservationConvention
extends Object
implements OkHttpObservationConvention
-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetContextualName
(OkHttpContext context) io.micrometer.common.KeyValues
getLowCardinalityKeyValues
(OkHttpContext context) getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValues
Methods inherited from interface io.micrometer.core.instrument.binder.okhttp3.OkHttpObservationConvention
supportsContext
-
Constructor Details
-
DefaultOkHttpObservationConvention
-
-
Method Details
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<OkHttpContext>
-
getName
- Specified by:
getName
in interfaceio.micrometer.observation.ObservationConvention<OkHttpContext>
-
getContextualName
- Specified by:
getContextualName
in interfaceio.micrometer.observation.ObservationConvention<OkHttpContext>
-