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