Hi everyone,
I am facing a very weird problem that I couldn't get a solution to.
My Setup :
I have setup a self hosted Signoz on a EC2 machine . I am using this to monitor a FastAPI application. I have setup opentelemetry autoinstrumentation for traces , metrics and logs. This was achieved by installing some packages and exporting some env variables.
My problem :
There are many traces (On the Traces > List page) which when I click opens up a page with entirely different route. Then when I searched the trace ID it was mapped to multiple routes on different days as well , so a random route is being picked up.
What I have confirmed :
I have checked whether this could be application fault since it runs in async , but that is not the cause since it is mixing up with a completely different service as well with no common infrastructure.
Please help !
Maolik Khullar
08/22/2025, 10:03 AM
Can anybody help me with this ?
s
Surbhi Gupta
08/22/2025, 11:38 AM
@Maolik Khullar i think there could be some configuration issues? can you check the configs once?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.