Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make opencensus Stackdriver exporter respects initial_metadata option… #234

Merged
merged 1 commit into from
Jul 22, 2020

Commits on Jul 18, 2020

  1. Make opencensus Stackdriver exporter respects initial_metadata option (

    …envoyproxy#11831)
    
    Currently Opencensus tracer uses grpcService proto to configure its tracing client stub. It uses GoogleGrpcUtil to construct a channel and create client stub with that. However, the channel created there does not take care of initial_metadata from grpcService configure. This change fills in OCprepare_client_context option in export to make it respect initial metadata.
    
    Risk level: Low
    
    Signed-off-by: Pengyuan Bian <[email protected]>
    bianpengyuan committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    78343df View commit details
    Browse the repository at this point in the history