You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all,
I am using the Functions.Worker.Extensions.DurableTask package (not the WebJob one) in one of my project and after running my app and looking in AppInsights, I can see that the traces between my different activities are not correlated.
I looked in the source code and under WebJobs.Extensions.DurableTask, a folder Correlation seems to contain the code to handle the correlation logic between the traces. But under Worker.Extensions.DurableTask, no such code is found.
Am I correct by saying that this feature is not implemented in the Worker package (contrarily to the WebJob package)? And if so, is there some plan to implement it at some point?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I am using the
Functions.Worker.Extensions.DurableTask
package (not the WebJob one) in one of my project and after running my app and looking in AppInsights, I can see that the traces between my different activities are not correlated.I looked in the source code and under
WebJobs.Extensions.DurableTask
, a folder Correlation seems to contain the code to handle the correlation logic between the traces. But underWorker.Extensions.DurableTask
, no such code is found.Am I correct by saying that this feature is not implemented in the Worker package (contrarily to the WebJob package)? And if so, is there some plan to implement it at some point?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions