OpenTracing support for Starlette and FastApi applications
Project description
OpenTracing support for Starlette and FastApi. Inspired by: Flask-OpenTracing OpenTracing implementations exist for major distributed tracing systems and can be bound or swapped with a one-line configuration change. This package uses the OpenTracing API for Python to implement it’s functionality.
WORK IN PROGRESS. Not ready for production!
The package will implement: Starlette middleware that can be used to add Opentracing support to all incoming requests. It also support the usage of a customer root span by looking at extra headers for incoming request.
This work was funded by SURFnet.
Installation
Run the following command:
$ pip install Starlette-Opentracing
Usage
See the examples for FastAPI and Starlette in examples/
Deploy
Increase version in VERSION
git commit -a -m "bumped version to 0.0.3"
git tag -a v0.0.3 -m "version 0.0.3"
git push --follow-tags
License info
Copyright 2020 R. Dohmen <acidjunk@gmail.com>
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for Starlette-OpenTracing-0.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb207fced79edd8a3561bf19c71f3e63b8d48b499be4808b20277ceb3a22ab58 |
|
MD5 | 4eb5934e9446e1f0784132257b61ede8 |
|
BLAKE2b-256 | 55a12804f4df2798a99d68853b448de0cad6f28e10844bcc98c15afd02da0c24 |