Skip to content

Commit

Permalink
Improve Description of dag_processing.processes Metric in Docs (#30891)
Browse files Browse the repository at this point in the history
* improve description of dag_processing.processes

* clarifying meaning of "relative"

* typo
  • Loading branch information
dvfeinblum-betterment authored May 4, 2023
1 parent cb71d41 commit 9637170
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9637170

Please sign in to comment.