You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for bringing this to our attention. I'm not sure if that dependency is being used currently. I tried removing it on main and the build still passes. @marcingrzejszczak or @jonatan-ivanov do you know?
io.opentelemetry:opentelemetry-exporter-logging (written in java, part of the OTel Java SDK, Maven Central, source)
Logging exporter (written in Go, part of the OTel collector, source)
Deprecating the collector module (#2) should have no effect on Micrometer Tracing, I guess @ciscoo meant the dependency (#1) but found the wrong deprecation note, the dependency should be stable and not deprecated.
Though that dependency seems unused as @shakuzen found out, I think it was only added for testing/troubleshooting/development purposes (with the first PR) and we forgot to remove.
I think we should remove it. @ciscoo Thank you for bringing this to our attention!
jonatan-ivanov
changed the title
Remove deprecated OTEL Logging Exporter optional dependency
Remove unused OTel Logging Exporter dependency
Feb 6, 2024
https://github.com/micrometer-metrics/tracing/blob/94d1143ab9b18db09166142733d8e3427952f79d/micrometer-tracing-bridges/micrometer-tracing-bridge-otel/build.gradle#L16C32-L16C62
Per the README:
The text was updated successfully, but these errors were encountered: