Documentation ¶
Index ¶
Constants ¶
View Source
const CronJobControllerSubsystem = "cronjob_controller"
Variables ¶
View Source
var ( CronJobCreationSkew = metrics.NewHistogram( &metrics.HistogramOpts{ Subsystem: CronJobControllerSubsystem, Name: "cronjob_job_creation_skew_duration_seconds", Help: "Time between when a cronjob is scheduled to be run, and when the corresponding job is created", StabilityLevel: metrics.ALPHA, Buckets: metrics.ExponentialBuckets(1, 2, 10), }, ) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.