Class NoopTraceScope

java.lang.Object
datadog.trace.context.NoopTraceScope
All Implemented Interfaces:
TraceScope, Closeable, AutoCloseable

public class NoopTraceScope extends Object implements TraceScope
  • Field Details

  • Method Details

    • close

      public void close()
      Description copied from interface: TraceScope
      Close the activated context and allow any underlying spans to finish.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface TraceScope