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
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OrphanReporterConfig(emitInterval: Option[Duration] = None, sampleSize: Option[Int] = None, queueLength: Option[Int] = None)
Value Members
- def emitInterval(value: Duration): OrphanReporterConfig
Customize the emit interval.
Customize the emit interval.
- returns
this, for chaining
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- 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