Class ObservedReactorPropagation

java.lang.Object
io.micronaut.micrometer.observation.utils.ObservedReactorPropagation

public final class ObservedReactorPropagation extends Object
Utils class to get the Observation from the Reactor context.
  • Method Details

    • currentObservation

      public static io.micrometer.observation.Observation currentObservation(reactor.util.context.ContextView contextView)
      Find the Observation from the reactive context.
      Parameters:
      contextView - The reactor's context view
      Returns:
      The found observation.