MonitorLocalHealthEventsConfig

data class MonitorLocalHealthEventsConfig(val healthScoreThreshold: Double? = null, val minTrafficImpact: Double? = null, val status: MonitorLocalHealthEventsConfigStatus? = null)

Constructors

Link copied to clipboard
constructor(healthScoreThreshold: Double? = null, minTrafficImpact: Double? = null, status: MonitorLocalHealthEventsConfigStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The health event threshold percentage set for a local health score.

Link copied to clipboard

The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score. If you don't set a minimum traffic impact threshold, the default value is 0.01%.

Link copied to clipboard

The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED .