Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DataDog/dd-trace-py
Datadog Python APM Client
https://github.com/DataDog/dd-trace-py
apm ci datadog debugging error-monitoring observability profiling python security tracing
Last synced: 15 days ago
JSON representation
Datadog Python APM Client
- Host: GitHub
- URL: https://github.com/DataDog/dd-trace-py
- Owner: DataDog
- License: other
- Created: 2016-06-20T18:52:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:50:42.000Z (15 days ago)
- Last Synced: 2024-10-29T09:52:02.317Z (15 days ago)
- Topics: apm, ci, datadog, debugging, error-monitoring, observability, profiling, python, security, tracing
- Language: Python
- Homepage: https://ddtrace.readthedocs.io/
- Size: 66.2 MB
- Stars: 548
- Watchers: 573
- Forks: 412
- Open Issues: 194
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing-integrations.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `ddtrace`
[![CircleCI](https://circleci.com/gh/DataDog/dd-trace-py/tree/main.svg?style=svg)](https://circleci.com/gh/DataDog/dd-trace-py/tree/main)
[![PypiVersions](https://img.shields.io/pypi/v/ddtrace.svg)](https://pypi.org/project/ddtrace/)
[![Pyversions](https://img.shields.io/pypi/pyversions/ddtrace.svg?style=flat)](https://pypi.org/project/ddtrace/)This library powers [Distributed Tracing](https://docs.datadoghq.com/tracing/),
[Continuous Profiling](https://docs.datadoghq.com/tracing/profiler/),
[Error Tracking](https://docs.datadoghq.com/tracing/error_tracking/),
[Continuous Integration Visibility](https://docs.datadoghq.com/continuous_integration/),
[Deployment Tracking](https://docs.datadoghq.com/tracing/deployment_tracking/),
[Code Hotspots](https://docs.datadoghq.com/tracing/profiler/connect_traces_and_profiles/),
[Dynamic Instrumentation](https://docs.datadoghq.com/dynamic_instrumentation/),
and more.To get started with tracing, check out the [product documentation][setup docs] or the [glossary][visualization docs].
For advanced usage and configuration information, check out the [library documentation][api docs].
To get started as a contributor, see [the contributing docs](https://ddtrace.readthedocs.io/en/stable/contributing.html) first.
[setup docs]: https://docs.datadoghq.com/tracing/setup/python/
[api docs]: https://ddtrace.readthedocs.io/
[visualization docs]: https://docs.datadoghq.com/tracing/visualization/