Ramp Up Rule Response
data class RampUpRuleResponse(val actionHostName: String? = null, val changeDecisionCallbackUrl: String? = null, val changeIntervalInMinutes: Int? = null, val changeStep: Double? = null, val maxReroutePercentage: Double? = null, val minReroutePercentage: Double? = null, val name: String? = null, val reroutePercentage: Double? = null)
Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.
Constructors
Types
Properties
Link copied to clipboard
In auto ramp up scenario this is the step to add/remove from ReroutePercentage
until it reaches \nMinReroutePercentage
or MaxReroutePercentage
. Site metrics are checked every N minutes specified in ChangeIntervalInMinutes
.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in ChangeDecisionCallbackUrl
.