Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Buckets in gce_api_request_duration_seconds metric
Define Buckets in gce_api_request_duration_seconds metric to cover latencies from 5ms to 5 minutes+ The default buckets: ` DefBuckets = []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}` defined in, github.com/prometheus/client_golang/prometheus/histogram.go do not cover long running requests, e.g. backend service update takes 30-40 seconds.
- Loading branch information