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
I wonder if anyone out there managed to get Dynatrace to work with AsyncIOMotorClient, like when we use Beanie.
It seems that in the Listener the oneage.get_sdk().tracecontext_get_current() is always empty, it's like OneAgent loses track of the current trace context.
Have you guys also seen this?
The text was updated successfully, but these errors were encountered:
The Dynatrace guys that support our organization said that this is not feasible and that we would need to look into use open telemetry.
In Dynatrace/OneAgent-SDK-for-Python#36@Oberon00 mentions the same as the Dynatrace guys told me, the context is in a single thread.
In the meantime we put this on hold, I will come back to you once we resume the work on this space.
Thanks!
I wonder if anyone out there managed to get Dynatrace to work with AsyncIOMotorClient, like when we use Beanie.
It seems that in the Listener the
oneage.get_sdk().tracecontext_get_current()
is always empty, it's like OneAgent loses track of the current trace context.Have you guys also seen this?
The text was updated successfully, but these errors were encountered: