mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Allow summaries to be printed out to ReportDir instead of stdout
This commit is contained in:
@@ -105,6 +105,10 @@ func (m *MetricsForE2E) PrintJSON() string {
|
||||
return PrettyPrintJSON(*m)
|
||||
}
|
||||
|
||||
func (m *MetricsForE2E) SummaryKind() string {
|
||||
return "MetricsForE2E"
|
||||
}
|
||||
|
||||
var InterestingApiServerMetrics = []string{
|
||||
"apiserver_request_count",
|
||||
"apiserver_request_latencies_summary",
|
||||
|
||||
Reference in New Issue
Block a user