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

Add support for DD_TRACE_AGENT_PORT setting #584

Merged
merged 2 commits into from
Nov 16, 2018
Merged

Conversation

tylerbenson
Copy link
Contributor

Makes this more consistent with other apm language clients.

@tylerbenson tylerbenson added the comp: core Tracer core label Nov 16, 2018
@tylerbenson tylerbenson added this to the 0.18.0 milestone Nov 16, 2018
Makes this more consistent with other apm language clients.
overridePort | overrideLegacyPort | expectedPort
true | true | 123
true | false | 123
false | true | 777 // env var gets picked up instead.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line highlights the following precedence:
sys prop > env var > legacy sys prop > legacy env var

@tylerbenson tylerbenson merged commit 7b6c25b into master Nov 16, 2018
@tylerbenson tylerbenson deleted the tyler/env-config branch November 16, 2018 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: core Tracer core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants