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:
- OTLP gRPC exporter
configured to send spans to a locally running
Splunk OpenTelemetry Collector
(
http://localhost:4317
). - Unlimited default limits for configuration options to support full-fidelity traces.
- Inclusion of system metrics
This Splunk Distribution of OpenTelemetry requires Python 3.8 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.