Further Drilldown of API consuming time

Paras N. Rambhiya 26 Reputation points
2022-04-05T13:58:49.283+00:00

Hello Team
Can we get further drill down of which particular task is consuming time. Currently it shows in waterfall model for multiple DB queries taking time but doesn't provide if any code/task within application is taking time, it just shows the request name. Also do we get cumulative break up of time spent in each tier like(web,app.db) in particular API.

Thanks
Paras

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,037 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,251 Reputation points
    2022-04-12T04:46:41.26+00:00

    Hi @Paras N. Rambhiya ,

    Thank you for clarifying the question. The screenshot shown in your comment above is enabled by default. You can view it by following the steps below:

    > Go to the ApplicationInsights instance in Azure Portal
    > Click on Transaction search under "Investigate"
    > You can search with keyword/id or other parameters in the provided "search text box" as shown below:

    192154-image.png

    > OR, you may refer to the results available in the below section of screen and select one of the result to view related end-to-end transaction details. You can switch between the "View all telemetry" view and "View timeline" view as shown below:

    192171-image.png

    ---
    If you are looking for a particular transaction, for example related to Database calls, you may follow the steps below for easy filtering:

    > On the ApplicationInsights page in Azure Portal --> Transaction Search.
    > Click on "Grouped results". This takes you to results grouped by certain properties (Dependencies, common properties etc.)

    192105-image.png

    > Click on any one of the grouped properties, for example the one highlighted above for SQL dependency. It will take you to all the filtered end-to-end transactions which involve calls to this DB

    > You may use the fold option available in the portal as shown below, to get similar view as in the screenshot above.

    192100-image.png

    ---
    To overwrite the default name as seen in "Transaction search" or "Application map" for worker name, you can use information available in this link - Set or override cloud role name.

    Please let me know if you have any questions.

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