Allow summaries to be printed out to ReportDir instead of stdout

This commit is contained in:
gmarek
2017-04-19 14:53:56 +02:00
parent 712ccf3fa4
commit be987ac247
4 changed files with 35 additions and 4 deletions

View File

@@ -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",