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 !