Skip to content

Commit

Permalink
Merge pull request #16151 from hongkailiu/boskosMetric
Browse files Browse the repository at this point in the history
Add more buckets to boskos_http_request_duration_seconds histogram
  • Loading branch information
k8s-ci-robot committed Feb 5, 2020
2 parents 939635d + 40ba4ec commit ef5b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boskos/boskos.go
Expand Up @@ -60,7 +60,7 @@ var (
)

var (
httpRequestDuration = metrics.HttpRequestDuration("boskos", 0.005, 360)
httpRequestDuration = metrics.HttpRequestDuration("boskos", 0.005, 1200)
httpResponseSize = metrics.HttpResponseSize("boskos", 128, 65536)
traceHandler = metrics.TraceHandler(simplifier, httpRequestDuration, httpResponseSize)
)
Expand Down

0 comments on commit ef5b15a

Please sign in to comment.