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

Fix log injection warn logs and b3 env vars #1229

Merged
merged 5 commits into from
Nov 4, 2020

Conversation

ericmustin
Copy link
Contributor

This PR addresses #1226 as well as some residual followup from #1205.

  • It updates environment variables for B3 Header Inject and Extract to fit broader datadog specification and what's in documentation, updating from DD_PROPAGATION_INJECT_STYLE and DD_PROPAGATION_EXTRACT_STYLE to DD_PROPAGATION_STYLE_INJECT and DD_PROPAGATION_STYLE_EXTRACT, respectively.

  • It also cleans up a case in the rails trace context auto-injection feature where a warning log would occur erroneously.

@ericmustin ericmustin requested a review from a team November 3, 2020 09:49
lib/ddtrace/ext/distributed.rb Outdated Show resolved Hide resolved
lib/ddtrace/ext/distributed.rb Show resolved Hide resolved
Copy link
Member

@marcotc marcotc left a comment

Choose a reason for hiding this comment

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

:shipit:

@marcotc marcotc added this to the 0.43.0 milestone Nov 4, 2020
@ericmustin ericmustin merged commit bdc4526 into master Nov 4, 2020
@ivoanjo ivoanjo deleted the fix_logging_and_env_vars branch July 16, 2021 09:14
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.

None yet

2 participants