diff --git a/content/en/platform/corda/4.13/enterprise/node/operating/monitoring-and-logging/node-metrics.md b/content/en/platform/corda/4.13/enterprise/node/operating/monitoring-and-logging/node-metrics.md index 4ad4ef7652..aa930248b3 100644 --- a/content/en/platform/corda/4.13/enterprise/node/operating/monitoring-and-logging/node-metrics.md +++ b/content/en/platform/corda/4.13/enterprise/node/operating/monitoring-and-logging/node-metrics.md @@ -125,6 +125,9 @@ Note that metrics related to the default thread pool do not have a *.default* su | net.corda:type=Flows,name=HeartbeatLatencyInMilliseconds | Indicates the time, in milliseconds, required to start a flow. | | net.corda:type=Flows,name=TimeSinceLastPickedUpInSeconds | Indicates the elapsed time since the last flow was picked up from the queue, assuming other flows are still waiting to be processed. A high value suggests that flows are being starved. | | net.corda:type=Flows,name=TimeInQueueOldestInSeconds | Indicates how long the oldest flow has been waiting in the flow executor queue. | +| net.corda:type=Flows,name=SuspendedDurationMax | Longest suspension duration among all currently suspended flows. | +| net.corda:type=Flows,name=SuspendedForMoreThanThreshold.Count | Number of flows suspended longer than the configured threshold, which is set via NodeConfiguration.flowMonitorSuspensionLoggingThresholdMillis. | +| net.corda:type=Flows,name=SuspendedForMoreThanThreshold.ThresholdInSeconds | The value in seconds to which the threshold is set. | {{< /table >}}