Class TracingUtils

java.lang.Object
io.smallrye.reactive.messaging.tracing.TracingUtils

public class TracingUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> org.eclipse.microprofile.reactive.messaging.Message<?>
    traceIncoming(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> msg, T trace)
     
    static <T> org.eclipse.microprofile.reactive.messaging.Message<?>
    traceIncoming(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> msg, T trace, boolean makeCurrent)
     
    static <T> void
    traceOutgoing(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> message, T trace)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • traceOutgoing

      public static <T> void traceOutgoing(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> message, T trace)
    • traceIncoming

      public static <T> org.eclipse.microprofile.reactive.messaging.Message<?> traceIncoming(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> msg, T trace)
    • traceIncoming

      public static <T> org.eclipse.microprofile.reactive.messaging.Message<?> traceIncoming(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> msg, T trace, boolean makeCurrent)