Hi, I'm just joined and currently trying to add Fa...
# general
v
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 this guide, 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?
solved: need to downgrade fastapi version 0.91.0 -> 0.90.1, as
opentelemetry-instrumentation-fastapi
does not support it yet(