c

com.couchbase.client.scala.env

ThresholdRequestTracerConfig

case class ThresholdRequestTracerConfig(emitInterval: Duration = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_EMIT_INTERVAL, queueLength: Int = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_QUEUE_LENGTH, sampleSize: Int = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_SAMPLE_SIZE, kvThreshold: Duration = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_KV_THRESHOLD, queryThreshold: Duration = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_QUERY_THRESHOLD, viewThreshold: Duration = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_VIEW_THRESHOLD, searchThreshold: Duration = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_SEARCH_THRESHOLD, analyticsThreshold: Duration = core.env.ThresholdRequestTracerConfig.Defaults.DEFAULT_ANALYTICS_THRESHOLD) extends Product with Serializable

Allows customising the threshold request tracer.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def analyticsThreshold(value: Duration): ThresholdRequestTracerConfig

    Customize the threshold for analytics operations.

    Customize the threshold for analytics operations.

    Default is 1s.

    returns

    this, for chaining

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def emitInterval(value: Duration): ThresholdRequestTracerConfig

    Customize the emit interval.

    Customize the emit interval.

    Default is 600s.

    returns

    this, for chaining

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def kvThreshold(value: Duration): ThresholdRequestTracerConfig

    Customize the threshold for KV operations.

    Customize the threshold for KV operations.

    Default is 500ms.

    returns

    this, for chaining

  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def queryThreshold(value: Duration): ThresholdRequestTracerConfig

    Customize the threshold for query (N1QL) operations.

    Customize the threshold for query (N1QL) operations.

    Default is 1s.

    returns

    this, for chaining

  17. def queueLength(value: Int): ThresholdRequestTracerConfig

    Customize the queue size for the individual span queues used to track the spans over threshold.

    Customize the queue size for the individual span queues used to track the spans over threshold.

    returns

    this, for chaining

  18. def sampleSize(value: Int): ThresholdRequestTracerConfig

    Customize the sample size.

    Customize the sample size.

    returns

    this, for chaining

  19. def searchThreshold(value: Duration): ThresholdRequestTracerConfig

    Customize the threshold for search (FTS) operations.

    Customize the threshold for search (FTS) operations.

    Default is 1s.

    returns

    this, for chaining

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def viewThreshold(value: Duration): ThresholdRequestTracerConfig

    Customize the threshold for view operations.

    Customize the threshold for view operations.

    Default is 1s.

    returns

    this, for chaining

  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped