mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-14 19:19:48 +00:00
convert latency in mertics name to duration
This commit is contained in:
@@ -121,6 +121,6 @@ func TestApiserverMetrics(t *testing.T) {
|
||||
}
|
||||
checkForExpectedMetrics(t, metrics, []string{
|
||||
"apiserver_request_total",
|
||||
"apiserver_request_latency_seconds",
|
||||
"apiserver_request_duration_seconds",
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user