Skip to content

Fault Delay: support float type percent #3904

@ghost

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%

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests. Not bugs or questions.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions