A clear and concise description of what the bug is. Please make an effort to fill in all the sections below; the information will help us investigate your issue.
A clear and concise description of what you expected to happen.
Distributed Tracing includes traces from Durable Entities and correlates traces for both the initial execution of the orchestrator as well as replays of the orchestrator.
Actual behavior
A clear and concise description of what actually happened.
Distributed Tracing does not correlate traces from Durable Entities in the End-to-end transaction view in Application Insights UI.
Provide a description of any known workarounds you used.
App Details
Durable Functions extension version (e.g. v1.8.3): 2.9.5
Azure Functions runtime version (1.0 or 2.0): 4
Programming language used: C#
Screenshots
If applicable, add screenshots to help explain your problem.
If deployed to Azure
We have access to a lot of telemetry that can help with investigations. Please provide as much of the following information as you can to help us investigate!
If you don't want to share your Function App or storage account name GitHub, please at least share the orchestration instance ID. Otherwise it's extremely difficult to look up information.
Description
Distributed Tracing does not work at all for Durable Entities, as this sample https://github.com/Azure/azure-functions-durable-extension/blob/dev/samples/correlation-csharp/FunctionAppCorrelation/EntityOrchestration.cs would otherwise suggest that it does work.
Expected behavior
Distributed Tracing includes traces from Durable Entities and correlates traces for both the initial execution of the orchestrator as well as replays of the orchestrator.
Actual behavior
Distributed Tracing does not correlate traces from Durable Entities in the End-to-end transaction view in Application Insights UI.
Relevant source code snippets
Known workarounds
App Details
Screenshots
If deployed to Azure