Repository URL to install this package:
Version:
1:7.26.0-1 ▾
|
datadog-agent
/
opt
/
datadog-agent
/
embedded
/
lib
/
python3.8
/
site-packages
/
ddtrace-0.32.2.dist-info
/
METADATA
|
---|
Metadata-Version: 2.1
Name: ddtrace
Version: 0.32.2
Summary: Datadog tracing code
Home-page: https://github.com/DataDog/dd-trace-py
Author: Datadog, Inc.
Author-email: dev@datadoghq.com
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: psutil (>=5.0.0)
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: funcsigs (>=1.0.0) ; python_version == "2.7"
Provides-Extra: opentracing
Requires-Dist: opentracing (>=2.0.0) ; extra == 'opentracing'
# dd-trace-py
`ddtrace` is Datadog's tracing library for Python. It is used to trace requests
as they flow across web servers, databases and microservices so that developers
have great visiblity into bottlenecks and troublesome requests.
## Getting Started
For a basic product overview, installation and quick start, check out our
[setup documentation][setup docs].
For more advanced usage and configuration, check out our [API
documentation][pypi docs].
For descriptions of terminology used in APM, take a look at the [official
documentation][visualization docs].
[setup docs]: https://docs.datadoghq.com/tracing/setup/python/
[pypi docs]: http://pypi.datadoghq.com/trace/docs/
[visualization docs]: https://docs.datadoghq.com/tracing/visualization/