-
Notifications
You must be signed in to change notification settings - Fork 205
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
Update to otel 1.18.0 #2509
Update to otel 1.18.0 #2509
Conversation
...er/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/SpanDataMapper.java
Outdated
Show resolved
Hide resolved
might want to fix this todo: |
2e4f737
to
ca1340d
Compare
316af6b
to
02e5312
Compare
6b4389b
to
8038293
Compare
@@ -93,6 +94,8 @@ public void init() { | |||
|
|||
StartupDiagnostics.execute(); | |||
|
|||
InternalLogger.initialize(Slf4jInternalLogger::create); |
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.
what is this for?
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.
Upstream logging changed significantly in this last release: open-telemetry/opentelemetry-java-instrumentation#6543
Built on #2513