From 73a858f72848f03f70f39bd2a88985b5adf09007 Mon Sep 17 00:00:00 2001 From: Karun Japhet Date: Fri, 8 Oct 2021 10:50:24 +0530 Subject: [PATCH] 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 dc1d62dda8f38..025e310c6b5ac 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.`` Seconds since ```` was last processed