All Products
Search
Document Center

CloudFlow:Metrics

Last Updated:Oct 30, 2023

This topic describes the metrics that you can use to view the execution of a flow.

Serverless workflow is connected to Cloud Monitor. For more information about the metrics of flow executions, log on to the Cloud Monitor console.

The provided metrics are aggregated by minute in the flow dimension to describe the execution of a flow in a region. The following table lists the metrics.

Metric Unit Description
ExecutionsStarted count/min The number of times that a flow is started within one minute, which is the same as the number of eventType=StartExecution events in flow executions in the Serverless workflow console.
ExecutionsSucceeded count/min The number of times that a flow is successful within one minute, which is the same as the number of eventType=ExecutionSucceeded events in flow executions in the Serverless workflow console.
ExecutionsFailed count/min The number of times that a flow fails within one minute, which is the same as the number of eventType=ExecutionFailed events in flow executions in the Serverless workflow console.
ExecutionsStopped count/min The number of times that a flow stops within one minute, which is the same as the number of eventType=ExecutionStopped events in flow executions in the Serverless workflow console.
ExecutionsTimedOut count/min The number of times that a flow times out within one minute, which is the same as the number of eventType=ExecutionTimedOut events in flow executions in the Serverless workflow console.
StepTransitions count/min The number of step transitions in a flow within one minute, which is the same as the number of eventType=StepEntered events in flow executions in the Serverless workflow console. For more information about step transitions, see Billing overview.
ExecutionExecTimeMs ms The execution period of a flow.