Class ContextPropagationDebug
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.internal.ContextPropagationDebug
-
public final class ContextPropagationDebug extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.opentelemetry.context.ContextappendLocations(io.opentelemetry.context.Context context, StackTraceElement[] locations, Object carrier)static voiddebugContextLeakIfEnabled()static booleanisThreadPropagationDebuggerEnabled()static io.opentelemetry.context.Contextunwrap(io.opentelemetry.context.Context context)
-
-
-
Method Detail
-
isThreadPropagationDebuggerEnabled
public static boolean isThreadPropagationDebuggerEnabled()
-
appendLocations
public static io.opentelemetry.context.Context appendLocations(io.opentelemetry.context.Context context, StackTraceElement[] locations, Object carrier)
-
debugContextLeakIfEnabled
public static void debugContextLeakIfEnabled()
-
unwrap
public static io.opentelemetry.context.Context unwrap(io.opentelemetry.context.Context context)
-
-