Skip to content

Commit

Permalink
BKTCLT-34 [squash] add q=1 to summary objectives (i.e. max)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-gramain committed Dec 26, 2024
1 parent 7ada06f commit eae15ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ const (
MetricsNamespace = "s3_metadata_bucketclient"
)

var MetricsSummaryDefaultObjectives = map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001}
var MetricsSummaryDefaultObjectives = map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001, 1.0: 0.0001}

0 comments on commit eae15ba

Please sign in to comment.