Skip to content

Commit b1205cd

Browse files
authored
Merge pull request #32538 from CawaMS/master
adding help alias for Profiler and Debugger
2 parents 5006eda + 8656e63 commit b1205cd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/application-insights/app-insights-transaction-diagnostics.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The preview introduces a new unified diagnostics experience that automatically c
2323

2424
## What does component mean in the context of Application Insights?
2525

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.
2727

2828
* Components are different from "observed" external dependencies such as SQL, EventHub etc. which your team/organization may not have access to (code or telemetry).
2929
* 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
3737

3838
![Enable preview](media/app-insights-e2eTxn-diagnostics/previews.png)
3939

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.
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.
4141

4242
![Performance samples](media/app-insights-e2eTxn-diagnostics/performanceSamplesClickThrough.png)
4343

44-
## Transaction diagnostics experience
44+
## Transaction diagnostics experience
4545
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.
4646

4747
![Key parts](media/app-insights-e2eTxn-diagnostics/3partsCrossComponent.png)
@@ -75,6 +75,10 @@ This pane shows the detail of selected items from either of the two sections on
7575

7676
[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.
7777

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]**
81+
7882
![Debugger Integration](media/app-insights-e2eTxn-diagnostics/debugSnapshot.png)
7983

8084
## FAQ
@@ -115,4 +119,4 @@ Give us feedback! We want to address your concerns before this experience is gen
115119

116120
* The failure samples from Application Map link to the older detail blades.
117121
* The autocluster-based insights in the search results link to the older detail blades.
118-
* Work item integration is not available in the new experience.
122+
* Work item integration is not available in the new experience.

0 commit comments

Comments
 (0)