fault.proto
Package: fault.options.gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/options/faultinjection/fault.proto
RouteAbort
Field |
Type |
Description |
percentage |
float |
Percentage of requests that should be aborted, defaulting to 0. This should be a value between 0.0 and 100.0, with up to 6 significant digits. |
httpStatus |
int |
This should be a standard HTTP status in the range [200, 600), e.g. 503. Defaults to 0. |
RouteDelay
Field |
Type |
Description |
percentage |
float |
Percentage of requests that should be delayed, defaulting to 0. This should be a value between 0.0 and 100.0, with up to 6 significant digits. |
fixedDelay |
.google.protobuf.Duration |
Fixed delay, defaulting to 0. Will be rejected by the control plane if the delay is specified and less than 1 second. |
RouteFaults