PrometheusRuleResolveConfigurationResponse

data class PrometheusRuleResolveConfigurationResponse(val autoResolved: Boolean? = null, val timeToResolve: String? = null)

Specifies the Prometheus alert rule configuration.

Constructors

constructor(autoResolved: Boolean? = null, timeToResolve: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoResolved: Boolean? = null

Enable alert auto-resolution.

Link copied to clipboard
val timeToResolve: String? = null

Alert auto-resolution timeout.