Package 

Class OtelSpanLink

  • All Implemented Interfaces:
    com.datadog.trace.bootstrap.instrumentation.api.AgentSpanLink

    
    public class OtelSpanLink
    extends SpanLink
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      OtelSpanLink(SpanContext spanContext)
      OtelSpanLink(SpanContext spanContext, Attributes attributes)
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.datadog.trace.bootstrap.instrumentation.api.SpanLink

        attributes, from, spanId, toString, traceFlags, traceId, traceState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OtelSpanLink

        OtelSpanLink(SpanContext spanContext)
      • OtelSpanLink

        OtelSpanLink(SpanContext spanContext, Attributes attributes)