-
Notifications
You must be signed in to change notification settings - Fork 1k
use DeclarativeConfigUtil for library config usage #15656
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
trask
merged 40 commits into
open-telemetry:main
from
zeitlinger:use-bridge-instread-of-config-property-util
Dec 24, 2025
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d847267
Apply spotless formatting and finalize span-suppression-strategy rename
Abhilash-Garapati 64ccedf
Apply backward-compatible span suppression config rename in AgentInst…
Abhilash-Garapati 7913784
Apply spotless formatting
Abhilash-Garapati 5848fb4
Add DeprecatedConfigProperties and apply backward-compatible config r…
Abhilash-Garapati 90a7295
use DeclarativeConfigUtil for library config usage
zeitlinger 9bdca32
use DeclarativeConfigUtil for library config usage
zeitlinger e8dbab4
use DeclarativeConfigUtil for library config usage
zeitlinger f49d942
fix
zeitlinger fbb4477
fix
zeitlinger 15b9f26
fix
zeitlinger ea460af
fix
zeitlinger 3862072
fix
zeitlinger da3cffb
rename to LibraryConfigUtil to make a clear distinction to Declarativ…
zeitlinger 6014150
fix
zeitlinger e410d80
fix
zeitlinger bfd1ad1
pr review
zeitlinger 736155b
use explicit fallback instead of LegacyLibraryConfigUtil.java
zeitlinger 42a7af9
pr review
zeitlinger a2d115c
no breaking change anymore
zeitlinger f0566aa
fix
zeitlinger b7f9fb7
fix
zeitlinger ec4a9df
fix
zeitlinger 4633dd6
fix
zeitlinger 946a126
pr review
zeitlinger 695a6d7
pr review
zeitlinger cee626f
pr review
zeitlinger e3bd901
pr review
zeitlinger de1ef5d
pr review
zeitlinger 3f8fdfc
pr review
zeitlinger da7325b
pr review
zeitlinger 80905ad
pr review
zeitlinger 33c917f
pr review
zeitlinger 8f3c3df
pr review
zeitlinger a138626
pr review
zeitlinger 494711e
no sys props in agent
zeitlinger 745240a
allow to set false
zeitlinger 9749c18
no sys props in agent
zeitlinger b436af2
use special_mapping
zeitlinger 2ee1181
fix
zeitlinger 77fa4cb
fix
zeitlinger 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
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
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
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
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
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
51 changes: 0 additions & 51 deletions
51
...io/opentelemetry/instrumentation/awssdk/v2_2/internal/AbstractAwsSdkTelemetryFactory.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Once getConfigProvider() is moved out of ExtendedOpenTelemetry to OpenTelemetry, I think we'll need to check the sys prop here? If so, may be good to do that now, could be easy to forget when refactoring 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.
I added a mapping to check for the old value
opentelemetry-java-instrumentation/declarative-config-bridge/src/main/java/io/opentelemetry/instrumentation/config/bridge/ConfigPropertiesBackedDeclarativeConfigProperties.java
Lines 73 to 75 in c6ff8bd