c

com.couchbase.client.scala.env

OrphanReporterConfig

case class OrphanReporterConfig(emitInterval: Option[Duration] = None, sampleSize: Option[Int] = None, queueLength: Option[Int] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrphanReporterConfig
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OrphanReporterConfig(emitInterval: Option[Duration] = None, sampleSize: Option[Int] = None, queueLength: Option[Int] = None)

Value Members

  1. def emitInterval(value: Duration): OrphanReporterConfig

    Customize the emit interval.

    Customize the emit interval.

    returns

    this, for chaining

  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. 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

  5. def sampleSize(value: Int): OrphanReporterConfig

    Customize the sample size per service.

    Customize the sample size per service.

    returns

    this, for chaining