Skip to content

acidjunk/starlette-opentracing

Repository files navigation

Starlette-OpenTracing

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 will, when ready, also contain 2 decorators that can be used to decorate routes: one to setup tracing without the middleware and one to add extra tags/spans for an endpoint.

Installation

Run the following command:

$ pip install Starlette-Opentracing

Usage

Todo

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

http://www.apache.org/licenses/LICENSE-2.0

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.

About

Opentracing support for Starlette and FastApi

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages