Skip to content

Commit a4cb140

Browse files
committed
https://github.com/MicrosoftDocs/azure-docs/issues/99684
1 parent cf45504 commit a4cb140

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/azure-monitor/app/transaction-diagnostics.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights transaction diagnostics | Microsoft Docs
33
description: This article explains Application Insights end-to-end transaction diagnostics.
44
ms.topic: conceptual
5-
ms.date: 01/19/2018
5+
ms.date: 10/31/2022
66
ms.reviewer: sdash
77
---
88

@@ -31,11 +31,10 @@ This view has four key parts: a results list, a cross-component transaction char
3131

3232
This chart provides a timeline with horizontal bars during requests and dependencies across components. Any exceptions that are collected are also marked on the timeline.
3333

34-
* The top row on this chart represents the entry point. It's the incoming request to the first component called in this transaction. The duration is the total time taken for the transaction to complete.
35-
* Any calls to external dependencies are simple noncollapsible rows, with icons that represent the dependency type.
36-
* Calls to other components are collapsible rows. Each row corresponds to a specific operation invoked at the component.
37-
* By default, the request, dependency, or exception that you selected appears on the right side.
38-
* Select any row to see its [details on the right](#details-of-the-selected-telemetry).
34+
1. The top row on this chart represents the entry point. It's the incoming request to the first component called in this transaction. The duration is the total time taken for the transaction to complete.
35+
1. Any calls to external dependencies are simple noncollapsible rows, with icons that represent the dependency type.
36+
1. Calls to other components are collapsible rows. Each row corresponds to a specific operation invoked at the component.
37+
1. By default, the request, dependency, or exception that you selected appears on the right side. Select any row to see its [details](#details-of-the-selected-telemetry).
3938

4039
> [!NOTE]
4140
> Calls to other components have two rows. One row represents the outbound call (dependency) from the caller component. The other row corresponds to the inbound request at the called component. The leading icon and distinct styling of the duration bars help differentiate between them.

0 commit comments

Comments
 (0)