Class DefaultMessageReceiverObservationConvention
java.lang.Object
org.springframework.integration.support.management.observation.DefaultMessageReceiverObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<MessageReceiverContext>
,MessageReceiverObservationConvention
public class DefaultMessageReceiverObservationConvention
extends Object
implements MessageReceiverObservationConvention
A default
MessageReceiverObservationConvention
implementation.
Provides low cardinalities as a IntegrationObservation.HandlerTags
values.- Since:
- 6.0
- Author:
- Artem Bilan
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultMessageReceiverObservationConvention
A shared singleton instance forDefaultMessageReceiverObservationConvention
.Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.common.KeyValues
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.integration.support.management.observation.MessageReceiverObservationConvention
getContextualName, getName, supportsContext
Methods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValues
-
Field Details
-
INSTANCE
A shared singleton instance forDefaultMessageReceiverObservationConvention
.
-
-
Constructor Details
-
DefaultMessageReceiverObservationConvention
public DefaultMessageReceiverObservationConvention()
-
-
Method Details
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<MessageReceiverContext>
-