-
Notifications
You must be signed in to change notification settings - Fork 40
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
remove injection of X-Datadog-Tags #218
Conversation
…orrelating that information across services
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but consider if it should be removed from extract/deserialize as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, and consider if the option in the public header should be kept or removed for now.
Oh yeah, forgot that. Will do. |
* remove all remnants of UpstreamService * undo non-test related removals from #218 * fix bug * add additional "sample" test * add "span" tests * clang-format * allow configuration of trace_tags_propagation_max_length in dynamic load JSON * add "decision maker" tag to nginx integration tests * document DD_TRACE_TAGS_PROPAGATION_MAX_LENGTH * clang-format (again) * no UpstreamService talk * remove base64 (was used only by UpstreamService) * max_size -> inject_max_size * trace_tags_propagation_max_length -> tags_header_size
* undo non-test related removals from #218 * fix bug * add additional "sample" test * clang-format * glob.{h,cpp} * class SpanSampler, without using or testing it * small (premature?) optimization * TODO: AMEND * checkpoint: added span rules to Tracer, but not elsewhere * checkpoint: add span rules to SpanBuffer, but don't use them * checkpoint: written but untested * test rule parsing * obnoxious compiler * test rule matching * test span sampling * clang-format * test environment variables * repo-level documentation * attempt at fixing doc links * describe glob in the repo-level docs * unit tests catch bugs! * a little const correctness * code comment typo * temporary files are temporary * review: trim some docs and add an example * review: describe globs more concretely * review: make a future diff smaller
We're considering other ways of correlating that information across services. For now let's remove this feature.