TraceProperties

data class TraceProperties(val enabled: Boolean = true, val detailRetentionDays: Int? = null)

The collector's inspectable decision trace (edges, components, decisions).

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, detailRetentionDays: Int? = null)

Properties

Link copied to clipboard

How long detailed trace rows are kept, in days; null means keep indefinitely.

Link copied to clipboard
val enabled: Boolean = true

Whether runs are recorded to a com.embabel.dice.spi.CollectorTraceStore at all.