Package io.quarkus.jaeger.runtime
Class MDCScope
- java.lang.Object
-
- io.quarkus.jaeger.runtime.MDCScope
-
- All Implemented Interfaces:
io.opentracing.Scope,Closeable,AutoCloseable
public class MDCScope extends Object implements io.opentracing.Scope
Scope that sets span context into MDC.
-
-
Constructor Summary
Constructors Constructor Description MDCScope(io.opentracing.Scope scope, io.opentracing.Span span)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected voidputContext(io.jaegertracing.internal.JaegerSpanContext spanContext)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceio.opentracing.Scope
-
putContext
protected void putContext(io.jaegertracing.internal.JaegerSpanContext spanContext)
-
-