alsi-lawr
alsi-lawr
@theonekingboo Not a bug. It's a misunderstanding of how to setup the plugin. If you want to override the dap, it should look like: ```lua require("csharp").setup({ dap = { adapter_name...
> I see also the usage of HttpClient in combination with the usage of HttpMessageHandler problematic: > > https://github.com/serilog/serilog-sinks-opentelemetry/blob/8aba13239a2b11bab6265a586776eed961e025a4/src/Serilog.Sinks.OpenTelemetry/Sinks/OpenTelemetry/Exporters/GrpcExporter.cs#L53 > > Better would be to use the IHttpClientFactory or inject...
@cecilphillip you can configure the processor at the otel-collector to regroup by whichever labels you wish (groupbyatttrs), which sets the resource labels. Alternatively, the environment name and machine name are...
From what I can tell, this has been fixed in `0.116.1`. I ran into this issue last night while debugging a separate issue on our test servers. See https://github.com/open-telemetry/opentelemetry-collector-releases/issues/783 for...
> Hi @alex-lawrence-conf, thanks for the ticket and PR! > > The mechanism you're describing is very similar to what's being discussed in [serilog/serilog#1791 (comment)](https://github.com/serilog/serilog/issues/1791#issuecomment-1884134585) - just a sketch, but...
@nblumhardt a quick point about how this use case wouldn't be generalisable is that what I've implemented captures the exact request that would have been sent as either Protobuf or...
@nblumhardt is there scope to implement the fallback features in this package now? I can work on integrating some of the otel-specific things from my fork into the new framework,...
> Thanks for the ping! Returning to this, I'm not 100% clear on how usage would look, could you possibly post a short snippet showing what the configuration (in C#)...
> Thanks for the follow-up. I think to do anything specific for fallbacks in this sink we'd need to dig a bit deeper into examples of what's possible with the...
You most likely followed the `dotnet-install.sh` method. This will only install dotnet for the current user ($HOME/.dotnet). This means that any global tools will use the `DOTNET_ROOT` env var, or...