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