struct Cryload::CiThresholds

Defined in:

cryload/ci_thresholds.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fail_on_error : Bool = false, fail_on_transport_error : Bool = false, max_fail_rate : Float64 | Nil = nil, max_p99_ms : Float64 | Nil = nil) #

Instance Method Detail

def fail_on_error=(fail_on_error : Bool) #

def fail_on_error? : Bool #

def fail_on_transport_error=(fail_on_transport_error : Bool) #

def fail_on_transport_error? : Bool #

def max_fail_rate : Float64 | Nil #

def max_fail_rate=(max_fail_rate : Float64 | Nil) #

def max_p99_ms : Float64 | Nil #

def max_p99_ms=(max_p99_ms : Float64 | Nil) #