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()
-
-
-
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()
-
-