CanaryRunConfig

data class CanaryRunConfig(val activeTracing: Boolean? = null, val environmentVariables: Map<String, String>? = null, val memoryInMb: Int? = null, val timeoutInSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(activeTracing: Boolean? = null, environmentVariables: Map<String, String>? = null, memoryInMb: Int? = null, timeoutInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeTracing: Boolean? = null

Enable active tracing if set to true

Link copied to clipboard

Environment variable key-value pairs.

Link copied to clipboard
val memoryInMb: Int? = null

Provide maximum memory available for canary in MB

Link copied to clipboard
val timeoutInSeconds: Int? = null

Provide maximum canary timeout per run in seconds