Vamsi-klu commented on PR #67765: URL: https://github.com/apache/airflow/pull/67765#issuecomment-4581689306
Gentle ping when you have bandwidth, @potiuk 🙏 One-line metrics fix for #64765: the Dag-run timeout path emitted `dagrun.duration.failed` with only a `dag_id` tag, missing the `run_type` tag that every other `dagrun.duration.*` emission carries (via `DagRun._emit_duration_stats_for_finished_state`). This switches it to `dag_run.stats_tags` so the two paths are consistent. You commented on the prior stalled attempt (#64768), which stalled on CI/static checks rather than design — so this keeps the diff to a single value change and ships green static checks, including the metrics-registry sync check. Regression test included. --- Drafted-by: Claude Code (Opus 4.8) (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
