Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python automatic instrumentation directions
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.
- Loading branch information