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

Change URL obfuscation behavior #145

Merged
merged 2 commits into from
Jul 9, 2020
Merged

Change URL obfuscation behavior #145

merged 2 commits into from
Jul 9, 2020

Conversation

cgilmour
Copy link
Contributor

The http.url tag gets obfuscated too heavily, to the point where it's not very useful. It was also inconsistent with other tracers.
This PR makes it consistent with other tracers, but has an option to keep using the "legacy obfuscation" by setting an environment variable: DD_TRACE_CPP_LEGACY_OBFUSCATION=1

Fine-grained control of replacements can be configured on the agent using tag filtering

@cgilmour cgilmour added this to the 1.2.0 milestone Jun 16, 2020
@cgilmour cgilmour requested a review from brettlangdon June 16, 2020 22:49
cgilmour added 2 commits July 9, 2020 15:28
This includes an option to keep using existing obfuscation behavior by
setting the environment variable `DD_TRACE_CPP_LEGACY_OBFUSCATION=1`.
@cgilmour cgilmour force-pushed the cgilmour/tag-fixes branch from a0e6829 to 7bf834f Compare July 9, 2020 21:39
@cgilmour cgilmour merged commit 61dfa68 into master Jul 9, 2020
@cgilmour cgilmour deleted the cgilmour/tag-fixes branch July 9, 2020 21:52
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.

2 participants