Kevin Gosse
Kevin Gosse
Hello, I'm bumping this issue, as we're about to start the work on a new CLI tool, and we'd really like to base it on Spectre.Console. Is there any way...
I have no prior experience with StrongNamer but I'll give it a try 👍
Hello, I can think of two possibilities, but it's not clear from the screenshots which one it is: - If the aspnet.request span is tied to the parent but not...
> I initially thought this implementation would be sufficient, but actually I don't think it will be. With this design we will still send duplicate assemblies if there are multiple...
The next release (hopefully shipping early next week) should significantly improve the startup time on Linux. I hope it will be enough to meet your requirements.
1.24.0 is out: https://github.com/DataDog/dd-trace-dotnet/releases/tag/v1.24.0 Please give it a try when you have a chance and tell us if it fixed your issue.
> `DD_PROFILING_ENABLED` has been enabled also for `2.4.2` The continuous profiler for Linux was first made available with 2.10.0, so this setting would have no effect on previous versions. It...
Just to circle back on this, what is the size of your containers? The profiler currently has a fixed overhead (about 200ms of CPU time per second on Linux, or...
@lukashovancik for the thread spike issue, could it be that you didn't set the `LD_PRELOAD` environment variable? ``` LD_PRELOAD=/opt/datadog/continuousprofiler/Datadog.Linux.ApiWrapper.x64.so ``` If it's omitted then it can cause some deadlocks, which...
Indeed, it looks like the task creating the zip file is skipped, I don't know why.