envoy
envoy copied to clipboard
grpc: propagate tracing headers when using google grpc streams
Commit Message: grpc: propagate tracing headers when using google grpc streams Additional Description: Following up on https://github.com/envoyproxy/envoy/pull/33665, which adds tracing to Envoy gRPC streams, this PR introduces the same support using Google gRPC for completeness to https://github.com/envoyproxy/envoy/issues/21119.
Risk Level: Low Testing: The same manual tests described in https://github.com/envoyproxy/envoy/pull/33665, besides the integration tests of extproc are also testing google grpc now. Docs Changes: N/A Release Notes: N/A
As a reminder, PRs marked as draft will not be automatically assigned reviewers, or be handled by maintainer-oncall triage.
Please mark your PR as ready when you want it to be reviewed!
/retest
/wait-any
/wait-any
@cainelli Please also look at the CI failure. Looks like they are legit.