-
Notifications
You must be signed in to change notification settings - Fork 533
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
fix: update references to logging exporter #2441
fix: update references to logging exporter #2441
Conversation
This exporter has been replaced by the debug exporter and will be removed soon. Related to open-telemetry/opentelemetry-collector#11037 Signed-off-by: Alex Boten <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2441 +/- ##
==========================================
- Coverage 90.97% 90.77% -0.21%
==========================================
Files 146 156 +10
Lines 7492 7716 +224
Branches 1502 1584 +82
==========================================
+ Hits 6816 7004 +188
- Misses 676 712 +36 |
Thanks. Do you think we'll also need to update the version from otel/opentelemetry-collector-contrib:0.61.0. I'm guessing that version in ancient at this point. |
- drop Jaeger from examples (given open-telemetry/opentelemetry-specification#3551) - update otel-collector-contib version and switch from logging to debug exporter (lifted from open-telemetry#2441) - various other small fixes to get the README steps basically working
I found it was necessary to update, along with a number of other changes to get the example to work. |
Closing in favour of #2465 |
- drop Jaeger from examples (given open-telemetry/opentelemetry-specification#3551) - update otel-collector-contib version and switch from logging to debug exporter (lifted from #2441) - various other small fixes to get the README steps basically working Refs: #2441
This exporter has been replaced by the debug exporter and will be removed soon. Related to open-telemetry/opentelemetry-collector#11037