Get Started • Get Involved • Migrating from SignalFx Python Tracing
Examples • Security • Supported Libraries • Troubleshooting
The Splunk distribution of OpenTelemetry Python provides multiple installable packages that automatically instrument your Python application to capture and report distributed traces to Splunk APM. Instrumentation works by patching supported libraries at runtime with an OpenTelemetry-compatible tracer to capture and export trace spans.
This distribution comes with the following defaults:
- W3C tracecontext and W3C baggage context propagation; B3 can also be configured.
- OTLP gRPC
exporter
configured to send spans to a locally running Splunk OpenTelemetry
Connector
(
http://localhost:4317
). - Unlimited default limits for configuration options to support full-fidelity traces.
If you're currently using the SignalFx Tracing Library for Python and want to migrate to the Splunk Distribution of OpenTelemetry Python, see Migrate from the SignalFx Tracing Library for Python.
This Splunk Distribution of OpenTelemetry requires Python 3.7 or later. Supported libraries are listed here.
For complete instructions on how to get started with the Splunk Distribution of OpenTelemetry Python, see Instrument a Python application for Splunk Observability Cloud in the official documentation.
The Splunk distribution of OpenTelemetry Python Instrumentation is a distribution of OpenTelemetry Python. It is licensed under the terms of the Apache Software License version 2.0. See the license file for more details.