Srabasti commented on code in PR #66819:
URL: https://github.com/apache/airflow/pull/66819#discussion_r3231921611
##########
shared/observability/src/airflow_shared/observability/metrics/metrics_template.yaml:
##########
@@ -217,6 +217,13 @@ metrics:
legacy_name: "task_restored_to_dag.{dag_id}"
name_variables: ["dag_id"]
+ - name: "dagrun.deadlocked"
+ description: "Number of DagRuns that failed because all unfinished tasks
were unrunnable (task deadlock).
Review Comment:
Since "unrunnable" does not pass checks, consider using "hung" or "locked" -
might be a better word for usage here.
--
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]