1fanwang commented on code in PR #66819:
URL: https://github.com/apache/airflow/pull/66819#discussion_r3232380251


##########
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:
   Done in b923e251 — switched to "hung" (description now reads `all unfinished 
tasks were hung (task deadlock)`). Also clears the `Build documentation 
(--spellcheck-only)` CI red, which was failing on the same word.



-- 
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]

Reply via email to