Otel Module (1.5.0)
Global variables
is_compatible
Global boolean variable that can be used to check if Opentelemetry is
compatible with the active Python version. As of 1.5.0, Opentelemetry is
supported on Python versions 3.7 and higher on Windows and Linux/Unix (except Solaris).
Examples
>>> from universal_extension import otel
>>> if otel.is_compatible:
>>> from opentelemetry import trace