Share via

Measure time performance App Service in Azure

Francisco Capllonch Alcover 21 Reputation points
2022-12-12T10:40:59.203+00:00

I'm trying to measure the performance time of an App Service that accesses to a CosmosDb database in our Azure environment.
I can not figure out what the gap in time that appears in the end-to-end transaction in AppInsights means, since the "Query documents" transaction against Cosmos Db finishes and the request "GET Documents/Search" ends.

269661-image.png

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.

0 comments No comments

Answer accepted by question author
  1. AnuragSingh-MSFT 21,566 Reputation points Moderator
    2022-12-20T04:45:44.347+00:00

    Hi @Francisco Capllonch Alcover ,

    Thank you for reaching out to Microsoft Q&A for this question. I am sorry for the delayed response.

    The timeline marked in the question denotes the time when "Query documents" step was not running. Based on the screenshot, that time period is after the CosmosDB has already responded. Only the shaded (blue region) region denotes the time period when "Query documents" step was being executed, i.e., it would be the time when CosmosDB was contacted and it responded with the result.

    Please let me know if you have any questions.

    ---
    Please 'Accept as answer' if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful

Your answer

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