William Dauchy
William Dauchy
cc @sivasamyk
@sivasamyk that's a bit sad when you need to deploy it on multiple machines. it means I now need to build my own package in order to support the 5.6.x...
In order to avoid complexity to understand the different code status, I would propose to rename the `up` metric to something like: ``` status{status="up", backend="my_backend_name"} 42 status{status="down", backend="my_backend_name"} 5 status{status="maint",...
waiting for @grobie acknowledgment before starting any patch
ok I can add what I proposed
@matusvalo did you have time to have a look at this one?
I saw the same problem with a more recent version of envoy. we no longer use `total_weight` parameter, but the problem remains the same: creating a weighted cluster: ``` {...
I believe this issue can be closed following https://github.com/envoyproxy/envoy/pull/34793
> @adisuissa i think this is awaiting your review we discussed some aspects offline. The last approach is fixing the sigabort (no longer accessing subscription from a worker) but it...
@phlax is it something you may review?