opentelemetry-instrumentation-threading 0.61b0


pip install opentelemetry-instrumentation-threading

  Latest version

Released: Mar 04, 2026


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

pypi

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

Extras: None
Dependencies:
opentelemetry-api (~=1.12)
opentelemetry-instrumentation (==0.61b0)
wrapt (<2.0.0,>=1.0.0)