Documentation for a newer release is available.
View Latest
Scheduling Metrics
This page discusses the metrics exposed by IPF’s Persistent Scheduler:
Metric Reference
| Metric | Type | Description |
|---|---|---|
scheduling_registered_jobs_total |
Counter |
Total number of new scheduled jobs registered with the scheduling module. Each unique job ID counts only once irrespective of number of updates or number of re-hydrations |
scheduling_updated_jobs_total |
Counter |
Total number of updates to existing scheduled jobs. Each update to the same job ID increments the counter |
scheduling_cancelled_jobs_total |
Counter |
Total number of explicitly cancelled jobs |
scheduling_failed_jobs_total |
Counter |
Total number of failed jobs due to expiration |
scheduling_rehydrations_total |
Counter |
Total number of re-hydrations due to crash of scheduling module |