OpenTelemetry for Python
The official OpenTelemetry Python SDK adds automatic and manual instrumentation to your Python applications so they can send telemetry data to Honeycomb.
How it works
Honeycomb supports receiving telemetry data via OpenTelemetry’s native protocol, OTLP, over gRPC, HTTP/protobuf, and HTTP/JSON. Simply use the official OpenTelemetry Python SDK and you can configure it to send data to Honeycomb directly from the application, or via an OpenTelemetry Collector.