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

Propagate trace info in X-Cloud-Trace-Context header #98

Open
meltsufin opened this issue Oct 10, 2018 · 4 comments
Open

Propagate trace info in X-Cloud-Trace-Context header #98

meltsufin opened this issue Oct 10, 2018 · 4 comments

Comments

@meltsufin
Copy link
Collaborator

Currently, we ingest X-B3-* and GCP's X-Cloud-Trace-Context with X-B3-* given higher priority, but we only propagate X-B3-* headers. The proposal is to also propagate the X-Cloud-Trace-Context for full symmetry and full compatibility with GCP.

Follow-up to #96 and #97.

cc/ @elefeint

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Oct 11, 2018 via email

@anuraaga
Copy link
Collaborator

Actually I didn't know there was even a propagation module here - will start using it :D And yeah having the extra header is not a big deal for me.

@elefeint
Copy link
Contributor

Perhaps we could propagate X-Cloud-Trace-Context in this project, but only if it were present upon ingestion?

In the scenario below, the non-GCP-app would then be able to propagate the header even though it itself does not run on GCP:
GCP-app --> non-GCP-app --> another-GCP-app

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Oct 12, 2018 via email

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

No branches or pull requests

4 participants