case class OrphanReporterConfig(emitInterval: Option[Duration] = None, sampleSize: Option[Int] = None, queueLength: Option[Int] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrphanReporterConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
emitInterval(value: Duration): OrphanReporterConfig
Customize the emit interval.
Customize the emit interval.
- returns
this, for chaining
-
def
queueLength(value: Int): OrphanReporterConfig
Configure the queue size for the individual span queues used to track the spans over threshold.
Configure the queue size for the individual span queues used to track the spans over threshold.
- returns
this, for chaining
-
def
sampleSize(value: Int): OrphanReporterConfig
Customize the sample size per service.
Customize the sample size per service.
- returns
this, for chaining