mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
certs: add month buckets
This commit is contained in:
parent
e551886c5e
commit
e08c98b171
@ -47,6 +47,10 @@ var clientCertificateExpirationHistogram = prometheus.NewHistogram(
|
|||||||
(2 * 24 * time.Hour).Seconds(),
|
(2 * 24 * time.Hour).Seconds(),
|
||||||
(4 * 24 * time.Hour).Seconds(),
|
(4 * 24 * time.Hour).Seconds(),
|
||||||
(7 * 24 * time.Hour).Seconds(),
|
(7 * 24 * time.Hour).Seconds(),
|
||||||
|
(30 * 24 * time.Hour).Seconds(),
|
||||||
|
(3 * 30 * 24 * time.Hour).Seconds(),
|
||||||
|
(6 * 30 * 24 * time.Hour).Seconds(),
|
||||||
|
(12 * 30 * 24 * time.Hour).Seconds(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user