successRateStdevFactor property

int? successRateStdevFactor
getter/setter pair

This factor is used to determine the ejection threshold for success rate outlier ejection.

The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * successRateStdevFactor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900. Not supported when the backend service uses Serverless NEG.

Implementation

core.int? successRateStdevFactor;