Options

natchez.Span$.Options
See theOptions companion object
sealed trait Options

Options for creating a new span.

Attributes

Companion:
object
Source:
Span.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Optional parent kernel for the child span, in addition to the parent span.

Optional parent kernel for the child span, in addition to the parent span.

Some backends do not support multiple parents, in which case the parent span is preferred and this parent kernel is ignored.

Attributes

Source:
Span.scala

Specifies how additional span creation requests are handled on the new span.

Specifies how additional span creation requests are handled on the new span.

Attributes

Source:
Span.scala

Attributes

Source:
Span.scala

Attributes

Source:
Span.scala
def withSpanKind(spanKind: SpanKind): Options

Attributes

Source:
Span.scala