SamplingDecision

org.typelevel.otel4s.sdk.trace.samplers.SamplingDecision
See theSamplingDecision companion object
sealed abstract class SamplingDecision(val isSampled: Boolean, val isRecording: Boolean) extends Product, Serializable

A decision on whether a span should be recorded, sampled, or dropped.

Attributes

Companion
object
Source
SamplingDecision.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Drop
object RecordOnly

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
SamplingDecision.scala

Attributes

Source
SamplingDecision.scala