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

Updates to thread propagation debug property #2500

Merged
merged 3 commits into from Mar 5, 2021

Conversation

trask
Copy link
Member

@trask trask commented Mar 4, 2021

Based on #2486 (comment)

Boolean.getBoolean("otel.javaagent.experimental.thread-propagation-debugger.enabled");
Config.get()
.getBooleanProperty(
"otel.javaagent.debug.thread-propagation.enabled",
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we need the experimental still? If I'm not mistaken, actually this flag is supposed to go away at some point since the SDK includes a similar flag now.

Copy link
Member Author

Choose a reason for hiding this comment

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

makes sense, reverted name, but kept the new default

@trask trask merged commit 5162c02 into open-telemetry:main Mar 5, 2021
@trask trask deleted the update-thread-propagation-debugger branch March 5, 2021 19:02
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

3 participants