Skip to main content

fastapi opentracing middleware works with istio

Project description

fastapi-opentracing

fastapi opentracing middleware works with istio

install:

pip install fastapi-opentracing

example:

from fastapi import FastAPI
import uvicorn
from fastapi_opentracing import get_opentracing_span_headers
from fastapi_opentracing.middleware import OpenTracingMiddleware

app = FastAPI()

app.add_middleware(OpenTracingMiddleware)


@app.get("/")
async def root():
    carrier = await get_opentracing_span_headers()
    return {'span': carrier}

if __name__ == "__main__":
    uvicorn.run(app, host="0.0.0.0", port=8000)

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

fastapi_opentracing-0.3.1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file fastapi_opentracing-0.3.1.tar.gz.

File metadata

  • Download URL: fastapi_opentracing-0.3.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.8

File hashes

Hashes for fastapi_opentracing-0.3.1.tar.gz
Algorithm Hash digest
SHA256 345d4e7d80058def27bc76b6b1f1b2af9526b80a85d13894f528b0a5bae76a2d
MD5 d9f7bf3d0d526553e653aee136f985c8
BLAKE2b-256 86c0a64fdf99fd6c336bb181a7d3a4faf8c72f44688821015941dbe5d55cac48

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page