{ "aggs" : [ { "type" : "avg", "enabled" : true, "params" : { "field" : "extra_info.cpu_percent", "customLabel" : "CPU usage (%)" }, "schema" : "metric", "id" : "1" }, { "id" : "2", "schema" : "segment", "type" : "terms", "enabled" : true, "params" : { "orderAgg" : { "id" : "2-orderAgg", "schema" : "orderAgg", "params" : { "field" : "commit_info.time" }, "type" : "min", "enabled" : true }, "orderBy" : "custom", "customLabel" : "Commit info: id and date", "order" : "asc", "size" : 1000, "field" : "commit_id_and_date" } }, { "schema" : "metric", "id" : "3", "params" : { "field" : "extra_info.memory_percent.stats.max", "customLabel" : "Memory usage (%)" }, "type" : "avg", "enabled" : true } ], "title" : "Resources used by {{{test_name}}}", "params" : { "valueAxes" : [ { "scale" : { "mode" : "normal", "type" : "linear" }, "position" : "left", "type" : "value", "title" : { "text" : "" }, "name" : "LeftAxis-1", "id" : "ValueAxis-1", "style" : {}, "labels" : { "show" : true, "filter" : false, "rotate" : 0, "truncate" : 100 }, "show" : true } ], "legendPosition" : "right", "seriesParams" : [ { "showCircles" : true, "type" : "line", "interpolate" : "linear", "data" : { "id" : "1", "label" : "CPU usage (%)" }, "drawLinesBetweenPoints" : true, "show" : true, "lineWidth" : 2, "valueAxis" : "ValueAxis-1", "mode" : "normal" }, { "showCircles" : true, "interpolate" : "linear", "type" : "line", "data" : { "label" : "Memory usage (%)", "id" : "3" }, "drawLinesBetweenPoints" : true, "show" : true, "mode" : "normal", "valueAxis" : "ValueAxis-1", "lineWidth" : 2 } ], "setYExtents" : false, "defaultYExtents" : false, "radiusRatio" : 9, "grid" : { "categoryLines" : false, "style" : { "color" : "#eee" } }, "times" : [], "interpolate" : "linear", "showCircles" : true, "scale" : "linear", "addTimeMarker" : false, "addLegend" : true, "addTooltip" : true, "drawLinesBetweenPoints" : true, "categoryAxes" : [ { "id" : "CategoryAxis-1", "style" : {}, "labels" : { "show" : true, "truncate" : 100 }, "show" : false, "scale" : { "type" : "linear" }, "position" : "bottom", "type" : "category", "title" : { "text" : "Commit info: id and date" } } ] }, "type" : "line", "listeners" : {} }