Skip to content

Add a library for gRPC trace propagation#690

Open
sfackler wants to merge 5 commits intodevelopfrom
grpc
Open

Add a library for gRPC trace propagation#690
sfackler wants to merge 5 commits intodevelopfrom
grpc

Conversation

@sfackler
Copy link
Member

This PR adds interceptors on both the client and server side which propagate traces through the same headers we use for standard HTTP. This matches Brave's default behavior, though there is also a binary header format defined by opencensus: https://github.com/openzipkin/brave/tree/master/instrumentation/grpc#grpc-propagation-format-census-interop. I don't feel super strongly about which ones we use, but it seemed best to go with Brave's default for now.

@changelog-app
Copy link

changelog-app bot commented Feb 26, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Added a library to propagate traces through gRPC calls.

Check the box to generate changelog(s)

  • Generate changelog entry

@policy-bot policy-bot bot requested a review from jkozlowski February 26, 2021 15:38
@sfackler sfackler requested a review from carterkozak February 26, 2021 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant