Skip to content

Commit

Permalink
Update metrics.rst for param dagrun.schedule_delay (apache#36404)
Browse files Browse the repository at this point in the history
The timer in statsd client if passed the timedelta, converts into milliseconds rather than seconds.
  • Loading branch information
Bowrna authored and abhishekbhakat committed Mar 5, 2024
1 parent 6ccf6ad commit cae9280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Name Description
``dag_processing.last_duration.<dag_file>`` Seconds taken to load the given DAG file
``dagrun.duration.success.<dag_id>`` Seconds taken for a DagRun to reach success state
``dagrun.duration.failed.<dag_id>`` Seconds taken for a DagRun to reach failed state
``dagrun.schedule_delay.<dag_id>`` Seconds of delay between the scheduled DagRun
``dagrun.schedule_delay.<dag_id>`` Milliseconds of delay between the scheduled DagRun
start date and the actual DagRun start date
``scheduler.critical_section_duration`` Milliseconds spent in the critical section of scheduler loop --
only a single scheduler can enter this loop at a time
Expand Down

0 comments on commit cae9280

Please sign in to comment.