mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Promote cronjob_job_creation_skew metric to stable
This commit is contained in:
parent
ee0b179a7b
commit
4af97e599a
@ -29,9 +29,9 @@ var (
|
||||
CronJobCreationSkew = metrics.NewHistogram(
|
||||
&metrics.HistogramOpts{
|
||||
Subsystem: CronJobControllerSubsystem,
|
||||
Name: "cronjob_job_creation_skew_duration_seconds",
|
||||
Name: "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,
|
||||
StabilityLevel: metrics.STABLE,
|
||||
Buckets: metrics.ExponentialBuckets(1, 2, 10),
|
||||
},
|
||||
)
|
||||
|
@ -1,3 +1,20 @@
|
||||
- name: job_creation_skew_duration_seconds
|
||||
subsystem: cronjob_controller
|
||||
help: Time between when a cronjob is scheduled to be run, and when the corresponding
|
||||
job is created
|
||||
type: Histogram
|
||||
stabilityLevel: STABLE
|
||||
buckets:
|
||||
- 1
|
||||
- 2
|
||||
- 4
|
||||
- 8
|
||||
- 16
|
||||
- 32
|
||||
- 64
|
||||
- 128
|
||||
- 256
|
||||
- 512
|
||||
- name: evictions_total
|
||||
subsystem: node_collector
|
||||
help: Number of Node evictions that happened since current instance of NodeController
|
||||
|
Loading…
Reference in New Issue
Block a user