mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #78681 from yuxiangqian/e2efix
fix label mismatching which broke e2e serial test
This commit is contained in:
commit
8657b24d86
@ -60,7 +60,7 @@ var storageOperationEndToEndLatencyMetric = prometheus.NewHistogramVec(
|
|||||||
Help: "Storage operation end to end duration in seconds",
|
Help: "Storage operation end to end duration in seconds",
|
||||||
Buckets: []float64{.1, .25, .5, 1, 2.5, 5, 10, 15, 25, 50, 120, 300, 600},
|
Buckets: []float64{.1, .25, .5, 1, 2.5, 5, 10, 15, 25, 50, 120, 300, 600},
|
||||||
},
|
},
|
||||||
[]string{"volume_plugin", "operation_name"},
|
[]string{"plugin_name", "operation_name"},
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user