Skip to content

Commit

Permalink
Update metrics.rst for param dagrun.schedule_delay (#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.

(cherry picked from commit 6199f1f)
  • Loading branch information
Bowrna authored and ephraimbuddy committed Jan 11, 2024
1 parent 5dad650 commit e2357c2
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 e2357c2

Please sign in to comment.