OpentracingRefTypeValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.OpentracingRefTypeValue
See theOpentracingRefTypeValue companion class

Attributes

Companion
class
Source
SemanticAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object ChildOf extends OpentracingRefTypeValue

The parent Span depends on the child Span in some capacity.

The parent Span depends on the child Span in some capacity.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ChildOf.type
case object FollowsFrom extends OpentracingRefTypeValue

The parent Span does not depend in any way on the result of the child Span.

The parent Span does not depend in any way on the result of the child Span.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type