Class TracingUtils
- java.lang.Object
-
- io.smallrye.reactive.messaging.tracing.TracingUtils
-
public class TracingUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods 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> voidtraceOutgoing(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<T,Void> instrumenter, org.eclipse.microprofile.reactive.messaging.Message<?> message, T trace)
-
-
-
Method Detail
-
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)
-
-