SessionConfig

final case class SessionConfig(enabled: List[Int], cqlRequests: Option[CqlRequestsConfig], throttling: Option[ThrottlingConfig])

The session-level metrics (all disabled by default).

Value parameters:
cqlRequests

Extra configuration (for the metrics that need it). Required if the 'cql-requests' metric is enabled

enabled

The session-level metrics (all disabled by default).

throttling

Configures request throttling metrics..

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product