-
Notifications
You must be signed in to change notification settings - Fork 34
Fix python logs in asyncio code not showing up in scuba #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D75957462 |
6e159f7
to
3a5e0fa
Compare
This pull request was exported from Phabricator. Differential Revision: D75957462 |
3a5e0fa
to
e75e278
Compare
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
f04f1e7
to
4f0b525
Compare
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
4f0b525
to
7bd3f60
Compare
This pull request was exported from Phabricator. Differential Revision: D75957462 |
2 similar comments
This pull request was exported from Phabricator. Differential Revision: D75957462 |
This pull request was exported from Phabricator. Differential Revision: D75957462 |
…#155) Summary: Pull Request resolved: pytorch-labs#155 Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
7bd3f60
to
c279f82
Compare
This pull request was exported from Phabricator. Differential Revision: D75957462 |
c279f82
to
19b622b
Compare
…#155) Summary: Pull Request resolved: pytorch-labs#155 Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
19b622b
to
78ff440
Compare
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
78ff440
to
e5ed92f
Compare
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
e5ed92f
to
c8925f3
Compare
This pull request was exported from Phabricator. Differential Revision: D75957462 |
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
This pull request was exported from Phabricator. Differential Revision: D75957462 |
…#155) Summary: Pull Request resolved: pytorch-labs#155 Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
c8925f3
to
536af59
Compare
…#155) Summary: Pull Request resolved: pytorch-labs#155 Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
This pull request was exported from Phabricator. Differential Revision: D75957462 |
536af59
to
1d2ea28
Compare
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
…#155) Summary: Because we are running our python asyncio event loop on an os thread that tokio doesn't manage, we need to manually propagate our context and create a span while our code is running. This diff adds some helper functions to manually enter and exit a span whenever actor based asyncio code is running. Reviewed By: dulinriley Differential Revision: D75957462
This pull request has been merged in 7d62658. |
Differential Revision: D75957462