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

feat: accept both w3c and honeycomb propagation headers by default #183

Merged
merged 2 commits into from
Dec 22, 2021

Conversation

robbkidd
Copy link
Member

@robbkidd robbkidd commented Dec 20, 2021

Which problem is this PR solving?

Closes #180

Short description of the changes

This is a very simple replacement incoming trace parent propagator hook. It will by default process either a Honeycomb or a W3C trace propagation header. If both are present, which we expect will be a very unusual case, the hook will prefer the Honeycomb trace header.

TODO

  • integration test, probably with example greeting service

@robbkidd robbkidd added type: enhancement New feature or request version: bump minor A PR that adds behavior, but is backwards-compatible. labels Dec 20, 2021
@robbkidd robbkidd requested a review from a team December 20, 2021 22:10
@robbkidd robbkidd changed the title adds a new default trace context propagator feat: accept both w3c and honeycomb propagation headers by default Dec 20, 2021
This is a very simple replacement incoming trace parent propagator hook.
It will by default process either a Honeycomb or a W3C trace propagation
header. If both are present, which we expect will be a very unusual case,
the hook will prefer the Honeycomb trace header.
@robbkidd robbkidd force-pushed the robb.handle-both-hny-and-w3c-trace-prop branch from 4391283 to ac0d9a8 Compare December 20, 2021 22:43
@JamieDanielson JamieDanielson self-assigned this Dec 21, 2021
@JamieDanielson JamieDanielson merged commit 469cbca into main Dec 22, 2021
@JamieDanielson JamieDanielson deleted the robb.handle-both-hny-and-w3c-trace-prop branch December 22, 2021 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request version: bump minor A PR that adds behavior, but is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Beeline to simultaneously accept w3c and honeycomb propagation headers
3 participants