summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization-visState.mustache
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-06-08 12:54:19 -0300
committerdrebs <drebs@riseup.net>2017-06-08 14:41:53 -0300
commit231bafb691d60151ba5fdb73258780e3136e845a (patch)
tree76e7a422dd4b0e457747cdc4c17762c49a9313b7 /elastic/templates/visualization-visState.mustache
parentf0888c835d830e69526603c44128d9ee44e67333 (diff)
[elastic] create resources visualization
Diffstat (limited to 'elastic/templates/visualization-visState.mustache')
-rw-r--r--elastic/templates/visualization-visState.mustache78
1 files changed, 0 insertions, 78 deletions
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
- }
- ]
-}