Skip to content
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

Migrate logging to debug exporter to match with latest otel colletor. #979

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

zzhlogin
Copy link
Contributor

@zzhlogin zzhlogin commented Dec 19, 2024

Description of changes:
Change back to use java 17 base image.

The previous ADOT Java main build failed 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.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@zzhlogin zzhlogin requested a review from a team as a code owner December 19, 2024 23:04
pxaws
pxaws previously approved these changes Dec 19, 2024
@zzhlogin zzhlogin changed the title Change back to use java 17 base image. Migrate logging to debug exporter to match with latest otel colletor. Dec 19, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.45%. Comparing base (09e6487) to head (05929c9).
Report is 380 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@              Coverage Diff              @@
##               main     #979       +/-   ##
=============================================
- Coverage     85.71%   69.45%   -16.27%     
- Complexity       19      322      +303     
=============================================
  Files             3       26       +23     
  Lines            49     1172     +1123     
  Branches          5      165      +160     
=============================================
+ Hits             42      814      +772     
- Misses            3      304      +301     
- Partials          4       54       +50     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zzhlogin zzhlogin merged commit e66eb4d into aws-observability:main Dec 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants