Class ErrorBudget (0.2.0)

ErrorBudget(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The configuration for error budget. If the number of failed units exceeds max(allowed_count, allowed_ratio * total_units), the rollout will be paused.

Attributes

Name Description
allowed_count int
Optional. The maximum number of failed units allowed in a location without pausing the rollout.
allowed_percentage int
Optional. The maximum percentage of units allowed to fail (0, 100] within a location without pausing the rollout.