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

A trace from the Helios OpenTelemetry Sandbox that propagates through many microservices, including Python

๐Ÿ“˜

Installation docs & references