Class ErrorBudget (0.7.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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

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