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.
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any