Class NullTracer
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.empty.NullTracer
-
-
Constructor Summary
Constructors Constructor Description NullTracer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraceContextgetCurrentContext()PropagatorgetPropagator()voidsetOpenTelemetryContext(io.opentelemetry.context.Context context)
-
-
-
Method Detail
-
getCurrentContext
public TraceContext getCurrentContext()
- Specified by:
getCurrentContextin interfaceTracer
-
getPropagator
public Propagator getPropagator()
- Specified by:
getPropagatorin interfaceTracer
-
setOpenTelemetryContext
public void setOpenTelemetryContext(io.opentelemetry.context.Context context)
- Specified by:
setOpenTelemetryContextin interfaceTracer
-
-