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

Sampling-Propagation:Export/import sampling decision through distributed trace tags #2298

Merged
merged 5 commits into from
Nov 7, 2022

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Sep 28, 2022

Follows up from #2282.

This PR ensures the TraceOperation#sampling_mechanism populated in #2282 is injected and extracted during distributed tracing.

This PR became trivial because the sampling decision is now considered a simple, opaque tag.

Only tests were added to cover the propagation specific tags, but not code changes are needed.

@marcotc marcotc added the feature Involves a product feature label Sep 28, 2022
@marcotc marcotc self-assigned this Sep 28, 2022
@marcotc marcotc requested a review from a team September 28, 2022 23:03
@marcotc marcotc force-pushed the sampling-dm-propagation branch 2 times, most recently from c6e9be0 to 6915492 Compare September 28, 2022 23:23
@marcotc marcotc force-pushed the sampling-decision branch 2 times, most recently from ea3381a to 1b02e5d Compare October 27, 2022 22:50
@marcotc marcotc changed the title Sampling-Propagation:Export/import sampling mechanism through distributed trace tags Sampling-Propagation:Export/import sampling decision through distributed trace tags Nov 7, 2022
@github-actions github-actions bot added the dev/testing Involves testing processes (e.g. RSpec) label Nov 7, 2022
Copy link
Contributor

@delner delner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Base automatically changed from sampling-decision to feat-Sampling-Propagation November 7, 2022 21:18
@marcotc marcotc merged commit 86b624e into feat-Sampling-Propagation Nov 7, 2022
@marcotc marcotc deleted the sampling-dm-propagation branch November 7, 2022 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/testing Involves testing processes (e.g. RSpec) feature Involves a product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants