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
Copy file name to clipboardExpand all lines: articles/application-insights/app-insights-transaction-diagnostics.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The preview introduces a new unified diagnostics experience that automatically c
23
23
24
24
## What does component mean in the context of Application Insights?
25
25
26
-
Components are independently deployable parts of your distributed/microservices application. Developers and operations teams have code-level visibility or access to telemetry generated by these application components.
26
+
Components are independently deployable parts of your distributed/microservices application. Developers and operations teams have code-level visibility or access to telemetry generated by these application components.
27
27
28
28
* Components are different from "observed" external dependencies such as SQL, EventHub etc. which your team/organization may not have access to (code or telemetry).
29
29
* Components run on any number of server/role/container instances.
@@ -37,11 +37,11 @@ Enable "Unified details: E2E Transaction Diagnostics" from the [previews list](a
This preview is currently available for server-side requests, dependencies, and exceptions. You can access the new experience from **Search results**, **Performance**, or **Failure** triage experiences. The preview replaces the corresponding classic details blades.
40
+
This preview is currently available for server-side requests, dependencies, and exceptions. You can access the new experience from **Search results**, **Performance**, or **Failure** triage experiences. The preview replaces the corresponding classic details blades.
This view has three key parts: a cross-component transaction chart, a time-sequence list of all telemetry from a specific component operation, and the details pane for any selected telemetry item on the left.
@@ -75,6 +75,10 @@ This pane shows the detail of selected items from either of the two sections on
75
75
76
76
[Application Insights profiler](app-insights-profiler.md) or [snapshot debugger](app-insights-snapshot-debugger.md) help with code-level diagnostics of performance and failure issues. With this experience, you can see profiler traces or snapshots from any component with a single click.
77
77
78
+
If you could not get Profiler working, please contact **[email protected]**
79
+
80
+
If you could not get Snapshot Debugger working, please contact **[email protected]**
0 commit comments