There was an error while loading. Please reload this page.
1 parent 4b8e2f2 commit 75b108cCopy full SHA for 75b108c
README.rst
@@ -245,6 +245,7 @@ To setup Jaeger tracer and enable Middleware that captures every request in open
245
246
from fastapi import FastAPI
247
from fastapi_contrib.tracing.middlewares import OpentracingMiddleware
248
+ from fastapi_contrib.tracing.utils import setup_opentracing
249
250
app = FastAPI()
251
0 commit comments