You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2023/06/01 00:00:32 UTC

[airflow] branch main updated: remove ducplicate entry in the metrics doc (#31654)

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

jedcunningham 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 fbb095605a remove ducplicate entry in the metrics doc (#31654)
fbb095605a is described below

commit fbb095605ab009869ef021535c16b62a3d18a562
Author: Raphaƫl Vandon <va...@amazon.com>
AuthorDate: Wed May 31 17:00:23 2023 -0700

    remove ducplicate entry in the metrics doc (#31654)
---
 .../administration-and-deployment/logging-monitoring/metrics.rst         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
index 031f498f15..93a2a782b2 100644
--- a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
+++ b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
@@ -143,7 +143,6 @@ Name                                                Description
 ``dag_processing.total_parse_time``                 Seconds taken to scan and import ``dag_processing.file_path_queue_size`` DAG files
 ``dag_processing.file_path_queue_size``             Number of DAG files to be considered for the next scan
 ``dag_processing.last_run.seconds_ago.<dag_file>``  Seconds since ``<dag_file>`` was last processed
-``dag_processing.file_path_queue_size``             Size of the dag file queue.
 ``scheduler.tasks.starving``                        Number of tasks that cannot be scheduled because of no open slot in pool
 ``scheduler.tasks.executable``                      Number of tasks that are ready for execution (set to queued)
                                                     with respect to pool limits, DAG concurrency, executor state,