Class SemanticAttributes.OpentracingRefTypeValues

java.lang.Object
io.opentelemetry.semconv.trace.attributes.SemanticAttributes.OpentracingRefTypeValues
Enclosing class:
SemanticAttributes

public static final class SemanticAttributes.OpentracingRefTypeValues extends Object
  • Field Details

    • CHILD_OF

      public static final String CHILD_OF
      The parent Span depends on the child Span in some capacity.
      See Also:
    • FOLLOWS_FROM

      public static final String FOLLOWS_FROM
      The parent Span does not depend in any way on the result of the child Span.
      See Also: