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

potiuk 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 9637170471 Improve Description of dag_processing.processes Metric in 
Docs (#30891)
9637170471 is described below

commit 963717047125e96f3e704eeb3a84110d283985c2
Author: Dave Feinblum <[email protected]>
AuthorDate: Thu May 4 05:28:23 2023 -0400

    Improve Description of dag_processing.processes Metric in Docs (#30891)
    
    * improve description of dag_processing.processes
    
    * clarifying meaning of "relative"
    
    * typo
---
 .../administration-and-deployment/logging-monitoring/metrics.rst       | 3 ++-
 1 file changed, 2 insertions(+), 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 630a7ab128..031f498f15 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
@@ -93,7 +93,8 @@ Name                                                          
         Descripti
 ``previously_succeeded``                                               Number 
of previously succeeded task instances
 ``zombies_killed``                                                     Zombie 
tasks killed
 ``scheduler_heartbeat``                                                
Scheduler heartbeats
-``dag_processing.processes``                                           Number 
of currently running DAG parsing processes
+``dag_processing.processes``                                           
Relative number of currently running DAG parsing processes (ie this delta
+                                                                       is 
negative when, since the last metric was sent, processes have completed)
 ``dag_processing.processor_timeouts``                                  Number 
of file processors that have been killed due to taking too long
 ``dag_processing.sla_callback_count``                                  Number 
of SLA callbacks received
 ``dag_processing.other_callback_count``                                Number 
of non-SLA callbacks received

Reply via email to