CloudFlow imports monitoring metrics to CloudMonitor. You can view the workflow execution and state transition based on the monitoring metrics. This topic describes the values of CloudFlow monitoring metrics and the meanings of the metrics.
Flow execution metrics
Metric | Unit | Description |
ExecutionsStarted | Count | The number of times that a flow execution is started within a period of time. The number is equal to the number of the ExecutionStarted events in the workflow. |
ExecutionsSucceeded | Count | The number of times that a flow execution succeeds within a period of time. The number is equal to the number of the ExecutionSucceeded events in the workflow. |
ExecutionsFailed | Count | The number of times that a flow execution fails within a period of time. The number is equal to the number of the ExecutionFailed events in the workflow. |
ExecutionsTimedOut | Count | The number of times that a flow execution times out within a period of time. The number is equal to the number of the ExecutionTimedOut events in the workflow. |
StateTransitions | Count | The number of state transitions during a flow execution within a period of time. The number is equal to the number of the EnterEvent events in the workflow. |
ExecutionExecTimeMs | MS | The execution duration of the flow. The metric is the average value within a period of time. The value is equal to the average time from ExecutionStarted to ExecutionStopped, ExecutionSucceeded, or ExecutionFailed in the workflow. |