CqlRequestsConfig

com.avast.sst.datastax.config.CqlRequestsConfig
final case class CqlRequestsConfig(highestLatency: Duration, significantDigits: Int, refreshInterval: Duration)

Extra metrics configuration

Value parameters

highestLatency

The largest latency that we expect to record.

refreshInterval

The interval at which percentile data is refreshed.

significantDigits

The number of significant decimal digits to which internal structures will maintain value resolution and separation (for example, 3 means that recordings up to 1 second will be recorded with a resolution of 1 millisecond or better). This must be between 0 and 5. If the value is out of range, it defaults to 3 and a warning is logged.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product