Lucas Pimentel
Lucas Pimentel
Same here. This happened after updating Windows 10 to 1903, and reinstalling the app fixed it.
I'm closing this ticket since there are no plans to add this feature to the .NET Tracer.
@zacharycmontoya, what is the status of this work? Can we close this PR?
Thanks for bringing this to our attention, Tyler. I had not looked at this API in a long time, so I had to take some time to review it. And...
Thanks for the contribution, @moonheart, we have no plans to add this feature to the .NET Tracer. I closed the related ticket two months ago and neglected to close the...
I'm closing this ticket as stale (over one year). I hope your issue was resolved! If not, definitely contact support and try to include a reference to the original support...
Closing this ticket since we haven't supported tracer releases 1.x for a few months. We recommend using the [latest tracer release](https://github.com/DataDog/dd-trace-dotnet/releases/latest) instead. If you encounter any problems, please create a...
> push the spans to a stats computation thread, where the stats points will be created, and once that is done push the spans onto the trace serialization thread Sounds...
Thanks for reaching out, Jason. `StringBuilderCache` is based on this internal implementation in .NET: https://github.com/dotnet/runtime/blob/main/src/libraries/Common/src/System/Text/StringBuilderCache.cs Its goal is to avoid allocating (and collecting) many small `StringBuilder` instances when we could...
Closing as stale.