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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextualName(DeliverContext context) io.micrometer.common.KeyValuesio.micrometer.common.KeyValuesgetLowCardinalityKeyValues(DeliverContext context) getName()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DeliverObservationConvention
supportsContext
-
Constructor Details
-
DefaultProcessObservationConvention
public DefaultProcessObservationConvention()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-
getContextualName
- Specified by:
getContextualNamein interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-
getHighCardinalityKeyValues
- Specified by:
getHighCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<DeliverContext>
-