Scheduling Metrics
This page discusses the metrics exposed by IPF’s Persistent Scheduler:
Metric Reference
| Metric | Type | Description |
|---|---|---|
scheduling_triggered_jobs_total |
Counter |
Total number of job executions successfully triggered |
scheduling_updated_jobs_total |
Counter |
Total number of updates to existing scheduled jobs |
scheduling_cancelled_jobs_total |
Counter |
Total number of explicitly cancelled jobs |
scheduling_failed_jobs_total |
Counter |
Total number of job execution failures |
scheduling_rehydrations_total |
Counter |
Total number of rehydrations after a crash or restart |
scheduling_in_memory_scheduled_jobs |
Gauge |
Current number of jobs scheduled in memory |
Metrics are tagged with job_type, which identifies whether the job is ONE_TIME_JOB or RECURRENT_JOB.
|