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
FieldsModifier and TypeFieldDescriptionstatic final DefaultMessageReceiverObservationConventionA shared singleton instance forDefaultMessageReceiverObservationConvention.Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.common.KeyValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.support.management.observation.MessageReceiverObservationConvention
getContextualName, getName, supportsContextMethods 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:
 getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<MessageReceiverContext>
 
 -