Class DefaultProcessObservationConvention
java.lang.Object
com.rabbitmq.client.observation.micrometer.DefaultProcessObservationConvention
- All Implemented Interfaces:
DeliverObservationConvention
,io.micrometer.observation.KeyValuesConvention
,io.micrometer.observation.ObservationConvention<DeliverContext>
-
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.observation.micrometer.DeliverObservationConvention
supportsContext
-
Constructor Details
-
DefaultProcessObservationConvention
-
-
Method Details
-
getName
-
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>
-