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
OTel Python automatic instrumentation doesn't support Flask or Werkzeug 3.0+.
This will be addressed in [this PR](open-telemetry/opentelemetry-python-contrib#2013)
As a result, the automatic instrumentation example doesn't work.
This has been an issue since Oct and reported in multiple issues across multiple repositories.
The getting started automatic instrumentation does work as it's pinned to versions less than 3.0.
Update the documentation for the automatic instrumentation so it work.
Addresses: open-telemetry/opentelemetry-python#3543
Also switch to venv over virtualenv to be consistent with getting started documentation
and to remove an additional dependency.
Once the above PR is merged, both the getting started and automatic instrumentation example
documentation should be updated to remove the pinning.
0 commit comments