This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-6-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d8ec787f71e1296dc2d31ccc0834707b753aae26 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 (cherry picked from commit 963717047125e96f3e704eeb3a84110d283985c2) --- .../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 3d00ebbae9..34d2b327e8 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
