Get the latency information

Kranthi 0 Reputation points
2024-11-15T17:17:34.81+00:00

Hi,

I want to get the latency information for a request from end-to-end. Here is the scenario, Request comes in for an application to an end-point which is in subscription A and in turn that end-point is making call to another end-point living in Subscription B. Now if i want to track the latency info for this end to end transaction, what is all required for tracking?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-11-15T19:09:49.8466667+00:00

    Hi Kranthi,
    Welcome to Microsoft Q&A Forum, Thanks for asking question here...!
    Use application performance monitoring (APM) tools like AppDynamics, Datadog, or Elastic APM to gain insights into latency metrics across distributed systems.

     Ensure all services in the transaction are set up with the agents or SDKs from your APM tool. This lets you track requests and responses across services.

     Set up tracing to follow the request as it moves through different services. This will show how long each step takes, from the start of the request to the final response.

     The total time from when the request is made to when the response is received.

     The number of transactions that exceed the predefined latency thresholds.

     Look at how latency differs between requests and find traces that take too long.

     Use structured logging with timestamps and correlation IDs to track requests across services and connect them to performance data.

     Monitor network performance to spot potential issues, like high latency from cross-region traffic or network errors, that could affect transaction time.
    For better understand please go through the attached link: https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overviewhttps://learn.microsoft.com/en-us/azure/azure-monitor/app/distributed-trace-datahttps://learn.microsoft.com/en-us/azure/network-watcher/nsg-flow-logs-portalhttps://discuss.elastic.co/t/end-to-end-latency-with-traces/338452

    If you have any queries, please let me know. If the answer was helpful, please "Accept Answer" and click "Upvote"
    Thank You...!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.