Position

object Position
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object LocalRoot extends Position

A local root is the first Span within this process that is joining a trace started in another process.

A local root is the first Span within this process that is joining a trace started in another process.

case object Root extends Position

Root spans are the very first Span on each trace. They do not have a parent Span.

Root spans are the very first Span on each trace. They do not have a parent Span.

case object Unknown extends Position

A span whose position is not known or does not need to be specified.

A span whose position is not known or does not need to be specified.

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