This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 73a858f Update ``dagbag_size`` documentation (#18824)
73a858f is described below
commit 73a858f72848f03f70f39bd2a88985b5adf09007
Author: Karun Japhet <[email protected]>
AuthorDate: Fri Oct 8 10:50:24 2021 +0530
Update ``dagbag_size`` documentation (#18824)
Closes #10431
---
docs/apache-airflow/logging-monitoring/metrics.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/apache-airflow/logging-monitoring/metrics.rst
b/docs/apache-airflow/logging-monitoring/metrics.rst
index dc1d62d..025e310c 100644
--- a/docs/apache-airflow/logging-monitoring/metrics.rst
+++ b/docs/apache-airflow/logging-monitoring/metrics.rst
@@ -122,7 +122,8 @@ Gauges
===================================================
========================================================================
Name Description
===================================================
========================================================================
-``dagbag_size`` DAG bag size
+``dagbag_size`` Number of DAGs found when
the scheduler ran a scan based on it's
+ configuration
``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_run.seconds_ago.<dag_file>`` Seconds since
``<dag_file>`` was last processed