Instrumentation Page

The Instrumentation page displays the instrumentation statistics of flows and triggers.

Select an instance ID from the instance ID list in the upper-left corner of the page. The instrumentation statistics of flows and triggers are displayed on the Flow tab and Triggers tab.

Flow Tab

Select a flow from the list on the left to see its details. You can also search for a flow in the list.

The following information is displayed in the work area on the right:

Name Description
Flow Instances (count)
Started Total number of flow instances started
Completed Total number of flow instances completed
Faulted Total number of flow instances failed
Flow Execution Time (in milliseconds)
Average Average execution time of the flow for successfully completed executions
Maximum Maximum execution time for the flow
Minimum Minimum execution time for the flow
Activity Execution (count)
Activity Name of activity
Started Total number of times a given activity has started
Completed Total number of times a given activity has completed
Faulted Total number of times a given activity has failed
Activity Execution Time (in milliseconds)
Activity Name of activity
Average

Average execution time of a given activity for successfully completing executions

Maximum Maximum execution time for a given activity
Minimum Minimum execution time for a given activity

Triggers Tab

Select a trigger from the list on the left to see its details. You can also search for a trigger in the list.

The following information is displayed on the right:

Name Description
Trigger Executions (count)
Started Total number of trigger instances started
Completed Total number of trigger instances completed
Faulted Total number of trigger instances failed
Handler Execution (count)
Handler Name of the trigger handler
Config Configuration of the trigger handler. For example:

method: POST
path: /arrayfilter

Started Total number of trigger handlers started
Completed Total number of trigger handlers completed
Faulted Total number of trigger handlers failed