summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization-visState-time.mustache
blob: 5141ce08b74136ed07bdc1223032b0a6013db769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
   "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" : {}
}