final case class SessionConfig(enabled: List[String] = List.empty, cqlRequests: Option[CqlRequestsConfig], throttling: Option[ThrottlingConfig], continuousCqlRequests: Option[ContinuousCqlRequests], graphRequests: Option[GraphRequests]) extends Product with Serializable
The session-level metrics (all disabled by default).
- enabled
The session-level metrics (all disabled by default).
- cqlRequests
Extra configuration (for the metrics that need it). Required if the 'cql-requests' metric is enabled
- throttling
Configures request throttling metrics.
- continuousCqlRequests
Required: if the 'continuous-cql-requests' metric is enabled, and Dropwizard or Micrometer is used.
- graphRequests
Required: if the 'graph-requests' metric is enabled, and Dropwizard or Micrometer is used.
- Alphabetic
- By Inheritance
- SessionConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SessionConfig(enabled: List[String] = List.empty, cqlRequests: Option[CqlRequestsConfig], throttling: Option[ThrottlingConfig], continuousCqlRequests: Option[ContinuousCqlRequests], graphRequests: Option[GraphRequests])
- enabled
The session-level metrics (all disabled by default).
- cqlRequests
Extra configuration (for the metrics that need it). Required if the 'cql-requests' metric is enabled
- throttling
Configures request throttling metrics.
- continuousCqlRequests
Required: if the 'continuous-cql-requests' metric is enabled, and Dropwizard or Micrometer is used.
- graphRequests
Required: if the 'graph-requests' metric is enabled, and Dropwizard or Micrometer is used.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val continuousCqlRequests: Option[ContinuousCqlRequests]
- val cqlRequests: Option[CqlRequestsConfig]
- val enabled: List[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val graphRequests: Option[GraphRequests]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val throttling: Option[ThrottlingConfig]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])