11 Apr 2025 07:19 AM
Hello friends
Is it possible to monitor my application in Python version 2.7.5 with Opentelemetry?
I can't find the library because it is an old version.
Thanks for your help.
Solved! Go to Solution.
12 Apr 2025 06:07 PM - edited 12 Apr 2025 09:16 PM
Hi,
Python 2.7.x is EOL since year and not more supported (i think 2020).
It isn't supported by OTEL, but I think you can try any otel build released before 2019 (unsupported) or with OpenTracing (deprecated).
23 Apr 2025 09:38 PM
Hi,
Thanks for your answer.
Do you have an example that you have tested?
Because even before 2019, I could only find python 3+ OTEL libraries. Unfortunately I couldn't find them for 2.7.
Or can you share a guiding document for OpenTracing?
Best Regards.