Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
431 stars 184 forks source link

No spans from blog trigger in isolated worker (host or worker) #2802

Open lmolkova opened 3 weeks ago

lmolkova commented 3 weeks ago

Here's the repro app: https://github.com/lmolkova/testfuncotel

Environment:

It has:

What I see:

Expected:

Blob trigger is reported as a span on the host and custom activity is reported from inside the trigger code.