Sequence Diagram

A Sequence diagram is an interaction diagram that shows how objects operate with one another and in what order. It is a construct of a Message Sequence Chart. A sequence diagram shows object interactions arranged in a time sequence. Sequence diagram can be opened directly from flowpath using flowpath Instance or from split view by first clicking on any link and then on sequence diagram tab.

Filters

In filter, you can apply a filter in the sequence diagram. To apply a filter, click on the Filter Filter button the Sequence Diagram Filter Settings window will open where you have to provide the value for the following options:

In the Sequence Diagram Settings window, there are the following fields:

Note:

  1. You can view the sequence diagram image in a new tab by clicking on the View Image in New Tab
  2. To start the dynamic diagnostics, you have to click on the Click to Start Dynamic Diagnostics icon, For details refer to Dynamic Diagnostics Configuration.

Positive Filters

Positive Filters allow you to see all the methods that are related to the selected filter. In the positive filter, choose the value for the following fields:

Negative Filters

Negative Filters hide all those methods that are related to the selected filter. In the negative filter, choose the value for the following fields:

Advanced Settings

In Advanced Settings, there are the following options from which you can select as per your requirement:

Notes:

Dynamic Diagnostics Configuration

The auto instrumentation process is time-consuming, as it has to take an in-memory thread dump at regular intervals and find out all methods in active threads. To tackle this shortcoming, Dynamic Diagnostics Auto Instrumentation is implemented. It is a lightweight solution for finding problems in business transactions. Dynamic diagnostics instrumentation is triggered only on the specific business transaction and stack dump is considered only for those threads, which are executing that transaction. We can configure Dynamic Diagnostics by:

General Settings

In general settings, you have the following fields:

Advance Settings

In advanced settings, you have the following fields:

Notes:

  1. Method % of Level 1: In this option, you can set the method percentage value for Level 1. By default, the level percentage is set to 35%.
  2. Method % of Level 2: In this option, you can set the method percentage value for Level 2. By default, the level percentage is set between 35 to 60%.
  3. Method % of Level 3: In this option, you can set the method percentage value for Level 3. By default, the level percentage is set between 60 to 85%.