For context, I have a ASP.NET Core application that is a microservice that ingests Azure Service bus messages. After ingesting it runs a variety of http calls to other microservices. I plugged in the quickstart stuff but none of those http calls are logged so my thought was that I should consume any transaction headers on any queries that I make to other services if they are present and manually use the public api for tracers to setup my transactions. Unless there is a better way to consume this?