Laila Bougria

Results 6 comments of Laila Bougria

I'm not sure when this will be picked up, but structured logging is on our backlog. Thanks for raising this. Which library are you using for structured logging?

@SimonCropp If you're referring to sending a message to the error queue with "message discard", then you could use an [error notification](https://docs.particular.net/nservicebus/recoverability/subscribing-to-error-notifications) to do that. The question is, is that...

Personally, I'm all for: > I guess one of the solutions could be storing the timeouts in the saga store as proposed by @andreasohlund and myself. Then in the case...

We did: https://docs.particular.net/nservicebus/operations/opentelemetry#meters-emitted-meters

From my tests, just setting the status on the activity doesn't propagate that information into the exporter tool. To make that work, you need to set specific Otel tags: ```...

Thanks, @danielmarbach, for the ping! Regarding @martinjt's [comment](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1528#discussion_r1549378766): > I'm honestly not sure whether the separation of allowing people to turn on/off subscriber or publisher. Is that actually a usecase?...