add spring starter span logging#14594
Merged
laurit merged 8 commits intoopen-telemetry:mainfrom Oct 9, 2025
Merged
Conversation
Contributor
|
🔧 The result from spotlessApply was committed to the PR branch. |
8ccecdb to
9d31fc8
Compare
8 tasks
5edd601 to
5a315c3
Compare
jaydeluca
approved these changes
Oct 8, 2025
laurit
reviewed
Oct 8, 2025
| */ | ||
| @Conditional(SdkEnabled.class) | ||
| // to match "otel.javaagent.debug" system property | ||
| @ConditionalOnProperty(name = "otel.spring-starter.debug", havingValue = "true") |
Contributor
There was a problem hiding this comment.
Member
Author
There was a problem hiding this comment.
good point - also added the missing entry for #14449
trask
approved these changes
Oct 8, 2025
| } | ||
|
|
||
| @Test | ||
| void instrumentationDisabled() { |
Member
There was a problem hiding this comment.
and one more test for debugDisable would be nice to be sure
Suggested change
| void instrumentationDisabled() { | |
| void debugUnset() { |
Member
Author
|
@trask please check again |
laurit
approved these changes
Oct 9, 2025
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
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.
Part of #14087