You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bi...@apache.org on 2021/08/21 22:24:32 UTC

[airflow] 01/01: Remove deprecated metrics from metrics.rst

This is an automated email from the ASF dual-hosted git repository.

binh pushed a commit to branch xinbinhuang-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1baf0605a187e1f8df733c297f1856541fde480a
Author: Xinbin Huang <bi...@gmail.com>
AuthorDate: Sat Aug 21 15:24:09 2021 -0700

    Remove deprecated metrics from metrics.rst
---
 docs/apache-airflow/logging-monitoring/metrics.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/apache-airflow/logging-monitoring/metrics.rst b/docs/apache-airflow/logging-monitoring/metrics.rst
index b55ad92..8e5d46b 100644
--- a/docs/apache-airflow/logging-monitoring/metrics.rst
+++ b/docs/apache-airflow/logging-monitoring/metrics.rst
@@ -121,7 +121,6 @@ Name                                                Description
 ``dagbag_size``                                     DAG bag size
 ``dag_processing.import_errors``                    Number of errors from trying to parse DAG files
 ``dag_processing.total_parse_time``                 Seconds taken to scan and import all DAG files once
-``dag_processing.last_runtime.<dag_file>``          Seconds spent processing ``<dag_file>`` (in most recent iteration)
 ``dag_processing.last_run.seconds_ago.<dag_file>``  Seconds since ``<dag_file>`` was last processed
 ``dag_processing.processor_timeouts``               Number of file processors that have been killed due to taking too long
 ``scheduler.tasks.without_dagrun``                  Number of tasks without DagRuns or with DagRuns not in Running state