mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
Add a flag that will make test gather metrics from all running components after the test finishes.
This commit is contained in:
@@ -42,8 +42,6 @@ var KnownApiServerMetrics = map[string][]string{
|
||||
"etcd_request_latencies_summary": {"operation", "type", "quantile"},
|
||||
"etcd_request_latencies_summary_count": {"operation", "type"},
|
||||
"etcd_request_latencies_summary_sum": {"operation", "type"},
|
||||
"get_token_count": {},
|
||||
"get_token_fail_count": {},
|
||||
"rest_client_request_latency_microseconds": {"url", "verb", "quantile"},
|
||||
"rest_client_request_latency_microseconds_count": {"url", "verb"},
|
||||
"rest_client_request_latency_microseconds_sum": {"url", "verb"},
|
||||
|
||||
Reference in New Issue
Block a user