mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #94873 from marwanad/use-more-granular-buckets-for-azure
use better buckets for azure api calls
This commit is contained in:
commit
b27ecb2c70
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user