Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 783 Bytes

File metadata and controls

19 lines (11 loc) · 783 Bytes

GuardedReleaseConfig

Configuration for guarded releases

Properties

Name Type Description Notes
rolloutContextKindKey String Context kind key to use as the randomization unit for the rollout [optional]
minSampleSize Integer The minimum number of samples required to make a decision [optional]
rollbackOnRegression Boolean Whether to roll back on regression [optional]
metricKeys List<String> List of metric keys [optional]
metricGroupKeys List<String> List of metric group keys [optional]
stages List<ReleasePolicyStage> List of stages [optional]