-
Notifications
You must be signed in to change notification settings - Fork 355
Support all configurations with Declarative Config #6694
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
443ff6a
Sync declarative config and env var support; add tests
mtoffl01 5f0c5fa
Move runtime specific evaluations to defaults (e.g. remote config, cr…
mtoffl01 bf248eb
Fix extended configs test (temporarily)
mtoffl01 b9b5e91
Fix existing tests
mtoffl01 cc34971
Handle cloudPayloadTagging and installSignature
mtoffl01 bdd455d
fix tracingPropagationStyle
mtoffl01 2a69eac
nits: cleanup
mtoffl01 b5080e5
Fix logic for OTEL_PROPAGATORS
mtoffl01 4102a5d
merge master
mtoffl01 930c8bf
Fix OTEL_LOGS_EXPORTER evaluation in config.js
mtoffl01 4c62d5f
restore files with unintended changes to master
mtoffl01 90cb4a0
Fix instrumentationSource logic in config.js
mtoffl01 5c9176d
Handle all merge conflicts
mtoffl01 f00b4c2
Restore node-24.10.0-junit.xml to master
mtoffl01 14bf8b5
put defaults in sorted order, and change serverless and JEST_WORKER_I…
mtoffl01 b20097b
github review feedback
mtoffl01 55e8f16
cleanup applyDefaults
mtoffl01 b08cab6
fix merge conflicts: flush interval is also determined by DD_TRACE_FL…
mtoffl01 fcc9cba
Try to fix failing aws tests by changing 'else if' to just 'else' whe…
mtoffl01 245d7e2
Modify cloudPayloadTagging logic in applyOptions; restore flushInterv…
mtoffl01 095fffd
nits remove unnecessary comments
mtoffl01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
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.
getEnvironmentVariable is called 150+ times across the codebase. I'm thinking the changes described on line 81 should be done in a separate PR.