Can be used to get the active span, or to set the active span for a scoped unit of work. See
25 | * the grpc-java OpenTracing docs for use cases and
26 | * examples.
27 | */
28 | public class OpenTracingContextKey {
29 |
30 | public static final String KEY_NAME = "io.opentracing.active-span";
31 | public static final String KEY_CONTEXT_NAME = "io.opentracing.active-span-context";
32 | private static final Context.Key key = Context.key(KEY_NAME);
33 | private static final Context.Key