From 231bafb691d60151ba5fdb73258780e3136e845a Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 8 Jun 2017 12:54:19 -0300 Subject: [elastic] create resources visualization --- elastic/templates/visualization-visState.mustache | 78 ----------------------- 1 file changed, 78 deletions(-) delete mode 100644 elastic/templates/visualization-visState.mustache (limited to 'elastic/templates/visualization-visState.mustache') diff --git a/elastic/templates/visualization-visState.mustache b/elastic/templates/visualization-visState.mustache deleted file mode 100644 index 9689f68..0000000 --- a/elastic/templates/visualization-visState.mustache +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type" : "line", - "listeners" : {}, - "title" : "Soledad benchmark for {{{title}}}", - "params" : { - "legendPosition" : "right", - "defaultYExtents" : false, - "setYExtents" : false, - "drawLinesBetweenPoints" : true, - "interpolate" : "linear", - "addTimeMarker" : false, - "radiusRatio" : 9, - "showCircles" : true, - "scale" : "linear", - "addTooltip" : true, - "addLegend" : true, - "times" : [] - }, - "aggs" : [ - { - "type" : "avg", - "schema" : "metric", - "params" : { - "field" : "stats.median" - }, - "enabled" : true, - "id" : "1" - }, - { - "enabled" : true, - "id" : "2", - "params" : { - "order" : "asc", - "orderBy" : "custom", - "field" : "commit_id_and_date", - "size" : 1000, - "orderAgg" : { - "params" : { - "field" : "commit_info.time" - }, - "schema" : "orderAgg", - "type" : "min", - "enabled" : true, - "id" : "2-orderAgg" - } - }, - "schema" : "segment", - "type" : "terms" - }, - { - "enabled" : true, - "id" : "3", - "schema" : "metric", - "params" : { - "field" : "stats.mean" - }, - "type" : "avg" - }, - { - "id" : "4", - "enabled" : true, - "type" : "avg", - "schema" : "metric", - "params" : { - "field" : "stats.iqr" - } - }, - { - "type" : "avg", - "schema" : "metric", - "params" : { - "field" : "stats.stddev" - }, - "id" : "5", - "enabled" : true - } - ] -} -- cgit v1.2.3