SamplingDecision

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

Type members

Classlikes

case object DoNotSample extends SamplingDecision

Indicates that all Spans that belong to a trace should not be captured nor reported. Note that traces with a "do not sample" decision will still generate Spans that can gather metrics and propagate with the Context, they just don't get sent to the Span reporters.

Indicates that all Spans that belong to a trace should not be captured nor reported. Note that traces with a "do not sample" decision will still generate Spans that can gather metrics and propagate with the Context, they just don't get sent to the Span reporters.

case object Sample extends SamplingDecision

Indicates that all Spans that belong to a trace should be captured and reported.

Indicates that all Spans that belong to a trace should be captured and reported.

case object Unknown extends SamplingDecision

Indicates that a sampling decision has not been made yet.

Indicates that a sampling decision has not been made yet.

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