org.typelevel.otel4s.sdk.trace.samplers

Members list

Type members

Classlikes

Attributes

Source
ParentBasedSampler.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Sampler

A Sampler is used to make decisions on Span sampling.

A Sampler is used to make decisions on Span sampling.

Attributes

See also
Companion
object
Source
Sampler.scala
Supertypes
class Object
trait Matchable
class Any
object Sampler

Attributes

Companion
trait
Source
Sampler.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Sampler.type
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.

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

Attributes

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

Attributes

Companion
class
Source
SamplingDecision.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait SamplingResult

Sampling result returned by Sampler.shouldSample.

Sampling result returned by Sampler.shouldSample.

Attributes

See also
Companion
object
Source
SamplingResult.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
SamplingResult.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type