-
Notifications
You must be signed in to change notification settings - Fork 651
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
Remove flush
method on LogEmitter
#2584
Comments
Hey folks, I'm new to contributing, and was hoping to give this issue a shot. Skimming through the source code, it looks like solving this issue should be as simple as deleting this snippet of code:
Feel free to let me know if I'm missing anything, or if you have any tips/recommendations! |
@srikanthccv |
Leighton, You are confusing the @pranavmarla deleting the code alone is not enough. SDK should complete the |
Thanks @srikanthccv. I went through all the related PRs and issues to gather context -- if I understand correctly, this is what you're saying needs to be done: In the file
Does that sound right? |
replace the |
But |
You need to obtain the emitter from the provider. It will look something like |
Ahh gotcha -- thanks! |
FYI, for my own future reference, here are some links I found containing important context for this issue:
|
Update: I believe I've successfully completed the fix! |
@srikanthccv |
Following this spec change open-telemetry/opentelemetry-specification@441bafa
The text was updated successfully, but these errors were encountered: