Skip to content

Commit

Permalink
Update the metrics buckets for request duration tests (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: George Palasanu <[email protected]>
  • Loading branch information
palasanu and George Palasanu authored Sep 26, 2022
1 parent 22c9ae7 commit 29b6f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slt/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var logger echo.Logger

const metricsPrefix = "cluster_registry_slt"

var reqDurBuckets = []float64{.25, .5, 1, 3, 5, 10, 15, 20}
var reqDurBuckets = []float64{.01, .05, .1, .2, .3, .5, .75, 1, 3, 5, 10, 15, 20, 40, 60}

var TestStatus = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Expand Down

0 comments on commit 29b6f39

Please sign in to comment.