Hey folks,
I need help with a strange observation. Here is the context:
I built a Golang application using Gin, deployed it to e2 8core 16gigs Compute instance on GCP.
I built a simple endpoint that makes 2 database query calls and returns the response. Its a Get Todos API endpoint. Im attaching the trace breakdown of the request along with the Postman API call.
TAT on Signoz: 18.29ms
TAT on Postman: 515ms
Compute instance location: us-central1 Iowa
My location: Bangalore, India
I tried making the curl request through gcloud CLI which was also provisioned in Iowa the latency was 400ms, which is still higher.
Anybody has any idea how to reduce the latency here?
Thanks in advance