How to start/continue an activity across boundaries in .NET 8
I have some micro-services running a bunch of workloads, and I’m trying to trace the “route” of a given workload. I’m using .NET Aspire, and have the 3 background worker projects added and a Web API project.