change bucket from 0.0s to 0.0001s

This commit is contained in:
Abu Kashem 2020-10-30 09:18:40 -04:00
parent f78d095d52
commit 16ac2d84cf
No known key found for this signature in database
GPG Key ID: 76146D1A14E658ED

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"},