Julien Brochet
Julien Brochet
*Title*: Missing metrics for resource monitor global_downstream_max_connections *Description*: When the Overload Manager is enabled with the [envoy.resource_monitors.downstream_connections](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/resource_monitors/downstream_connections/v3/downstream_connections.proto) resource monitor, some metrics are missing. Only the `failed_updates` metric is available. ```...
Add a dedicated method to extract error from `errRow`. This is already present for `errRows`. This allows the use case to extract the error to retry if necessary. ``` type...