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
Migrate logging to debug exporter to match with latest otel colletor. (aws-observability#984)
*Description of changes:*
The previous [ADOT Java main build
failed](https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/12421612708)
because of it is using the collector version v0.42.0 released 8 hours
ago, where the logging exporter has been deprecated. This PR migrate to
debug exporter according to:
open-telemetry/opentelemetry-collector#11337.
Also, add a step in PR build to clean up the storage to avoid "No space
left in the device" failure.
Same fix has been applied to v2.x branch:
aws-observability#979
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
0 commit comments