cerb.scheduler.duration
Description
This counter tracks how long each scheduler job runs, in milliseconds. Use it to find jobs that are getting slower over time, to size your scheduler interval against the work it has to do, and to catch a job that is starting to exceed its window.
Dimensions
| Dimension | Description |
|---|---|
| job | The scheduler job that ran |
Related
See also cerb.scheduler.invocations for how often each scheduler job runs.