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
Auto instrumentation of FastAPI, even on a single process, is not working on the latest release. When manually instrumenting the service, it appears to work.
Describe your environment
OS: Fedora 40
Python version: Python 3.11.9
SDK version: 1.26.0
API version: 1.26.0
FastAPI: 0.111.0
What happened?
Auto instrumentation of FastAPI, even on a single process, is not working on the latest release. When manually instrumenting the service, it appears to work.
Steps to Reproduce
start.sh
http://127.0.0.1:8000/
in a browserExpected Result
Traces are printed to the console.
Actual Result
No traces are printed to the console.
Additional context
Manually instrumenting the service produces traces:
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: