Kind

object Kind
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Kind.type

Type members

Classlikes

case object FollowsFrom extends Kind

Indicates that the the current Span is a continuation of the work started by the linked Span. A use case for this link kind is when having secondary or fire-and-forget operations spawned from a Trace but that do not necessarily should be part of the original trace.

Indicates that the the current Span is a continuation of the work started by the linked Span. A use case for this link kind is when having secondary or fire-and-forget operations spawned from a Trace but that do not necessarily should be part of the original trace.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror