Skip to content

Commit

Permalink
change bucket from 0.0s to 0.0001s
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashem committed Oct 30, 2020
1 parent f78d095 commit 16ac2d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 16ac2d8

Please sign in to comment.