You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HELP kube_cronjob_created Unix creation timestamp
127
131
# HELP kube_cronjob_info Info about cronjob.
128
132
# HELP kube_cronjob_labels Kubernetes labels converted to Prometheus labels.
129
133
# HELP kube_cronjob_next_schedule_time Next time the cronjob should be scheduled. The time after lastScheduleTime, or after the cron job's creation time if it's never been scheduled. Use this to determine if the job is delayed.
134
+
# HELP kube_cronjob_spec_failed_job_history_limit Failed job history limit tells the controller how many failed jobs should be preserved.
130
135
# HELP kube_cronjob_spec_starting_deadline_seconds Deadline in seconds for starting the job if it misses scheduled time for any reason.
136
+
# HELP kube_cronjob_spec_successful_job_history_limit Successful job history limit tells the controller how many completed jobs should be preserved.
131
137
# HELP kube_cronjob_spec_suspend Suspend flag tells the controller to suspend subsequent executions.
132
138
# HELP kube_cronjob_status_active Active holds pointers to currently running jobs.
133
139
# HELP kube_cronjob_metadata_resource_version Resource version representing a specific version of the cronjob.
# HELP kube_cronjob_created Unix creation timestamp
229
249
# HELP kube_cronjob_info Info about cronjob.
230
250
# HELP kube_cronjob_labels Kubernetes labels converted to Prometheus labels.
231
251
# HELP kube_cronjob_next_schedule_time Next time the cronjob should be scheduled. The time after lastScheduleTime, or after the cron job's creation time if it's never been scheduled. Use this to determine if the job is delayed.
252
+
# HELP kube_cronjob_spec_failed_job_history_limit Failed job history limit tells the controller how many failed jobs should be preserved.
232
253
# HELP kube_cronjob_spec_starting_deadline_seconds Deadline in seconds for starting the job if it misses scheduled time for any reason.
254
+
# HELP kube_cronjob_spec_successful_job_history_limit Successful job history limit tells the controller how many completed jobs should be preserved.
233
255
# HELP kube_cronjob_spec_suspend Suspend flag tells the controller to suspend subsequent executions.
234
256
# HELP kube_cronjob_status_active Active holds pointers to currently running jobs.
235
257
# HELP kube_cronjob_metadata_resource_version Resource version representing a specific version of the cronjob.
236
258
# TYPE kube_cronjob_created gauge
237
259
# TYPE kube_cronjob_info gauge
238
260
# TYPE kube_cronjob_labels gauge
239
261
# TYPE kube_cronjob_next_schedule_time gauge
262
+
# TYPE kube_cronjob_spec_failed_job_history_limit gauge
240
263
# TYPE kube_cronjob_spec_starting_deadline_seconds gauge
264
+
# TYPE kube_cronjob_spec_successful_job_history_limit gauge
241
265
# TYPE kube_cronjob_spec_suspend gauge
242
266
# TYPE kube_cronjob_status_active gauge
243
267
# TYPE kube_cronjob_metadata_resource_version gauge
0 commit comments