Skip to content

Commit

Permalink
Merge pull request #4657 from jbartosik/more_admission_latency_buckets
Browse files Browse the repository at this point in the history
Add more buckets to admission_latency_seconds metric
  • Loading branch information
k8s-ci-robot authored Feb 1, 2022
2 parents c934b93 + 4fbd0d8 commit 0d52c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var (
Namespace: metricsNamespace,
Name: "admission_latency_seconds",
Help: "Time spent in VPA Admission Controller.",
Buckets: []float64{0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0, 20.0, 30.0, 60.0, 120.0, 300.0},
Buckets: []float64{0.01, 0.02, 0.05, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 5.0, 10.0, 20.0, 30.0, 60.0, 120.0, 300.0},
}, []string{"status", "resource"},
)
)
Expand Down

0 comments on commit 0d52c16

Please sign in to comment.