How to install ddtrace - Datadog tracing library for Python

If you want to install ddtrace a well-known datadog's tracing library for Python that is used to trace requests as they flow across web servers, databases, and microservices for troubleshooting, then you can make use of the pip package manager.

Installation Command

pip install ddtrace

If you want to install a specific version of ddtrace then you can do that by passing the version number.

pip install ddtrace==1.7.1
How to install ddtrace package
References:

- https://pypi.org/project/ddtrace/

- https://github.com/DataDog/dd-trace-py

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!