We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe your environment. Describe any aspect of your environment relevant to the problem:
If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.
opentelemetry-dotnet/src/OpenTelemetry/Trace/TracerProviderSdk.cs
Lines 53 to 56 in b741947
Steps to reproduce. If we run Examples.Console -> console type in release, no data will be printed
What is the expected behavior? If we run Examples.Console -> activity would be printed
What is the actual behavior? If we run Examples.Console -> no data printed
Additional context. Today, ActivityProcessor isn't implementing IDisposable
ActivityProcessor
The text was updated successfully, but these errors were encountered:
Assign me when possible. I will take a look at this.
Sorry, something went wrong.
eddynaka
Successfully merging a pull request may close this issue.
Describe your environment. Describe any aspect of your environment relevant to the problem:
If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.
opentelemetry-dotnet/src/OpenTelemetry/Trace/TracerProviderSdk.cs
Lines 53 to 56 in b741947
Steps to reproduce.
If we run Examples.Console -> console type in release, no data will be printed
What is the expected behavior?
If we run Examples.Console -> activity would be printed
What is the actual behavior?
If we run Examples.Console -> no data printed
Additional context.
Today,
ActivityProcessor
isn't implementing IDisposableThe text was updated successfully, but these errors were encountered: