File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ type Rule struct {
78
78
// for ErrorRatio, it represents the max error request ratio
79
79
// for ErrorCount, it represents the max error request count
80
80
Threshold float64 `json:"threshold"`
81
- //ProbeNum is number of probes required when the circuit breaker is half-open.
82
- //when the probe num are set and circuit breaker in the half-open state.
83
- //if err occurs during the probe, the circuit breaker is opened immediately.
84
- //otherwise,the circuit breaker is closed only after the number of probes is reached
81
+ // ProbeNum is number of probes required when the circuit breaker is half-open.
82
+ // when the probe num are set and circuit breaker in the half-open state.
83
+ // if err occurs during the probe, the circuit breaker is opened immediately.
84
+ // otherwise,the circuit breaker is closed only after the number of probes is reached
85
85
ProbeNum uint64 `json:"probeNum"`
86
86
}
87
87
You can’t perform that action at this time.
0 commit comments