ddtrace 2.14.2
0
Datadog APM client library
Contents
Datadog APM client library
Stars: 546, Watchers: 546, Forks: 411, Open Issues: 171The DataDog/dd-trace-py
repo was created 8 years ago and the last code push was Yesterday.
The project is popular with 546 github stars!
How to Install ddtrace
You can install ddtrace using pip
pip install ddtrace
or add it to a project with poetry
poetry add ddtrace
Package Details
- Author
- None
- License
- LICENSE.BSD3
- Homepage
- None
- PyPi:
- https://pypi.org/project/ddtrace/
- Documentation:
- https://ddtrace.readthedocs.io/en/stable/
- GitHub Repo:
- https://github.com/DataDog/dd-trace-py
Classifiers
Related Packages
Errors
A list of common ddtrace errors.
Code Examples
Here are some ddtrace
code examples and snippets.
GitHub Issues
The ddtrace package has 171 open issues on GitHub
- Make Span.meta private
- refactor: get environment tag from span instead of span.tracer
- chore!: remove Span.tracer [merge to 1.0-dev]
- fix(profiling/heap): use the right integer type to iterate over freezer frees (backport #3174)
- fix(profiling/heap): check correctly maximum number of tracked allocs (backport #3162)
- refactor(profiling/heap): do not use global heap tracker (backport #3167)
- Inject trace context into different AWS managed services
- [AppSec] move appsec to a SpanProcessor
- chore!: deprecate HTTPServerConfig
- chore!: remove DD_CALL_BASIC_CONFIG from the public api [merge to v1.0]
- chore!: remove HTTPServerConfig from the public api [merge to v1.0]
- docs: add note that aiohttp requires additional setup
- docs: make tracer import explicit
- Tracing across async generators with tracer.wrap decorator
- sanic: add support for Sanic>=21.9.0