Class DefaultProcessObservationConvention
java.lang.Object
com.rabbitmq.client.amqp.observation.micrometer.DefaultProcessObservationConvention
- All Implemented Interfaces:
DeliverObservationConvention
,io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<DeliverContext>
public class DefaultProcessObservationConvention
extends Object
implements DeliverObservationConvention
Default
ObservationConvention
for processing (consuming).-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetContextualName
(DeliverContext context) io.micrometer.common.KeyValues
io.micrometer.common.KeyValues
getLowCardinalityKeyValues
(DeliverContext context) getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.rabbitmq.client.amqp.observation.micrometer.DeliverObservationConvention
supportsContext
-
Constructor Details
-
DefaultProcessObservationConvention
public DefaultProcessObservationConvention()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-
getContextualName
- Specified by:
getContextualName
in interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-
getHighCardinalityKeyValues
- Specified by:
getHighCardinalityKeyValues
in interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-