On replay of orchestration, Activity.Current is null, loosing correlation for traces within an orchestration
Open
dt.azurestorage
dt.core
durable functions
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
I am facing a problem tracing using an ILogger. Things are working fine except for tracing happening on an orchestration (tracing during a activities is fine). Traces done from orchestration are not correlated (no operation_Id, or operation_ParentId). From looking at the code, there is not Activity.Current that is setup during the replay of an orchestration, which is needed to achieve correlation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.