You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If not specified, all requests to the target cluster will be mirrored. If
// specified, Envoy will lookup the runtime key to get the % of requests to
// mirror. Valid values are from 0 to 10000, allowing for increments of
// 0.01% of requests to be mirrored. If the runtime key is specified in the
// configuration but not present in runtime, 0 is the default and thus 0% of
// requests will be mirrored.
// If not specified, all requests to the target cluster will be mirrored. If
// specified, Envoy will lookup the runtime key to get the % of requests to
// mirror. Valid values are from 0 to 10000, allowing for increments of
// 0.01% of requests to be mirrored. If the runtime key is specified in the
// configuration but not present in runtime, 0 is the default and thus 0% of
// requests will be mirrored.
And also inconsistent with the behavior of http router traffic mirroring:
MirrorPolicyImpl::shouldMirror
will override a default runtime fraction of 0, and instead mirror 100% of the time.envoy/source/extensions/filters/network/redis_proxy/router_impl.cc
Lines 17 to 32 in 6ca8500
This is at odds with documentation:
envoy/api/envoy/api/v2/route/route.proto
Lines 612 to 617 in 6ca8500
And also inconsistent with the behavior of http router traffic mirroring:
envoy/source/common/router/config_impl.cc
Lines 180 to 185 in eff0201
The text was updated successfully, but these errors were encountered: