blueswen / fastapi-jaeger

Trace FastAPI with Jaeger through OpenTelemetry Python API and SDK.
81 stars 21 forks source link

small error for method name `error_test` #1

Closed larrycai closed 1 year ago

larrycai commented 1 year ago
@app.get("/error_test")
async def random_sleep(response: Response):

it shall be error_test

f"http://localhost:8000/" here f is not needed.

blueswen commented 1 year ago

Nice catch! Thanks for reminding. Already fixed in https://github.com/blueswen/fastapi-jaeger/commit/56bf7016a60c523c47274dd49ee88c70da5d4b48.