How do you use the new Distributed Tracing v2 feature in Python Durable Functions? #2840
Replies: 1 comment
-
It could have been another thing I fixed when trying a bunch of things but I believe the fix for this was migrating from an instrumentation key to a connection string. It seems to be working now as intended. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am trying to implement the distributed tracing v2 functionality in Python durable and I just flat out cannot get it working. I have followed all of the directions. I have tried extension bundle, I have also tried explicitly installing extensions. I can see the logs in app insights but they are not correlated in the slightest. Like when a sub-orchestrator starts there is no correlation back to the main orchestrator. Activity functions are not correlated, nothing. My end-to-end transaction looks nothing like the image shown each thing appears with no correlation. Im sure this has been tested for Python and I am just missing something. Is there an example Python project somewhere where this works I can replicate?
Beta Was this translation helpful? Give feedback.
All reactions