FlowFrozenFrames

data class FlowFrozenFrames(val state: FlowFrozenFramesState? = null, val thresholdSeconds: Int? = null)

Configures settings for the FrozenFrames metric.

Constructors

Link copied to clipboard
constructor(state: FlowFrozenFramesState? = null, thresholdSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the FrozenFrames metric is enabled or disabled.

Link copied to clipboard
val thresholdSeconds: Int? = null

Specifies the number of consecutive seconds of a static image that triggers an event or alert.