Metrics Page
The Metrics 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 Triggers tab and Flow tab.
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 |
---|---|
Total 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 |
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) Note: The Flow Execution Time (ms) for a faulted flow is always displayed as 0, even if the activities within the flow took time to execute. | |
Average | Average execution time of the flow for successful executions |
Maximum | Maximum execution time for the flow |
Minimum | Minimum execution time for the flow |
Activity Execution (count) Note: If an Activity is rerun, Activity Execution (count) also includes the rerun counts. You can find out whether an Activity has been rerun through the difference in the trigger and flow metric counts. | |
Activity Name | Name of Activity |
Started | Total number of times a given Activity has started |
Completed | Total number of times a given Activity has been completed |
Faulted | Total number of times a given Activity has failed |
Activity Execution Time (in milliseconds) | |
Activity Name | Name of Activity |
Average | Average execution time of a given Activity for successful executions |
Maximum | Maximum execution time for a given Activity |
Minimum | Minimum execution time for a given Activity |