Nicholas Blumhardt

Results 932 comments of Nicholas Blumhardt

Hi @alex-lawrence-conf, thanks for the ticket and PR! The mechanism you're describing is very similar to what's being discussed in https://github.com/serilog/serilog/issues/1791#issuecomment-1884134585 - just a sketch, but the central idea is...

Hi @alsi-lawr; https://github.com/serilog/serilog/pull/2108 implements a spike of this; although it might take a bit of shuffling of code, hopefully the need to carry through some OTel-specific things like resource attributes...

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#) would...

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 default...

Thanks for the follow-up! Perhaps for this use-case a local, buffering, OTLP forwarder service and `AuditTo` support would be a viable option? On the surface it's a fairly uncommon set...

Hi! Currently there are a few ways to implement this, I'm not sure they're quite as good as a built-in feature, but I don't think the gap is enough to...

> > A variation on this is to use AsyncLocal to hold state, and push/pop in the parsers that produce/consume it. > > Ah! That's an interesting idea. Not sure...

The configuration API is designed so that if the OTLP endpoints for logs and spans are in completely separate systems, with different auth requirements or protocols, two instances of the...

Thanks for the follow-up. An option like `SendSpansToLogsEndpoint` seems reasonable, but I'm hesitant to bake this in without a bit more time to size up the scenario, while a workaround...

Hi! It's not clear exactly what you are aiming to do - I'd recommend raising this one on Stack Overflow with the `serilog` tag, there are limited watchers on this...