-
Notifications
You must be signed in to change notification settings - Fork 1k
add spring starter span logging #14594
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 spring starter span logging #14594
Conversation
🔧 The result from spotlessApply was committed to the PR branch. |
8ccecdb
to
9d31fc8
Compare
.../io/opentelemetry/instrumentation/logback/appender/v1_0/internal/LoggingEventMapperTest.java
Show resolved
Hide resolved
5edd601
to
5a315c3
Compare
*/ | ||
@Conditional(SdkEnabled.class) | ||
// to match "otel.javaagent.debug" system property | ||
@ConditionalOnProperty(name = "otel.spring-starter.debug", havingValue = "true") |
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.
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.
good point - also added the missing entry for #14449
...ing/autoconfigure/internal/instrumentation/logging/LoggingExporterAutoConfigurationTest.java
Outdated
Show resolved
Hide resolved
} | ||
|
||
@Test | ||
void instrumentationDisabled() { |
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.
and one more test for debugDisable
would be nice to be sure
void instrumentationDisabled() { | |
void debugUnset() { |
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.
added
@trask please check again |
Part of #14087