Merge pull request #94873 from marwanad/use-more-granular-buckets-for-azure

use better buckets for azure api calls
This commit is contained in:
Kubernetes Prow Robot 2020-09-20 18:32:30 -07:00 committed by GitHub
commit b27ecb2c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ func registerAPIMetrics(attributes ...string) *apiCallMetrics {
Namespace: azureMetricsNamespace,
Name: "api_request_duration_seconds",
Help: "Latency of an Azure API call",
Buckets: []float64{.1, .25, .5, 1, 2.5, 5, 10, 15, 25, 50, 120, 300, 600, 1200},
StabilityLevel: metrics.ALPHA,
},
attributes,