isOverBudget property

  1. @TagNumber.new(7)
bool get isOverBudget

True when end_to_end_ms exceeded the PipelineOptions.latency_budget_ms configured for this run. Frontends can surface this to the UI for SLO dashboards without re-computing the threshold themselves.

Implementation

@$pb.TagNumber(7)
$core.bool get isOverBudget => $_getBF(6);
  1. @TagNumber.new(7)
set isOverBudget (bool value)

Implementation

@$pb.TagNumber(7)
set isOverBudget($core.bool value) => $_setBool(6, value);