Class DefaultMessageSenderObservationConvention
java.lang.Object
org.springframework.integration.support.management.observation.DefaultMessageSenderObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<MessageSenderContext>
,MessageSenderObservationConvention
public class DefaultMessageSenderObservationConvention
extends Object
implements MessageSenderObservationConvention
A default
MessageSenderObservationConvention
implementation.
Provides low cardinalities as a IntegrationObservation.ProducerTags
values.- Since:
- 6.0
- Author:
- Artem Bilan
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultMessageSenderObservationConvention
A shared singleton instance forDefaultMessageSenderObservationConvention
.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.MessageSenderObservationConvention
getContextualName, getName, supportsContext
Methods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValues
-
Field Details
-
INSTANCE
A shared singleton instance forDefaultMessageSenderObservationConvention
.
-
-
Constructor Details
-
DefaultMessageSenderObservationConvention
public DefaultMessageSenderObservationConvention()
-
-
Method Details
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<MessageSenderContext>
-