-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rename env variables to follow DataDog profiling naming conventions #17
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nsavoire
force-pushed
the
nsavoire/rename_env_variables
branch
from
September 27, 2024 02:52
e5bb572
to
84e28d3
Compare
Gandem
reviewed
Sep 27, 2024
nsavoire
force-pushed
the
nsavoire/opensource
branch
3 times, most recently
from
September 27, 2024 10:14
03bc08a
to
5d65481
Compare
An error occurred while trying to automatically change base from
nsavoire/opensource
to
main
September 27, 2024 13:51
nsavoire
force-pushed
the
nsavoire/rename_env_variables
branch
2 times, most recently
from
October 1, 2024 00:08
cec9b46
to
4e14904
Compare
nsavoire
force-pushed
the
nsavoire/rename_env_variables
branch
3 times, most recently
from
October 7, 2024 07:53
a708aa0
to
2d669ba
Compare
r1viollet
reviewed
Oct 9, 2024
I think we left things on whether to namespace or not some of these variables. The thought was that:
|
nsavoire
force-pushed
the
nsavoire/rename_env_variables
branch
3 times, most recently
from
October 24, 2024 10:35
0212176
to
7635875
Compare
nsavoire
force-pushed
the
nsavoire/rename_env_variables
branch
2 times, most recently
from
October 25, 2024 14:11
e4e3270
to
56ac5bc
Compare
r1viollet
reviewed
Oct 28, 2024
r1viollet
reviewed
Oct 29, 2024
Gandem
reviewed
Nov 4, 2024
Gandem
reviewed
Nov 4, 2024
GOPATH is set to /go by parent image, which makes it unusable by non-root users. Unset it to make Go tools work for non-root users.
Use DD_TRACE_AGENT_URL instead of DD_AGENT_URL
nsavoire
force-pushed
the
nsavoire/rename_env_variables
branch
from
November 4, 2024 11:02
acbc8f8
to
c25d41e
Compare
Gandem
approved these changes
Nov 4, 2024
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.
Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Rename env variables used for configuration to be consistent with other Datadog profilers (eg
DD_SERVICE
,DD_PROFILING_UPLOAD_PERIOD
).Also add a prefixed version of these variables (eg
DD_HOST_SERVICE
,DD_HOST_PROFILING_UPLOAD_PERIOD
) that takes precedence over the non-prefixed version for cases where host profiler might be running along side another runtime profiler and a different configuration is needed for the host profiler.