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
Title: ext_proc GRPC tracing requests are always sampled regardless of the parent decision
Description: Essentially the exact same issue and possible fix seen in Lua httpCall (#33200) and ext_authz (#19343).
When introduced sampling support in ext_proc I overlooked this and can open a PR to fix it. I just would like to agree on the approach, I see some basic options.
Title: ext_proc GRPC tracing requests are always sampled regardless of the parent decision
Description: Essentially the exact same issue and possible fix seen in Lua httpCall (#33200) and ext_authz (#19343).
When introduced sampling support in ext_proc I overlooked this and can open a PR to fix it. I just would like to agree on the approach, I see some basic options.
.setSampled(absl::nullopt)
in the StreamOptions (as we do in Lua httpCall and ext_authz)The text was updated successfully, but these errors were encountered: