The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix/64765-dagrun-duration-failed-run-type-tag has failed.
Run started by GitHub user Vamsi-klu (triggered by Vamsi-klu).

Head commit for run:
0b1b2d38e90ac60f2f4b11767093d4679fbe0cd8 / deepinsight coder 
<[email protected]>
Add run_type tag to dagrun.duration.failed timeout metric

When a Dag run timed out, the scheduler emitted dagrun.duration.failed with
only a dag_id tag, while every other dagrun.duration.* metric (emitted by
DagRun._emit_duration_stats_for_finished_state) also carries run_type. This
made the timeout path inconsistent and dropped run_type from dashboards and
alerts for timed-out runs.

Emit the metric with dag_run.stats_tags so it includes both dag_id and
run_type, matching the canonical completion path.

closes: #64765

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

With regards,
GitHub Actions via GitBox


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

Reply via email to