Stefan Kneidl
Stefan Kneidl
a seperate output toolbox for lsp logs, would be so nice. the C# LSP is quite spammy.
I have the same issue on - Ubuntu 20.04 x64 - .NET Core 3.1 - libgdiplus 6.0.5, 6.0.4 On stackoverflow someone suggested installing libgdiplus 4.2. https://stackoverflow.com/questions/71478697/system-drawing-high-memory-usage-on-linux Unfortunately 20.04 has no...
> The formatting changes make it really hard to review. I don't know if you can undo those but with a big change like this it really makes the diff...
@eerhardt @drewnoakes > Are there tests that can be written for this new functionality? I added for all endpoints IntegrationTests in `OtlpServiceTests.cs`
@JamesNK It's a big honor to receive a review of Newtonsoft.Json's author. Thanks for all your work!
@Drsela sums it up quite nicely. Aspire Dashboard is sufficient for my otlp usecase. I like to see the last couple of months of data and don't want to cry...
> > I do not need separated otlp-collector and db to ensure every bit of data. I use it more like to show trends. > > How are you going...
@notcool11 where do I need to call GetRoutingTags() to add the route values as tags?
@notcool11 Nevermind, I found it myself. I could use your method in: ``` .AddAspNetCoreInstrumentation(o => { o.EnrichWithHttpResponse = (activity, request) => { activity.AddRoutingTags(request); }; }) ``` with: ``` public static...
@MikeShi42 gray bars  How do I change the day alert interval ?