TransportFailureRateHealthPolicyOptions.DefaultFailureRateLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default failure rate limit for a destination to be marked as unhealthy that is applied if it's not set on a cluster's metadata. It's calculated as a percentage of failed requests out of all requests proxied to the same destination in the DetectionWindowSize period. The value is in range (0,1). The default is 0.3 (30%).
public double DefaultFailureRateLimit { get; set; }
member this.DefaultFailureRateLimit : double with get, set
Public Property DefaultFailureRateLimit As Double