Skip to content

The Python implementation of the "BasicTracer" reference implementation. πŸ›‘ This library is DEPRECATED!

License

Notifications You must be signed in to change notification settings

opentracing/basictracer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b55c192 Β· Apr 12, 2021

History

93 Commits
Aug 17, 2020
May 12, 2019
Aug 17, 2020
Jul 10, 2018
Apr 19, 2016
Aug 17, 2020
Apr 12, 2021
Apr 28, 2018
May 9, 2016
Jul 10, 2018
May 12, 2019
Apr 20, 2016
Apr 20, 2016
Apr 20, 2016
Apr 12, 2021
Apr 30, 2019

Repository files navigation

Gitter chat Build Status PyPI version

Basictracer Python

A python version of the "BasicTracer" reference implementation for OpenTracing.

The examples/ directory contains a sample of how the BasicTracer implementation could be used to display spans in the console.

Development

Tests

virtualenv env
. ./env/bin/activate
make bootstrap
make test

You can use tox to run tests as well.

tox

Releases

Before new release, add a summary of changes since last version to CHANGELOG.rst

pip install zest.releaser[recommended]
prerelease
release
git push origin master --follow-tags
python setup.py sdist upload -r pypi
postrelease
git push

Licensing

Apache 2.0 License.

About

The Python implementation of the "BasicTracer" reference implementation. πŸ›‘ This library is DEPRECATED!

Resources

License

Stars

Watchers

Forks

Packages

No packages published