Issue with Traces on Signoz and Cloudwatch Calls

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.

Photo of Div
Div
Tue, 28 Mar 2023 04:02:41 UTC

HI 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.

Photo of Srikanth
Srikanth
Tue, 28 Mar 2023 04:34:21 UTC

How many requests were received in that duration? The logs may also contain `OPTIONS` header requests?

Photo of Div
Div
Tue, 28 Mar 2023 05:02:46 UTC

I did not get any OPTIONS, only the request handler and GET for this endpoint

Photo of Srikanth
Srikanth
Tue, 28 Mar 2023 05:04:36 UTC

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?

Photo of Div
Div
Tue, 28 Mar 2023 05:29:28 UTC

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)