Class Delay (0.5.10)

Delay(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification of how client requests are delayed as part of fault injection before being sent to a destination.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
fixed_delay google.protobuf.duration_pb2.Duration
Specify a fixed delay before forwarding the request. This field is a member of oneof_ _fixed_delay.
percentage int
The percentage of traffic on which delay will be injected. The value must be between [0, 100] This field is a member of oneof_ _percentage.