TLDR Div reported an issue with traces on Signoz, but after discussing with Srikanth, they discovered that the actual number of calls matched on both Signoz and Cloudwatch.
How many requests were received in that duration? The logs may also contain `OPTIONS` header requests?
I did not get any OPTIONS, only the request handler and GET for this endpoint
You gotta answer the question _How many real requests were received in that duration?_ Is it 3 or is it 6? What do those logs on the right indicate? Does the number of logs matching string indicate number of requests?
Srikanth Thanks for looking into this, after looking into the details in cloudwatch I found out actually its 3 calls only registered in cloud watch as well, and same is reflected on Signoz, Sorry for misunderstanding (every call has a another ack in cloudwatch)
Div
Tue, 28 Mar 2023 04:02:41 UTCHI Team, I am facing an issue with traces on Signoz, in the traces for this service I can see it logged only 3 calls. but looking at the cloudwatch I can check we have 6 calls, as attached in the screenshot.