FlowBlackFrames

data class FlowBlackFrames(val state: FlowBlackFramesState? = null, val thresholdSeconds: Int? = null)

Configures settings for the BlackFrames metric.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the BlackFrames metric is enabled or disabled.

Link copied to clipboard
val thresholdSeconds: Int? = null

Specifies the number of consecutive seconds of black frames that triggers an event or alert.