Skip to content

Commit 6c91933

Browse files
feat(metrics): add paused as active flow status (#3402)
1 parent da53788 commit 6c91933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/activities/flowable.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ func (a *FlowableActivity) emitLogRetentionHours(
10311031

10321032
var activeFlowStatuses = map[protos.FlowStatus]struct{}{
10331033
protos.FlowStatus_STATUS_RUNNING: {},
1034+
protos.FlowStatus_STATUS_PAUSED: {},
10341035
protos.FlowStatus_STATUS_PAUSING: {},
10351036
protos.FlowStatus_STATUS_SETUP: {},
10361037
protos.FlowStatus_STATUS_SNAPSHOT: {},

0 commit comments

Comments
 (0)