TriggerConditionResponse

data class TriggerConditionResponse(val metricTrigger: LogMetricTriggerResponse? = null, val threshold: Double, val thresholdOperator: String)

The condition that results in the Log Search rule.

Constructors

Link copied to clipboard
constructor(metricTrigger: LogMetricTriggerResponse? = null, threshold: Double, thresholdOperator: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Trigger condition for metric query rule

Link copied to clipboard

Result or count threshold based on which rule should be triggered.

Link copied to clipboard

Evaluation operation for rule - 'GreaterThan' or 'LessThan.