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

Add a library for gRPC trace propagation #690

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Add a library for gRPC trace propagation #690

wants to merge 5 commits into from

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