Skip to content

jairhenrique/dd-trace-py

This branch is 7247 commits behind DataDog/dd-trace-py:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Emanuele Palazzetti
Jul 1, 2017
aec83c3 · Jul 1, 2017
Jun 30, 2017
Jun 7, 2017
Jun 30, 2017
Sep 5, 2016
Aug 23, 2016
Jun 20, 2016
Jul 1, 2017
May 15, 2017
Mar 21, 2017
Mar 3, 2017
Nov 22, 2016
Feb 28, 2017
Jun 30, 2017

Repository files navigation

dd-trace-py

CircleCI

For API docs see http://pypi.datadoghq.com/trace/docs/

Versions

Tracing client libraries will follow semver. While we are less than version 1.0, we'll increment the minor version number for backwards incompatible and significant changes. We'll increment the bugfix version for other changes.

This library is in beta so please pin your version numbers and do phased rollouts.

changelog

Development

Testing

The test suite requires many backing services (PostgreSQL, MySQL, Redis, ...) and we're using docker and docker-compose to start the service in the CI and in the developer machine. To launch properly the test matrix, please install docker and docker-compose using the instructions provided by your platform.

The test suite requires also tox to be ran. You can install it with:

$ pip install tox

You can launch the test matrix using the following rake command:

$ rake test

Benchmarks

When two or more approaches must be compared, please write a benchmark in the tests/benchmark.py module so that we can keep track of the most efficient algorithm. To run your benchmark, just:

$ python -m tests.benchmark

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%