successRateMinimumHosts property

int? successRateMinimumHosts
getter/setter pair

The number of backend endpoints in the load balancing pool that must have enough request volume to detect success rate outliers.

If the number of backend endpoints is fewer than this setting, outlier detection via success rate statistics is not performed for any backend endpoint in the load balancing pool. Defaults to 5. Not supported when the backend service uses Serverless NEG.

Implementation

core.int? successRateMinimumHosts;