See gh-31398
This commit is contained in:
Brian Clozel 2023-10-10 20:42:45 +02:00
parent da24c6b346
commit 8d6b499cf1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;