Title: Fault Delay: support float type percent
Description:
The percent field in the config of Fault Delay is limited to uint32.
|
uint32 percent = 2 [(validate.rules).uint32.lte = 100]; |
However, for upstream clusters with heavy traffic, even 1% can be an exceedingly large number of requests. Would be useful to be able to specify percent as a float, e.g., 0.001%
Title: Fault Delay: support float type percent
Description:
The
percentfield in the config of Fault Delay is limited to uint32.envoy/api/envoy/config/filter/fault/v2/fault.proto
Line 27 in 1fdb638
However, for upstream clusters with heavy traffic, even 1% can be an exceedingly large number of requests. Would be useful to be able to specify percent as a float, e.g., 0.001%