parent
da24c6b346
commit
8d6b499cf1
|
@ -199,7 +199,7 @@ public abstract class AbstractJmsListenerContainerFactory<C extends AbstractMess
|
|||
|
||||
/**
|
||||
* Set the {@link ObservationRegistry} to be used for recording
|
||||
* {@linkplain io.micrometer.core.instrument.binder.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
|
||||
* {@linkplain io.micrometer.jakarta9.instrument.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
|
||||
* JMS message processing observations}.
|
||||
* <p>Defaults to no-op observations if the registry is not set.
|
||||
* @since 6.1
|
||||
|
|
|
@ -474,7 +474,7 @@ public class JmsTemplate extends JmsDestinationAccessor implements JmsOperations
|
|||
* Configure the {@link ObservationRegistry} to use for recording JMS observations.
|
||||
* @param observationRegistry the observation registry to use.
|
||||
* @since 6.1
|
||||
* @see io.micrometer.jakarta10.instrument.jms.JmsInstrumentation
|
||||
* @see io.micrometer.jakarta9.instrument.jms.JmsInstrumentation
|
||||
*/
|
||||
public void setObservationRegistry(ObservationRegistry observationRegistry) {
|
||||
this.observationRegistry = observationRegistry;
|
||||
|
|
Loading…
Reference in New Issue