Package 

Class DDSpan

  • All Implemented Interfaces:
    com.datadog.trace.api.gateway.IGSpanInfo , com.datadog.trace.api.interceptor.MutableSpan , com.datadog.trace.api.profiling.TransientProfilingContextHolder , com.datadog.trace.bootstrap.instrumentation.api.AgentSpan , com.datadog.trace.bootstrap.instrumentation.api.AttachableWrapper , com.datadog.trace.core.CoreSpan

    
    public class DDSpan
     implements AgentSpan, CoreSpan<DDSpan>, TransientProfilingContextHolder, AttachableWrapper
                        

    Represents a period of time. Associated information is stored in the SpanContext.

    Spans are created by the buildSpan. This implementation adds some features according to the DD agent.