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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextualName(OkHttpContext context) io.micrometer.common.KeyValuesgetLowCardinalityKeyValues(OkHttpContext context) getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValuesMethods inherited from interface io.micrometer.core.instrument.binder.okhttp3.OkHttpObservationConvention
supportsContext
-
Constructor Details
-
DefaultOkHttpObservationConvention
-
-
Method Details
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<OkHttpContext>
-
getName
- Specified by:
getNamein interfaceio.micrometer.observation.ObservationConvention<OkHttpContext>
-
getContextualName
- Specified by:
getContextualNamein interfaceio.micrometer.observation.ObservationConvention<OkHttpContext>
-