change bucket from 0.0s to 0.0001s

Kubernetes-commit: 16ac2d84cf125499651dac434a793f4c76e32640
This commit is contained in:
Abu Kashem 2020-10-30 09:18:40 -04:00 committed by Kubernetes Publisher
parent cc016602b2
commit d09cfb1050
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ var (
&compbasemetrics.HistogramOpts{
Name: "apiserver_request_filter_duration_seconds",
Help: "Request filter latency distribution in seconds, for each filter type",
Buckets: []float64{0.0, 0.0003, 0.001, 0.003, 0.01, 0.03, 0.1, 0.3, 1.0, 5.0},
Buckets: []float64{0.0001, 0.0003, 0.001, 0.003, 0.01, 0.03, 0.1, 0.3, 1.0, 5.0},
StabilityLevel: compbasemetrics.ALPHA,
},
[]string{"filter"},