Thread context propagation support for OpenTelemetry
Project Links
Meta
Author: OpenTelemetry Authors
Requires Python: >=3.9
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Programming Language
- Python
- Python :: 3
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
This library provides instrumentation for the threading module to ensure that the OpenTelemetry context is propagated across threads. It is important to note that this instrumentation does not produce any telemetry data on its own. It merely ensures that the context is correctly propagated when threads are used.
Installation
pip install opentelemetry-instrumentation-threading
References
0.61b0
Mar 04, 2026
0.60b1
Dec 11, 2025
0.60b0
Dec 03, 2025
0.59b0
Oct 16, 2025
0.58b0
Sep 11, 2025
0.57b0
Jul 29, 2025
0.56b0
Jul 11, 2025
0.55b1
Jun 10, 2025
0.55b0
Jun 04, 2025
0.54b1
May 16, 2025
0.54b0
May 09, 2025
0.53b1
Apr 15, 2025
0.53b0
Apr 10, 2025
0.52b1
Mar 20, 2025
0.52b0
Mar 12, 2025
0.51b0
Feb 04, 2025
0.50b0
Dec 11, 2024
0.49b2
Nov 18, 2024
0.49b1
Nov 08, 2024
0.49b0
Nov 05, 2024
0.48b0
Aug 28, 2024
0.47b0
Jul 25, 2024
0.46b0
May 31, 2024
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
opentelemetry-api
(~=1.12)
opentelemetry-instrumentation
(==0.61b0)
wrapt
(<2.0.0,>=1.0.0)