RequestMirrorPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)Specifies the policy on how requests are shadowed to a separate mirrored destination service. The proxy does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow. Mirroring is currently not supported for Cloud Run destinations.
Attributes |
|
|---|---|
| Name | Description |
destination |
google.cloud.network_services_v1.types.HttpRoute.Destination
The destination the requests will be mirrored to. The weight of the destination will be ignored. |
mirror_percent |
float
Optional. The percentage of requests to get mirrored to the desired destination. |