Available via: native OpenTelemetry support (Python). This is not a Zespan SDK wrapper — see Send traces from any OTel-instrumented app for how the underlying endpoint works.
StrandsTelemetry helper reads standard OTEL_* environment variables, so pointing it at Zespan is pure configuration.
Installation
Setup
StrandsTelemetry().setup_otlp_exporter() explicitly if you need to pass the endpoint/headers directly instead of through the environment.

