The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-67336-dashboard-capped-percentage has failed.
Run started by GitHub user wilmerdooley (triggered by bbovenzi).

Head commit for run:
4280afe8c03f0eccb150c236d765f13f2aa33e68 / wilmerdooley 
<[email protected]>
Hide Dashboard metric percentages when a state count is capped

The Historical Metrics percentages are computed in the frontend as
count / total, with total summed from the per-state counts. The
dashboard API caps each state count at STATE_COUNT_CAP (1000) for
performance, so when any state is capped the total is only a lower
bound and the per-state percentages are wrong.

Add a group-level totalCapped flag (true when any state is at or above
the limit) so MetricSection hides the percentage for all states in that
group when the total is unreliable, instead of showing a wrong number.
The per-state "N+" label and the API cap are unchanged.

Report URL: https://github.com/apache/airflow/actions/runs/26786516241

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to