Python instrumentation with Helios
Benefit from distributed tracing and observability over microservices in Python. The Helios SDK leverages OpenTelemetry to instrument services and tests in Python.
Helios' Python OpenTelemetry SDK is available for installation from PyPI:
https://pypi.org/project/helios-opentelemetry-sdk/
Minimum Python version supported by Helios is 3.7.
An example for a trace from the Helios OpenTelemetry Sandbox that includes instrumentation of a Go service and spans:

A trace from the Helios OpenTelemetry Sandbox that propagates through many microservices, including Python
Installation docs & references
Updated about 1 month ago