Results 3 comments of César Revert

I try to clarify the scenario with the following image: ![image](https://user-images.githubusercontent.com/13301616/166116049-e04abf15-82af-417c-9988-9325612e51c0.png) The idea with the Circuit Breaker is only to count the errors produced in the proxy gRPC client, and...

> In general, I think you should just treat CANCELLED differently and mostly ignore them. They really don't apply to what you're trying to detect with the circuit breaker. It...

Thanks for your time @shakuzen, but I don't really understand why the `max` value does not use the same step interval than the `count` and `total`, it seems to me...