Hi <@U03BTNACHNX>, I am not sure if this is the ri...
# support
n
Hi @nitya-signoz, I am not sure if this is the right place for this question. In case it isn't, let me know: I am trying self-hosted signoz, running it as a docker service. I noticed in the documentation that to setup instrumentation for a FastAPI app you are suggesting two libraries,
opentelemetry-distro==0.43b0
and o`pentelemetry-exporter-otlp==1.22.0`. I had no luck producing traces with these versions. Replacing them with 0.41b0 and 1.20.0 respectively seemed to solve the problem. Nevertheless I am asking here whether there might be some known reason behind this. Bear in mind that versions after 0.42b0 have a known issue with
opentelemetry-instrumentation-aiohttp-server
. That library has to be installed separately (I am mentioning for the case it matters for some reason)