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

Replaced the deprecated logging exporter to debug exporter #5291

Merged

Conversation

majermarci
Copy link
Contributor

Hi, it's my first very basic PR.

I removed loggingexporter since it's deprecated and replaced it with the debugexporter.

@majermarci majermarci requested a review from a team as a code owner March 22, 2024 13:48
@majermarci majermarci requested a review from jkowall March 22, 2024 13:48
Signed-off-by: Marcell Majer <majer.marcell@telekom.hu>
@pavolloffay pavolloffay added the changelog:skip Trivial change that does not require an entry in CHANGELOG label Mar 22, 2024
@@ -13,7 +13,7 @@ import (
"go.opentelemetry.io/collector/connector"
"go.opentelemetry.io/collector/connector/forwardconnector"
"go.opentelemetry.io/collector/exporter"
"go.opentelemetry.io/collector/exporter/loggingexporter"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a breaking change but acceptable as the v2 hasn't been released.

Signed-off-by: Marcell Majer <majer.marcell@telekom.hu>
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.06%. Comparing base (db8c04c) to head (da8d5a6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5291   +/-   ##
=======================================
  Coverage   95.06%   95.06%           
=======================================
  Files         340      340           
  Lines       16610    16610           
=======================================
  Hits        15791    15791           
  Misses        630      630           
  Partials      189      189           
Flag Coverage Δ
badger 13.26% <ø> (ø)
cassandra-3.x 26.44% <ø> (ø)
cassandra-4.x 26.44% <ø> (ø)
elasticsearch-5.x 21.70% <ø> (ø)
elasticsearch-6.x 21.70% <ø> (+0.01%) ⬆️
elasticsearch-7.x 21.77% <ø> (ø)
elasticsearch-8.x 21.87% <ø> (ø)
grpc 10.91% <100.00%> (ø)
kafka 14.73% <ø> (ø)
opensearch-1.x 21.78% <ø> (ø)
opensearch-2.x 21.78% <ø> (+0.01%) ⬆️
unittests 92.29% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Marcell Majer added 2 commits March 22, 2024 15:13
Signed-off-by: Marcell Majer <majer.marcell@telekom.hu>
Signed-off-by: Marcell Majer <majer.marcell@telekom.hu>
@pavolloffay pavolloffay merged commit c56e724 into jaegertracing:main Mar 22, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Trivial change that does not require an entry in CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants