-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.
Description
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%
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.