Skip to content

Commit cbbdba8

Browse files
committed
use more granular buckets for azure api calls
1 parent 2aa1cd2 commit cbbdba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

staging/src/k8s.io/legacy-cloud-providers/azure/metrics/azure_metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func registerAPIMetrics(attributes ...string) *apiCallMetrics {
115115
Namespace: azureMetricsNamespace,
116116
Name: "api_request_duration_seconds",
117117
Help: "Latency of an Azure API call",
118+
Buckets: []float64{.1, .25, .5, 1, 2.5, 5, 10, 15, 25, 50, 120, 300, 600, 1200},
118119
StabilityLevel: metrics.ALPHA,
119120
},
120121
attributes,

0 commit comments

Comments
 (0)