Issue with FastAPI Monitoring and Missing HTTP Request Info

TLDR Vitalik faced an issue with missing HTTP request information in FastAPI monitoring, but resolved it by downgrading FastAPI version from 0.91.0 to 0.90.1.

Photo of Vitalik
Vitalik
Thu, 02 Mar 2023 09:30:04 UTC

Hi, I'm just joined and currently trying to add FastAPI monitoring, but I'm stuck on one problem: I've done everything based on , but while I'm checking collected info in SigNoz Traces/Dashboard I found out that there is no information about Http requests (URL, Method, etc) Maybe someone had similar issues, and can suggest any ideas?

Photo of Vitalik
Vitalik
Thu, 02 Mar 2023 10:13:57 UTC

solved: need to downgrade fastapi version 0.91.0 -> 0.90.1, as `opentelemetry-instrumentation-fastapi` does not support it yet(