struct
Cryload::CiThresholds
- Cryload::CiThresholds
- Struct
- Value
- Object
Defined in:
cryload/ci_thresholds.crConstructors
Instance Method Summary
- #fail_on_error=(fail_on_error : Bool)
- #fail_on_error? : Bool
- #fail_on_transport_error=(fail_on_transport_error : Bool)
- #fail_on_transport_error? : Bool
- #max_fail_rate : Float64 | Nil
- #max_fail_rate=(max_fail_rate : Float64 | Nil)
- #max_p99_ms : Float64 | Nil
- #max_p99_ms=(max_p99_ms : Float64 | Nil)
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)
#