Class DefaultMessageInObservationConvention
java.lang.Object
org.apache.cxf.tracing.micrometer.DefaultMessageInObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention,io.micrometer.observation.ObservationConvention<MessageInContext>,MessageInObservationConvention
public class DefaultMessageInObservationConvention
extends Object
implements MessageInObservationConvention
-
Field Summary
FieldsFields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextualName(MessageInContext context) io.micrometer.common.KeyValuesgetName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.tracing.micrometer.MessageInObservationConvention
supportsContextMethods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValues
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultMessageInObservationConvention
public DefaultMessageInObservationConvention()
-
-
Method Details
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<MessageInContext>
-
getName
- Specified by:
getNamein interfaceio.micrometer.observation.ObservationConvention<MessageInContext>
-
getContextualName
- Specified by:
getContextualNamein interfaceio.micrometer.observation.ObservationConvention<MessageInContext>
-