Skip to content

Commit

Permalink
Merge pull request kubernetes#22205 from mxinden/increase-bucket-reso…
Browse files Browse the repository at this point in the history
…lution

UPSTREAM: 74806: src/k8s.io/apiserver: Increase cert expiration histo…

Origin-commit: 3c0422a2a07737a8e7677e83661c0e181f2e533a
  • Loading branch information
k8s-publishing-bot committed Mar 4, 2019
2 parents 6ff2356 + f408dcc commit 1620508
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ var clientCertificateExpirationHistogram = prometheus.NewHistogram(
Help: "Distribution of the remaining lifetime on the certificate used to authenticate a request.",
Buckets: []float64{
0,
(30 * time.Minute).Seconds(),
(1 * time.Hour).Seconds(),
(2 * time.Hour).Seconds(),
(6 * time.Hour).Seconds(),
(12 * time.Hour).Seconds(),
(24 * time.Hour).Seconds(),
Expand Down

0 comments on commit 1620508

Please sign in to comment.