You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Facing an issue using new relic for micro-service external call monitoring. What expected is if an external call takes 10ms time and there are 100 concurrent calls in a transaction the latency of a single transaction shouldn't add up this value to increase the final latency on the monitoring by 1s.
Because of this I am unable to get actual latency for my requests and adding alerting on this is quite dicey as concern for me is to raise an issue if the latency is affected, not if the number of batch calls are increasing. Supposing a case where I call external service in loop of go routines.
The text was updated successfully, but these errors were encountered:
Hey,
Facing an issue using new relic for micro-service external call monitoring. What expected is if an external call takes 10ms time and there are 100 concurrent calls in a transaction the latency of a single transaction shouldn't add up this value to increase the final latency on the monitoring by 1s.
Because of this I am unable to get actual latency for my requests and adding alerting on this is quite dicey as concern for me is to raise an issue if the latency is affected, not if the number of batch calls are increasing. Supposing a case where I call external service in loop of go routines.
The text was updated successfully, but these errors were encountered: