Tracing is broken when AspNetCore integration is used #2875
Labels
Needs: Triage (Functions)
potential-bug
Items opened using the bug report template, not yet triaged and confirmed as a bug
Description
I configure ASP.NET Core integration along with OTel in the following way
and enable host telemetry with
In my function code I create another activity
What I get:
I.e.
GET
- incoming HTTP request to hostGET
- outgoing HTTP request from host to workerTestFuncs GET api/Function1
- incoming request on worker tracked by ASP.NET Core and OTel instrumentation on the workerTHIS IS A TEST
generated withinFunction1
execution. It's a child of the incoming request to host - this is the problemWhat I expect
GET
- incoming HTTP request to hostGET
- outgoing HTTP request from host to workerTestFuncs GET api/Function1
- incoming request on worker tracked by ASP.NET Core and OTel instrumentation on the workerTHIS IS A TEST
generated withinFunction1
execution. It's a child of the incoming request to workerSteps to reproduce
docker run --rm -p 18888:18888 -p 4317:18889 -p 4318:18890 --name aspire-dashboard mcr.microsoft.com/dotnet/nightly/aspire-dashboard:latest
Related to #2733
The text was updated successfully, but these errors were encountered: