We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9860f5a commit 64d8c80Copy full SHA for 64d8c80
src/api.py
@@ -27,7 +27,6 @@
27
rest_app.include_router(motor.router)
28
rest_app.include_router(rocket.router)
29
30
-FastAPIInstrumentor.instrument_app(rest_app)
31
RequestsInstrumentor().instrument()
32
33
# Compress responses above 1KB
@@ -104,3 +103,5 @@ async def validation_exception_handler(
104
103
105
app.mount("/mcp", mcp_app)
106
app.mount("/", rest_app)
+
107
+FastAPIInstrumentor.instrument_app(app)
0 commit comments