Metadata-Version: 2.1
Name: opentracing-compose
Version: 0.1.1
Summary: Opentracing tracer that composes other tracers
Home-page: https://github.com/bdowning/opentracing-compose
License: MIT
Author: Brian Downing
Author-email: bdowning@lavos.net
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: opentracing
Project-URL: Repository, https://github.com/bdowning/opentracing-compose
Description-Content-Type: text/markdown

# opentracing-compose

An Opentracing tracer that composes multiple other tracers.
Used to trace to multiple Opentracing implementations at once.

## License

MIT.

---
Copyright (c) 2020 Brian Downing

