Merge pull request #78681 from yuxiangqian/e2efix

fix label mismatching which broke e2e serial test
This commit is contained in:
Kubernetes Prow Robot 2019-06-04 10:53:21 -07:00 committed by GitHub
commit 8657b24d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ var storageOperationEndToEndLatencyMetric = prometheus.NewHistogramVec(
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},
},
[]string{"volume_plugin", "operation_name"},
[]string{"plugin_name", "operation_name"},
)
func init() {