-
Notifications
You must be signed in to change notification settings - Fork 178
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 #1178
fix: update references to logging exporter #1178
Conversation
This exporter has been replaced by the debug exporter and will be removed soon Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @codeboten!
Thanks for your contribution!
Unfortunately, this repo has similar problems to opentelemetry-ruby, in that it also uses a version of the collector that predates the debug exporter (though this repo uses 0.54.0, rather than 0.35.0).
See this comment on the other PR for more details: open-telemetry/opentelemetry-ruby#1731 (review)
I'd appreciate your help getting things working if you have the time to assist! I imagine the fixes for one of the repos could easily translate to the other.
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for me too! Good to know about the errors. I didn't see anything that needed immediate attention. Thank you, @codeboten!
This exporter has been replaced by the debug exporter and will be removed soon
Related to open-telemetry/opentelemetry-collector#11037