funktor 0.7.8 → 0.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,8 +23,8 @@ Resources:
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
{
|
|
26
|
-
"height":
|
|
27
|
-
"width":
|
|
26
|
+
"height": 1,
|
|
27
|
+
"width": 24,
|
|
28
28
|
"y": 3,
|
|
29
29
|
"x": 0,
|
|
30
30
|
"type": "text",
|
|
@@ -32,15 +32,34 @@ Resources:
|
|
|
32
32
|
"markdown": "\n# AuditWorker\n"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
|
|
36
|
+
|
|
35
37
|
{
|
|
36
|
-
"height":
|
|
37
|
-
"width":
|
|
38
|
-
"y":
|
|
39
|
-
"x":
|
|
38
|
+
"height": 2,
|
|
39
|
+
"width": 3,
|
|
40
|
+
"y": 4,
|
|
41
|
+
"x": 0,
|
|
42
|
+
"type": "metric",
|
|
43
|
+
"properties": {
|
|
44
|
+
"metrics": [
|
|
45
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
|
|
46
|
+
],
|
|
47
|
+
"view": "singleValue",
|
|
48
|
+
"region": "us-east-1",
|
|
49
|
+
"stat": "Sum",
|
|
50
|
+
"period": 60,
|
|
51
|
+
"sparkline": true,
|
|
52
|
+
"title": "AuditWorker Processed/Min"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"height": 2,
|
|
57
|
+
"width": 3,
|
|
58
|
+
"y": 4,
|
|
59
|
+
"x": 3,
|
|
40
60
|
"type": "metric",
|
|
41
61
|
"properties": {
|
|
42
62
|
"metrics": [
|
|
43
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
|
|
44
63
|
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
|
|
45
64
|
],
|
|
46
65
|
"view": "singleValue",
|
|
@@ -48,28 +67,115 @@ Resources:
|
|
|
48
67
|
"stat": "Sum",
|
|
49
68
|
"period": 60,
|
|
50
69
|
"sparkline": true,
|
|
51
|
-
"title": "AuditWorker
|
|
70
|
+
"title": "AuditWorker Failed/Min"
|
|
52
71
|
}
|
|
53
72
|
},
|
|
54
73
|
{
|
|
55
|
-
"height":
|
|
56
|
-
"width":
|
|
57
|
-
"y":
|
|
74
|
+
"height": 2,
|
|
75
|
+
"width": 3,
|
|
76
|
+
"y": 4,
|
|
77
|
+
"x": 6,
|
|
78
|
+
"type": "metric",
|
|
79
|
+
"properties": {
|
|
80
|
+
"metrics": [
|
|
81
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4" } ]
|
|
82
|
+
],
|
|
83
|
+
"view": "singleValue",
|
|
84
|
+
"region": "us-east-1",
|
|
85
|
+
"stat": "p60",
|
|
86
|
+
"period": 60,
|
|
87
|
+
"sparkline": true,
|
|
88
|
+
"title": "AuditWorker p60"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"height": 2,
|
|
93
|
+
"width": 3,
|
|
94
|
+
"y": 4,
|
|
95
|
+
"x": 9,
|
|
96
|
+
"type": "metric",
|
|
97
|
+
"properties": {
|
|
98
|
+
"metrics": [
|
|
99
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
|
|
100
|
+
],
|
|
101
|
+
"view": "singleValue",
|
|
102
|
+
"region": "us-east-1",
|
|
103
|
+
"stat": "p70",
|
|
104
|
+
"period": 60,
|
|
105
|
+
"sparkline": true,
|
|
106
|
+
"title": "AuditWorker p70"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"height": 2,
|
|
111
|
+
"width": 3,
|
|
112
|
+
"y": 4,
|
|
58
113
|
"x": 12,
|
|
59
114
|
"type": "metric",
|
|
60
115
|
"properties": {
|
|
61
116
|
"metrics": [
|
|
62
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "
|
|
63
|
-
[ "...", { "label": "p50", "stat": "p50" } ],
|
|
64
|
-
[ "...", { "label": "p99", "stat": "p99" } ],
|
|
65
|
-
[ "...", { "label": "Average", "stat": "Average" } ]
|
|
117
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p80", "color": "#2ca02c" } ]
|
|
66
118
|
],
|
|
67
119
|
"view": "singleValue",
|
|
68
120
|
"region": "us-east-1",
|
|
69
|
-
"stat": "
|
|
121
|
+
"stat": "p80",
|
|
122
|
+
"period": 60,
|
|
123
|
+
"sparkline": true,
|
|
124
|
+
"title": "AuditWorker p80"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"height": 2,
|
|
129
|
+
"width": 3,
|
|
130
|
+
"y": 4,
|
|
131
|
+
"x": 15,
|
|
132
|
+
"type": "metric",
|
|
133
|
+
"properties": {
|
|
134
|
+
"metrics": [
|
|
135
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#d62728" } ]
|
|
136
|
+
],
|
|
137
|
+
"view": "singleValue",
|
|
138
|
+
"region": "us-east-1",
|
|
139
|
+
"stat": "p90",
|
|
140
|
+
"period": 60,
|
|
141
|
+
"sparkline": true,
|
|
142
|
+
"title": "AuditWorker p90"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"height": 2,
|
|
147
|
+
"width": 3,
|
|
148
|
+
"y": 4,
|
|
149
|
+
"x": 18,
|
|
150
|
+
"type": "metric",
|
|
151
|
+
"properties": {
|
|
152
|
+
"metrics": [
|
|
153
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Min" } ]
|
|
154
|
+
],
|
|
155
|
+
"view": "singleValue",
|
|
156
|
+
"region": "us-east-1",
|
|
157
|
+
"stat": "Minimum",
|
|
158
|
+
"period": 60,
|
|
159
|
+
"sparkline": true,
|
|
160
|
+
"title": "AuditWorker Min"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"height": 2,
|
|
165
|
+
"width": 3,
|
|
166
|
+
"y": 4,
|
|
167
|
+
"x": 21,
|
|
168
|
+
"type": "metric",
|
|
169
|
+
"properties": {
|
|
170
|
+
"metrics": [
|
|
171
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Max", "color": "#d62728" } ]
|
|
172
|
+
],
|
|
173
|
+
"view": "singleValue",
|
|
174
|
+
"region": "us-east-1",
|
|
175
|
+
"stat": "Maximum",
|
|
70
176
|
"period": 60,
|
|
71
177
|
"sparkline": true,
|
|
72
|
-
"title": "AuditWorker
|
|
178
|
+
"title": "AuditWorker Max"
|
|
73
179
|
}
|
|
74
180
|
},
|
|
75
181
|
|
|
@@ -79,8 +185,8 @@ Resources:
|
|
|
79
185
|
|
|
80
186
|
{
|
|
81
187
|
"height": 3,
|
|
82
|
-
"width":
|
|
83
|
-
"y":
|
|
188
|
+
"width": 3,
|
|
189
|
+
"y": 7,
|
|
84
190
|
"x": 0,
|
|
85
191
|
"type": "metric",
|
|
86
192
|
"properties": {
|
|
@@ -92,14 +198,17 @@ Resources:
|
|
|
92
198
|
"region": "us-east-1",
|
|
93
199
|
"title": "AuditWorker Processed Jobs",
|
|
94
200
|
"period": 60,
|
|
95
|
-
"stat": "Sum"
|
|
201
|
+
"stat": "Sum",
|
|
202
|
+
"legend": {
|
|
203
|
+
"position": "hidden"
|
|
204
|
+
}
|
|
96
205
|
}
|
|
97
206
|
},
|
|
98
207
|
{
|
|
99
208
|
"height": 3,
|
|
100
|
-
"width":
|
|
101
|
-
"y":
|
|
102
|
-
"x":
|
|
209
|
+
"width": 3,
|
|
210
|
+
"y": 7,
|
|
211
|
+
"x": 3,
|
|
103
212
|
"type": "metric",
|
|
104
213
|
"properties": {
|
|
105
214
|
"metrics": [
|
|
@@ -110,34 +219,40 @@ Resources:
|
|
|
110
219
|
"region": "us-east-1",
|
|
111
220
|
"title": "AuditWorker Failed Jobs",
|
|
112
221
|
"period": 60,
|
|
113
|
-
"stat": "Sum"
|
|
222
|
+
"stat": "Sum",
|
|
223
|
+
"legend": {
|
|
224
|
+
"position": "hidden"
|
|
225
|
+
}
|
|
114
226
|
}
|
|
115
227
|
},
|
|
116
228
|
{
|
|
117
|
-
"height":
|
|
229
|
+
"height": 3,
|
|
118
230
|
"width": 12,
|
|
119
|
-
"y":
|
|
231
|
+
"y": 7,
|
|
120
232
|
"x": 6,
|
|
121
233
|
"type": "metric",
|
|
122
234
|
"properties": {
|
|
123
235
|
"metrics": [
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
236
|
+
[ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
|
|
237
|
+
[ "...", { "stat": "p80", "color": "#2ca02c" } ],
|
|
238
|
+
[ "...", { "stat": "p70", "color": "#ff7f0e" } ],
|
|
239
|
+
[ "...", { "color": "#1f77b4" } ]
|
|
128
240
|
],
|
|
129
241
|
"view": "timeSeries",
|
|
130
242
|
"stacked": false,
|
|
131
243
|
"region": "us-east-1",
|
|
132
|
-
"stat": "
|
|
244
|
+
"stat": "p60",
|
|
133
245
|
"period": 60,
|
|
134
|
-
"title": "AuditWorker Duration Percentiles"
|
|
246
|
+
"title": "AuditWorker Duration Percentiles",
|
|
247
|
+
"legend": {
|
|
248
|
+
"position": "right"
|
|
249
|
+
}
|
|
135
250
|
}
|
|
136
251
|
},
|
|
137
252
|
{
|
|
138
253
|
"height": 3,
|
|
139
|
-
"width":
|
|
140
|
-
"y":
|
|
254
|
+
"width": 3,
|
|
255
|
+
"y": 7,
|
|
141
256
|
"x": 18,
|
|
142
257
|
"type": "metric",
|
|
143
258
|
"properties": {
|
|
@@ -147,49 +262,75 @@ Resources:
|
|
|
147
262
|
"view": "timeSeries",
|
|
148
263
|
"stacked": false,
|
|
149
264
|
"region": "us-east-1",
|
|
150
|
-
"stat": "
|
|
265
|
+
"stat": "Minimum",
|
|
151
266
|
"period": 60,
|
|
152
|
-
"title": "AuditWorker
|
|
267
|
+
"title": "AuditWorker Min",
|
|
268
|
+
"legend": {
|
|
269
|
+
"position": "hidden"
|
|
270
|
+
}
|
|
153
271
|
}
|
|
154
272
|
},
|
|
155
273
|
{
|
|
156
274
|
"height": 3,
|
|
157
|
-
"width":
|
|
158
|
-
"y":
|
|
159
|
-
"x":
|
|
275
|
+
"width": 3,
|
|
276
|
+
"y": 7,
|
|
277
|
+
"x": 21,
|
|
160
278
|
"type": "metric",
|
|
161
279
|
"properties": {
|
|
162
280
|
"metrics": [
|
|
163
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ]
|
|
281
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
|
|
164
282
|
],
|
|
165
283
|
"view": "timeSeries",
|
|
166
284
|
"stacked": false,
|
|
167
285
|
"region": "us-east-1",
|
|
168
|
-
"stat": "
|
|
286
|
+
"stat": "Maximum",
|
|
169
287
|
"period": 60,
|
|
170
|
-
"title": "AuditWorker
|
|
288
|
+
"title": "AuditWorker Max",
|
|
289
|
+
"legend": {
|
|
290
|
+
"position": "hidden"
|
|
291
|
+
}
|
|
171
292
|
}
|
|
172
293
|
},
|
|
173
294
|
|
|
295
|
+
|
|
174
296
|
{
|
|
175
|
-
"height":
|
|
176
|
-
"width":
|
|
177
|
-
"y":
|
|
297
|
+
"height": 1,
|
|
298
|
+
"width": 24,
|
|
299
|
+
"y": 13,
|
|
178
300
|
"x": 0,
|
|
179
301
|
"type": "text",
|
|
180
302
|
"properties": {
|
|
181
303
|
"markdown": "\n# GreetingsWorker\n"
|
|
182
304
|
}
|
|
183
305
|
},
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
{
|
|
309
|
+
"height": 2,
|
|
310
|
+
"width": 3,
|
|
311
|
+
"y": 14,
|
|
312
|
+
"x": 0,
|
|
313
|
+
"type": "metric",
|
|
314
|
+
"properties": {
|
|
315
|
+
"metrics": [
|
|
316
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
|
|
317
|
+
],
|
|
318
|
+
"view": "singleValue",
|
|
319
|
+
"region": "us-east-1",
|
|
320
|
+
"stat": "Sum",
|
|
321
|
+
"period": 60,
|
|
322
|
+
"sparkline": true,
|
|
323
|
+
"title": "GreetingsWorker Processed/Min"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
184
326
|
{
|
|
185
|
-
"height":
|
|
186
|
-
"width":
|
|
187
|
-
"y":
|
|
188
|
-
"x":
|
|
327
|
+
"height": 2,
|
|
328
|
+
"width": 3,
|
|
329
|
+
"y": 14,
|
|
330
|
+
"x": 3,
|
|
189
331
|
"type": "metric",
|
|
190
332
|
"properties": {
|
|
191
333
|
"metrics": [
|
|
192
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
|
|
193
334
|
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
|
|
194
335
|
],
|
|
195
336
|
"view": "singleValue",
|
|
@@ -197,28 +338,115 @@ Resources:
|
|
|
197
338
|
"stat": "Sum",
|
|
198
339
|
"period": 60,
|
|
199
340
|
"sparkline": true,
|
|
200
|
-
"title": "GreetingsWorker
|
|
341
|
+
"title": "GreetingsWorker Failed/Min"
|
|
201
342
|
}
|
|
202
343
|
},
|
|
203
344
|
{
|
|
204
|
-
"height":
|
|
205
|
-
"width":
|
|
206
|
-
"y":
|
|
345
|
+
"height": 2,
|
|
346
|
+
"width": 3,
|
|
347
|
+
"y": 14,
|
|
348
|
+
"x": 6,
|
|
349
|
+
"type": "metric",
|
|
350
|
+
"properties": {
|
|
351
|
+
"metrics": [
|
|
352
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4" } ]
|
|
353
|
+
],
|
|
354
|
+
"view": "singleValue",
|
|
355
|
+
"region": "us-east-1",
|
|
356
|
+
"stat": "p60",
|
|
357
|
+
"period": 60,
|
|
358
|
+
"sparkline": true,
|
|
359
|
+
"title": "GreetingsWorker p60"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"height": 2,
|
|
364
|
+
"width": 3,
|
|
365
|
+
"y": 14,
|
|
366
|
+
"x": 9,
|
|
367
|
+
"type": "metric",
|
|
368
|
+
"properties": {
|
|
369
|
+
"metrics": [
|
|
370
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p70", "color": "#ff7f0e" } ]
|
|
371
|
+
],
|
|
372
|
+
"view": "singleValue",
|
|
373
|
+
"region": "us-east-1",
|
|
374
|
+
"stat": "p70",
|
|
375
|
+
"period": 60,
|
|
376
|
+
"sparkline": true,
|
|
377
|
+
"title": "GreetingsWorker p70"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"height": 2,
|
|
382
|
+
"width": 3,
|
|
383
|
+
"y": 14,
|
|
207
384
|
"x": 12,
|
|
208
385
|
"type": "metric",
|
|
209
386
|
"properties": {
|
|
210
387
|
"metrics": [
|
|
211
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "
|
|
212
|
-
[ "...", { "label": "p50", "stat": "p50" } ],
|
|
213
|
-
[ "...", { "label": "p99", "stat": "p99" } ],
|
|
214
|
-
[ "...", { "label": "Average", "stat": "Average" } ]
|
|
388
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p80", "color": "#2ca02c" } ]
|
|
215
389
|
],
|
|
216
390
|
"view": "singleValue",
|
|
217
391
|
"region": "us-east-1",
|
|
218
|
-
"stat": "
|
|
392
|
+
"stat": "p80",
|
|
393
|
+
"period": 60,
|
|
394
|
+
"sparkline": true,
|
|
395
|
+
"title": "GreetingsWorker p80"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"height": 2,
|
|
400
|
+
"width": 3,
|
|
401
|
+
"y": 14,
|
|
402
|
+
"x": 15,
|
|
403
|
+
"type": "metric",
|
|
404
|
+
"properties": {
|
|
405
|
+
"metrics": [
|
|
406
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#d62728" } ]
|
|
407
|
+
],
|
|
408
|
+
"view": "singleValue",
|
|
409
|
+
"region": "us-east-1",
|
|
410
|
+
"stat": "p90",
|
|
411
|
+
"period": 60,
|
|
412
|
+
"sparkline": true,
|
|
413
|
+
"title": "GreetingsWorker p90"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"height": 2,
|
|
418
|
+
"width": 3,
|
|
419
|
+
"y": 14,
|
|
420
|
+
"x": 18,
|
|
421
|
+
"type": "metric",
|
|
422
|
+
"properties": {
|
|
423
|
+
"metrics": [
|
|
424
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Min" } ]
|
|
425
|
+
],
|
|
426
|
+
"view": "singleValue",
|
|
427
|
+
"region": "us-east-1",
|
|
428
|
+
"stat": "Minimum",
|
|
429
|
+
"period": 60,
|
|
430
|
+
"sparkline": true,
|
|
431
|
+
"title": "GreetingsWorker Min"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"height": 2,
|
|
436
|
+
"width": 3,
|
|
437
|
+
"y": 14,
|
|
438
|
+
"x": 21,
|
|
439
|
+
"type": "metric",
|
|
440
|
+
"properties": {
|
|
441
|
+
"metrics": [
|
|
442
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Max", "color": "#d62728" } ]
|
|
443
|
+
],
|
|
444
|
+
"view": "singleValue",
|
|
445
|
+
"region": "us-east-1",
|
|
446
|
+
"stat": "Maximum",
|
|
219
447
|
"period": 60,
|
|
220
448
|
"sparkline": true,
|
|
221
|
-
"title": "GreetingsWorker
|
|
449
|
+
"title": "GreetingsWorker Max"
|
|
222
450
|
}
|
|
223
451
|
},
|
|
224
452
|
|
|
@@ -228,8 +456,8 @@ Resources:
|
|
|
228
456
|
|
|
229
457
|
{
|
|
230
458
|
"height": 3,
|
|
231
|
-
"width":
|
|
232
|
-
"y":
|
|
459
|
+
"width": 3,
|
|
460
|
+
"y": 17,
|
|
233
461
|
"x": 0,
|
|
234
462
|
"type": "metric",
|
|
235
463
|
"properties": {
|
|
@@ -241,14 +469,17 @@ Resources:
|
|
|
241
469
|
"region": "us-east-1",
|
|
242
470
|
"title": "GreetingsWorker Processed Jobs",
|
|
243
471
|
"period": 60,
|
|
244
|
-
"stat": "Sum"
|
|
472
|
+
"stat": "Sum",
|
|
473
|
+
"legend": {
|
|
474
|
+
"position": "hidden"
|
|
475
|
+
}
|
|
245
476
|
}
|
|
246
477
|
},
|
|
247
478
|
{
|
|
248
479
|
"height": 3,
|
|
249
|
-
"width":
|
|
250
|
-
"y":
|
|
251
|
-
"x":
|
|
480
|
+
"width": 3,
|
|
481
|
+
"y": 17,
|
|
482
|
+
"x": 3,
|
|
252
483
|
"type": "metric",
|
|
253
484
|
"properties": {
|
|
254
485
|
"metrics": [
|
|
@@ -259,34 +490,40 @@ Resources:
|
|
|
259
490
|
"region": "us-east-1",
|
|
260
491
|
"title": "GreetingsWorker Failed Jobs",
|
|
261
492
|
"period": 60,
|
|
262
|
-
"stat": "Sum"
|
|
493
|
+
"stat": "Sum",
|
|
494
|
+
"legend": {
|
|
495
|
+
"position": "hidden"
|
|
496
|
+
}
|
|
263
497
|
}
|
|
264
498
|
},
|
|
265
499
|
{
|
|
266
|
-
"height":
|
|
500
|
+
"height": 3,
|
|
267
501
|
"width": 12,
|
|
268
|
-
"y":
|
|
502
|
+
"y": 17,
|
|
269
503
|
"x": 6,
|
|
270
504
|
"type": "metric",
|
|
271
505
|
"properties": {
|
|
272
506
|
"metrics": [
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
507
|
+
[ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
|
|
508
|
+
[ "...", { "stat": "p80", "color": "#2ca02c" } ],
|
|
509
|
+
[ "...", { "stat": "p70", "color": "#ff7f0e" } ],
|
|
510
|
+
[ "...", { "color": "#1f77b4" } ]
|
|
277
511
|
],
|
|
278
512
|
"view": "timeSeries",
|
|
279
513
|
"stacked": false,
|
|
280
514
|
"region": "us-east-1",
|
|
281
|
-
"stat": "
|
|
515
|
+
"stat": "p60",
|
|
282
516
|
"period": 60,
|
|
283
|
-
"title": "GreetingsWorker Duration Percentiles"
|
|
517
|
+
"title": "GreetingsWorker Duration Percentiles",
|
|
518
|
+
"legend": {
|
|
519
|
+
"position": "right"
|
|
520
|
+
}
|
|
284
521
|
}
|
|
285
522
|
},
|
|
286
523
|
{
|
|
287
524
|
"height": 3,
|
|
288
|
-
"width":
|
|
289
|
-
"y":
|
|
525
|
+
"width": 3,
|
|
526
|
+
"y": 17,
|
|
290
527
|
"x": 18,
|
|
291
528
|
"type": "metric",
|
|
292
529
|
"properties": {
|
|
@@ -296,49 +533,75 @@ Resources:
|
|
|
296
533
|
"view": "timeSeries",
|
|
297
534
|
"stacked": false,
|
|
298
535
|
"region": "us-east-1",
|
|
299
|
-
"stat": "
|
|
536
|
+
"stat": "Minimum",
|
|
300
537
|
"period": 60,
|
|
301
|
-
"title": "GreetingsWorker
|
|
538
|
+
"title": "GreetingsWorker Min",
|
|
539
|
+
"legend": {
|
|
540
|
+
"position": "hidden"
|
|
541
|
+
}
|
|
302
542
|
}
|
|
303
543
|
},
|
|
304
544
|
{
|
|
305
545
|
"height": 3,
|
|
306
|
-
"width":
|
|
307
|
-
"y":
|
|
308
|
-
"x":
|
|
546
|
+
"width": 3,
|
|
547
|
+
"y": 17,
|
|
548
|
+
"x": 21,
|
|
309
549
|
"type": "metric",
|
|
310
550
|
"properties": {
|
|
311
551
|
"metrics": [
|
|
312
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ]
|
|
552
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
|
|
313
553
|
],
|
|
314
554
|
"view": "timeSeries",
|
|
315
555
|
"stacked": false,
|
|
316
556
|
"region": "us-east-1",
|
|
317
|
-
"stat": "
|
|
557
|
+
"stat": "Maximum",
|
|
318
558
|
"period": 60,
|
|
319
|
-
"title": "GreetingsWorker
|
|
559
|
+
"title": "GreetingsWorker Max",
|
|
560
|
+
"legend": {
|
|
561
|
+
"position": "hidden"
|
|
562
|
+
}
|
|
320
563
|
}
|
|
321
564
|
},
|
|
322
565
|
|
|
566
|
+
|
|
323
567
|
{
|
|
324
|
-
"height":
|
|
325
|
-
"width":
|
|
326
|
-
"y":
|
|
568
|
+
"height": 1,
|
|
569
|
+
"width": 24,
|
|
570
|
+
"y": 23,
|
|
327
571
|
"x": 0,
|
|
328
572
|
"type": "text",
|
|
329
573
|
"properties": {
|
|
330
574
|
"markdown": "\n# HelloWorker\n"
|
|
331
575
|
}
|
|
332
576
|
},
|
|
577
|
+
|
|
578
|
+
|
|
333
579
|
{
|
|
334
|
-
"height":
|
|
335
|
-
"width":
|
|
336
|
-
"y":
|
|
337
|
-
"x":
|
|
580
|
+
"height": 2,
|
|
581
|
+
"width": 3,
|
|
582
|
+
"y": 24,
|
|
583
|
+
"x": 0,
|
|
584
|
+
"type": "metric",
|
|
585
|
+
"properties": {
|
|
586
|
+
"metrics": [
|
|
587
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
|
|
588
|
+
],
|
|
589
|
+
"view": "singleValue",
|
|
590
|
+
"region": "us-east-1",
|
|
591
|
+
"stat": "Sum",
|
|
592
|
+
"period": 60,
|
|
593
|
+
"sparkline": true,
|
|
594
|
+
"title": "HelloWorker Processed/Min"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"height": 2,
|
|
599
|
+
"width": 3,
|
|
600
|
+
"y": 24,
|
|
601
|
+
"x": 3,
|
|
338
602
|
"type": "metric",
|
|
339
603
|
"properties": {
|
|
340
604
|
"metrics": [
|
|
341
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
|
|
342
605
|
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
|
|
343
606
|
],
|
|
344
607
|
"view": "singleValue",
|
|
@@ -346,28 +609,115 @@ Resources:
|
|
|
346
609
|
"stat": "Sum",
|
|
347
610
|
"period": 60,
|
|
348
611
|
"sparkline": true,
|
|
349
|
-
"title": "HelloWorker
|
|
612
|
+
"title": "HelloWorker Failed/Min"
|
|
350
613
|
}
|
|
351
614
|
},
|
|
352
615
|
{
|
|
353
|
-
"height":
|
|
354
|
-
"width":
|
|
355
|
-
"y":
|
|
616
|
+
"height": 2,
|
|
617
|
+
"width": 3,
|
|
618
|
+
"y": 24,
|
|
619
|
+
"x": 6,
|
|
620
|
+
"type": "metric",
|
|
621
|
+
"properties": {
|
|
622
|
+
"metrics": [
|
|
623
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p60", "color": "#1f77b4" } ]
|
|
624
|
+
],
|
|
625
|
+
"view": "singleValue",
|
|
626
|
+
"region": "us-east-1",
|
|
627
|
+
"stat": "p60",
|
|
628
|
+
"period": 60,
|
|
629
|
+
"sparkline": true,
|
|
630
|
+
"title": "HelloWorker p60"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"height": 2,
|
|
635
|
+
"width": 3,
|
|
636
|
+
"y": 24,
|
|
637
|
+
"x": 9,
|
|
638
|
+
"type": "metric",
|
|
639
|
+
"properties": {
|
|
640
|
+
"metrics": [
|
|
641
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p70", "color": "#ff7f0e" } ]
|
|
642
|
+
],
|
|
643
|
+
"view": "singleValue",
|
|
644
|
+
"region": "us-east-1",
|
|
645
|
+
"stat": "p70",
|
|
646
|
+
"period": 60,
|
|
647
|
+
"sparkline": true,
|
|
648
|
+
"title": "HelloWorker p70"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"height": 2,
|
|
653
|
+
"width": 3,
|
|
654
|
+
"y": 24,
|
|
356
655
|
"x": 12,
|
|
357
656
|
"type": "metric",
|
|
358
657
|
"properties": {
|
|
359
658
|
"metrics": [
|
|
360
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "
|
|
361
|
-
[ "...", { "label": "p50", "stat": "p50" } ],
|
|
362
|
-
[ "...", { "label": "p99", "stat": "p99" } ],
|
|
363
|
-
[ "...", { "label": "Average", "stat": "Average" } ]
|
|
659
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p80", "color": "#2ca02c" } ]
|
|
364
660
|
],
|
|
365
661
|
"view": "singleValue",
|
|
366
662
|
"region": "us-east-1",
|
|
367
|
-
"stat": "
|
|
663
|
+
"stat": "p80",
|
|
664
|
+
"period": 60,
|
|
665
|
+
"sparkline": true,
|
|
666
|
+
"title": "HelloWorker p80"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"height": 2,
|
|
671
|
+
"width": 3,
|
|
672
|
+
"y": 24,
|
|
673
|
+
"x": 15,
|
|
674
|
+
"type": "metric",
|
|
675
|
+
"properties": {
|
|
676
|
+
"metrics": [
|
|
677
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "color": "#d62728" } ]
|
|
678
|
+
],
|
|
679
|
+
"view": "singleValue",
|
|
680
|
+
"region": "us-east-1",
|
|
681
|
+
"stat": "p90",
|
|
682
|
+
"period": 60,
|
|
683
|
+
"sparkline": true,
|
|
684
|
+
"title": "HelloWorker p90"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"height": 2,
|
|
689
|
+
"width": 3,
|
|
690
|
+
"y": 24,
|
|
691
|
+
"x": 18,
|
|
692
|
+
"type": "metric",
|
|
693
|
+
"properties": {
|
|
694
|
+
"metrics": [
|
|
695
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "Min" } ]
|
|
696
|
+
],
|
|
697
|
+
"view": "singleValue",
|
|
698
|
+
"region": "us-east-1",
|
|
699
|
+
"stat": "Minimum",
|
|
700
|
+
"period": 60,
|
|
701
|
+
"sparkline": true,
|
|
702
|
+
"title": "HelloWorker Min"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"height": 2,
|
|
707
|
+
"width": 3,
|
|
708
|
+
"y": 24,
|
|
709
|
+
"x": 21,
|
|
710
|
+
"type": "metric",
|
|
711
|
+
"properties": {
|
|
712
|
+
"metrics": [
|
|
713
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "Max", "color": "#d62728" } ]
|
|
714
|
+
],
|
|
715
|
+
"view": "singleValue",
|
|
716
|
+
"region": "us-east-1",
|
|
717
|
+
"stat": "Maximum",
|
|
368
718
|
"period": 60,
|
|
369
719
|
"sparkline": true,
|
|
370
|
-
"title": "HelloWorker
|
|
720
|
+
"title": "HelloWorker Max"
|
|
371
721
|
}
|
|
372
722
|
},
|
|
373
723
|
|
|
@@ -377,8 +727,8 @@ Resources:
|
|
|
377
727
|
|
|
378
728
|
{
|
|
379
729
|
"height": 3,
|
|
380
|
-
"width":
|
|
381
|
-
"y":
|
|
730
|
+
"width": 3,
|
|
731
|
+
"y": 27,
|
|
382
732
|
"x": 0,
|
|
383
733
|
"type": "metric",
|
|
384
734
|
"properties": {
|
|
@@ -390,14 +740,17 @@ Resources:
|
|
|
390
740
|
"region": "us-east-1",
|
|
391
741
|
"title": "HelloWorker Processed Jobs",
|
|
392
742
|
"period": 60,
|
|
393
|
-
"stat": "Sum"
|
|
743
|
+
"stat": "Sum",
|
|
744
|
+
"legend": {
|
|
745
|
+
"position": "hidden"
|
|
746
|
+
}
|
|
394
747
|
}
|
|
395
748
|
},
|
|
396
749
|
{
|
|
397
750
|
"height": 3,
|
|
398
|
-
"width":
|
|
751
|
+
"width": 3,
|
|
399
752
|
"y": 27,
|
|
400
|
-
"x":
|
|
753
|
+
"x": 3,
|
|
401
754
|
"type": "metric",
|
|
402
755
|
"properties": {
|
|
403
756
|
"metrics": [
|
|
@@ -408,34 +761,40 @@ Resources:
|
|
|
408
761
|
"region": "us-east-1",
|
|
409
762
|
"title": "HelloWorker Failed Jobs",
|
|
410
763
|
"period": 60,
|
|
411
|
-
"stat": "Sum"
|
|
764
|
+
"stat": "Sum",
|
|
765
|
+
"legend": {
|
|
766
|
+
"position": "hidden"
|
|
767
|
+
}
|
|
412
768
|
}
|
|
413
769
|
},
|
|
414
770
|
{
|
|
415
|
-
"height":
|
|
771
|
+
"height": 3,
|
|
416
772
|
"width": 12,
|
|
417
|
-
"y":
|
|
773
|
+
"y": 27,
|
|
418
774
|
"x": 6,
|
|
419
775
|
"type": "metric",
|
|
420
776
|
"properties": {
|
|
421
777
|
"metrics": [
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
778
|
+
[ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
|
|
779
|
+
[ "...", { "stat": "p80", "color": "#2ca02c" } ],
|
|
780
|
+
[ "...", { "stat": "p70", "color": "#ff7f0e" } ],
|
|
781
|
+
[ "...", { "color": "#1f77b4" } ]
|
|
426
782
|
],
|
|
427
783
|
"view": "timeSeries",
|
|
428
784
|
"stacked": false,
|
|
429
785
|
"region": "us-east-1",
|
|
430
|
-
"stat": "
|
|
786
|
+
"stat": "p60",
|
|
431
787
|
"period": 60,
|
|
432
|
-
"title": "HelloWorker Duration Percentiles"
|
|
788
|
+
"title": "HelloWorker Duration Percentiles",
|
|
789
|
+
"legend": {
|
|
790
|
+
"position": "right"
|
|
791
|
+
}
|
|
433
792
|
}
|
|
434
793
|
},
|
|
435
794
|
{
|
|
436
795
|
"height": 3,
|
|
437
|
-
"width":
|
|
438
|
-
"y":
|
|
796
|
+
"width": 3,
|
|
797
|
+
"y": 27,
|
|
439
798
|
"x": 18,
|
|
440
799
|
"type": "metric",
|
|
441
800
|
"properties": {
|
|
@@ -445,49 +804,75 @@ Resources:
|
|
|
445
804
|
"view": "timeSeries",
|
|
446
805
|
"stacked": false,
|
|
447
806
|
"region": "us-east-1",
|
|
448
|
-
"stat": "
|
|
807
|
+
"stat": "Minimum",
|
|
449
808
|
"period": 60,
|
|
450
|
-
"title": "HelloWorker
|
|
809
|
+
"title": "HelloWorker Min",
|
|
810
|
+
"legend": {
|
|
811
|
+
"position": "hidden"
|
|
812
|
+
}
|
|
451
813
|
}
|
|
452
814
|
},
|
|
453
815
|
{
|
|
454
816
|
"height": 3,
|
|
455
|
-
"width":
|
|
456
|
-
"y":
|
|
457
|
-
"x":
|
|
817
|
+
"width": 3,
|
|
818
|
+
"y": 27,
|
|
819
|
+
"x": 21,
|
|
458
820
|
"type": "metric",
|
|
459
821
|
"properties": {
|
|
460
822
|
"metrics": [
|
|
461
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ]
|
|
823
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
|
|
462
824
|
],
|
|
463
825
|
"view": "timeSeries",
|
|
464
826
|
"stacked": false,
|
|
465
827
|
"region": "us-east-1",
|
|
466
|
-
"stat": "
|
|
828
|
+
"stat": "Maximum",
|
|
467
829
|
"period": 60,
|
|
468
|
-
"title": "HelloWorker
|
|
830
|
+
"title": "HelloWorker Max",
|
|
831
|
+
"legend": {
|
|
832
|
+
"position": "hidden"
|
|
833
|
+
}
|
|
469
834
|
}
|
|
470
835
|
},
|
|
471
836
|
|
|
837
|
+
|
|
472
838
|
{
|
|
473
|
-
"height":
|
|
474
|
-
"width":
|
|
475
|
-
"y":
|
|
839
|
+
"height": 1,
|
|
840
|
+
"width": 24,
|
|
841
|
+
"y": 33,
|
|
476
842
|
"x": 0,
|
|
477
843
|
"type": "text",
|
|
478
844
|
"properties": {
|
|
479
845
|
"markdown": "\n# SingleThreadAuditWorker\n"
|
|
480
846
|
}
|
|
481
847
|
},
|
|
848
|
+
|
|
849
|
+
|
|
482
850
|
{
|
|
483
|
-
"height":
|
|
484
|
-
"width":
|
|
485
|
-
"y":
|
|
486
|
-
"x":
|
|
851
|
+
"height": 2,
|
|
852
|
+
"width": 3,
|
|
853
|
+
"y": 34,
|
|
854
|
+
"x": 0,
|
|
855
|
+
"type": "metric",
|
|
856
|
+
"properties": {
|
|
857
|
+
"metrics": [
|
|
858
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ]
|
|
859
|
+
],
|
|
860
|
+
"view": "singleValue",
|
|
861
|
+
"region": "us-east-1",
|
|
862
|
+
"stat": "Sum",
|
|
863
|
+
"period": 60,
|
|
864
|
+
"sparkline": true,
|
|
865
|
+
"title": "SingleThreadAuditWorker Processed/Min"
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"height": 2,
|
|
870
|
+
"width": 3,
|
|
871
|
+
"y": 34,
|
|
872
|
+
"x": 3,
|
|
487
873
|
"type": "metric",
|
|
488
874
|
"properties": {
|
|
489
875
|
"metrics": [
|
|
490
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ],
|
|
491
876
|
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ]
|
|
492
877
|
],
|
|
493
878
|
"view": "singleValue",
|
|
@@ -495,28 +880,115 @@ Resources:
|
|
|
495
880
|
"stat": "Sum",
|
|
496
881
|
"period": 60,
|
|
497
882
|
"sparkline": true,
|
|
498
|
-
"title": "SingleThreadAuditWorker
|
|
883
|
+
"title": "SingleThreadAuditWorker Failed/Min"
|
|
499
884
|
}
|
|
500
885
|
},
|
|
501
886
|
{
|
|
502
|
-
"height":
|
|
503
|
-
"width":
|
|
504
|
-
"y":
|
|
887
|
+
"height": 2,
|
|
888
|
+
"width": 3,
|
|
889
|
+
"y": 34,
|
|
890
|
+
"x": 6,
|
|
891
|
+
"type": "metric",
|
|
892
|
+
"properties": {
|
|
893
|
+
"metrics": [
|
|
894
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p60", "color": "#1f77b4" } ]
|
|
895
|
+
],
|
|
896
|
+
"view": "singleValue",
|
|
897
|
+
"region": "us-east-1",
|
|
898
|
+
"stat": "p60",
|
|
899
|
+
"period": 60,
|
|
900
|
+
"sparkline": true,
|
|
901
|
+
"title": "SingleThreadAuditWorker p60"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"height": 2,
|
|
906
|
+
"width": 3,
|
|
907
|
+
"y": 34,
|
|
908
|
+
"x": 9,
|
|
909
|
+
"type": "metric",
|
|
910
|
+
"properties": {
|
|
911
|
+
"metrics": [
|
|
912
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
|
|
913
|
+
],
|
|
914
|
+
"view": "singleValue",
|
|
915
|
+
"region": "us-east-1",
|
|
916
|
+
"stat": "p70",
|
|
917
|
+
"period": 60,
|
|
918
|
+
"sparkline": true,
|
|
919
|
+
"title": "SingleThreadAuditWorker p70"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"height": 2,
|
|
924
|
+
"width": 3,
|
|
925
|
+
"y": 34,
|
|
505
926
|
"x": 12,
|
|
506
927
|
"type": "metric",
|
|
507
928
|
"properties": {
|
|
508
929
|
"metrics": [
|
|
509
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "
|
|
510
|
-
[ "...", { "label": "p50", "stat": "p50" } ],
|
|
511
|
-
[ "...", { "label": "p99", "stat": "p99" } ],
|
|
512
|
-
[ "...", { "label": "Average", "stat": "Average" } ]
|
|
930
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p80", "color": "#2ca02c" } ]
|
|
513
931
|
],
|
|
514
932
|
"view": "singleValue",
|
|
515
933
|
"region": "us-east-1",
|
|
516
|
-
"stat": "
|
|
934
|
+
"stat": "p80",
|
|
517
935
|
"period": 60,
|
|
518
936
|
"sparkline": true,
|
|
519
|
-
"title": "SingleThreadAuditWorker
|
|
937
|
+
"title": "SingleThreadAuditWorker p80"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"height": 2,
|
|
942
|
+
"width": 3,
|
|
943
|
+
"y": 34,
|
|
944
|
+
"x": 15,
|
|
945
|
+
"type": "metric",
|
|
946
|
+
"properties": {
|
|
947
|
+
"metrics": [
|
|
948
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p90", "color": "#d62728" } ]
|
|
949
|
+
],
|
|
950
|
+
"view": "singleValue",
|
|
951
|
+
"region": "us-east-1",
|
|
952
|
+
"stat": "p90",
|
|
953
|
+
"period": 60,
|
|
954
|
+
"sparkline": true,
|
|
955
|
+
"title": "SingleThreadAuditWorker p90"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"height": 2,
|
|
960
|
+
"width": 3,
|
|
961
|
+
"y": 34,
|
|
962
|
+
"x": 18,
|
|
963
|
+
"type": "metric",
|
|
964
|
+
"properties": {
|
|
965
|
+
"metrics": [
|
|
966
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "Min" } ]
|
|
967
|
+
],
|
|
968
|
+
"view": "singleValue",
|
|
969
|
+
"region": "us-east-1",
|
|
970
|
+
"stat": "Minimum",
|
|
971
|
+
"period": 60,
|
|
972
|
+
"sparkline": true,
|
|
973
|
+
"title": "SingleThreadAuditWorker Min"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"height": 2,
|
|
978
|
+
"width": 3,
|
|
979
|
+
"y": 34,
|
|
980
|
+
"x": 21,
|
|
981
|
+
"type": "metric",
|
|
982
|
+
"properties": {
|
|
983
|
+
"metrics": [
|
|
984
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "Max", "color": "#d62728" } ]
|
|
985
|
+
],
|
|
986
|
+
"view": "singleValue",
|
|
987
|
+
"region": "us-east-1",
|
|
988
|
+
"stat": "Maximum",
|
|
989
|
+
"period": 60,
|
|
990
|
+
"sparkline": true,
|
|
991
|
+
"title": "SingleThreadAuditWorker Max"
|
|
520
992
|
}
|
|
521
993
|
},
|
|
522
994
|
|
|
@@ -526,8 +998,8 @@ Resources:
|
|
|
526
998
|
|
|
527
999
|
{
|
|
528
1000
|
"height": 3,
|
|
529
|
-
"width":
|
|
530
|
-
"y":
|
|
1001
|
+
"width": 3,
|
|
1002
|
+
"y": 37,
|
|
531
1003
|
"x": 0,
|
|
532
1004
|
"type": "metric",
|
|
533
1005
|
"properties": {
|
|
@@ -539,14 +1011,17 @@ Resources:
|
|
|
539
1011
|
"region": "us-east-1",
|
|
540
1012
|
"title": "SingleThreadAuditWorker Processed Jobs",
|
|
541
1013
|
"period": 60,
|
|
542
|
-
"stat": "Sum"
|
|
1014
|
+
"stat": "Sum",
|
|
1015
|
+
"legend": {
|
|
1016
|
+
"position": "hidden"
|
|
1017
|
+
}
|
|
543
1018
|
}
|
|
544
1019
|
},
|
|
545
1020
|
{
|
|
546
1021
|
"height": 3,
|
|
547
|
-
"width":
|
|
548
|
-
"y":
|
|
549
|
-
"x":
|
|
1022
|
+
"width": 3,
|
|
1023
|
+
"y": 37,
|
|
1024
|
+
"x": 3,
|
|
550
1025
|
"type": "metric",
|
|
551
1026
|
"properties": {
|
|
552
1027
|
"metrics": [
|
|
@@ -557,34 +1032,40 @@ Resources:
|
|
|
557
1032
|
"region": "us-east-1",
|
|
558
1033
|
"title": "SingleThreadAuditWorker Failed Jobs",
|
|
559
1034
|
"period": 60,
|
|
560
|
-
"stat": "Sum"
|
|
1035
|
+
"stat": "Sum",
|
|
1036
|
+
"legend": {
|
|
1037
|
+
"position": "hidden"
|
|
1038
|
+
}
|
|
561
1039
|
}
|
|
562
1040
|
},
|
|
563
1041
|
{
|
|
564
|
-
"height":
|
|
1042
|
+
"height": 3,
|
|
565
1043
|
"width": 12,
|
|
566
|
-
"y":
|
|
1044
|
+
"y": 37,
|
|
567
1045
|
"x": 6,
|
|
568
1046
|
"type": "metric",
|
|
569
1047
|
"properties": {
|
|
570
1048
|
"metrics": [
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
1049
|
+
[ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
|
|
1050
|
+
[ "...", { "stat": "p80", "color": "#2ca02c" } ],
|
|
1051
|
+
[ "...", { "stat": "p70", "color": "#ff7f0e" } ],
|
|
1052
|
+
[ "...", { "color": "#1f77b4" } ]
|
|
575
1053
|
],
|
|
576
1054
|
"view": "timeSeries",
|
|
577
1055
|
"stacked": false,
|
|
578
1056
|
"region": "us-east-1",
|
|
579
|
-
"stat": "
|
|
1057
|
+
"stat": "p60",
|
|
580
1058
|
"period": 60,
|
|
581
|
-
"title": "SingleThreadAuditWorker Duration Percentiles"
|
|
1059
|
+
"title": "SingleThreadAuditWorker Duration Percentiles",
|
|
1060
|
+
"legend": {
|
|
1061
|
+
"position": "right"
|
|
1062
|
+
}
|
|
582
1063
|
}
|
|
583
1064
|
},
|
|
584
1065
|
{
|
|
585
1066
|
"height": 3,
|
|
586
|
-
"width":
|
|
587
|
-
"y":
|
|
1067
|
+
"width": 3,
|
|
1068
|
+
"y": 37,
|
|
588
1069
|
"x": 18,
|
|
589
1070
|
"type": "metric",
|
|
590
1071
|
"properties": {
|
|
@@ -594,36 +1075,43 @@ Resources:
|
|
|
594
1075
|
"view": "timeSeries",
|
|
595
1076
|
"stacked": false,
|
|
596
1077
|
"region": "us-east-1",
|
|
597
|
-
"stat": "
|
|
1078
|
+
"stat": "Minimum",
|
|
598
1079
|
"period": 60,
|
|
599
|
-
"title": "SingleThreadAuditWorker
|
|
1080
|
+
"title": "SingleThreadAuditWorker Min",
|
|
1081
|
+
"legend": {
|
|
1082
|
+
"position": "hidden"
|
|
1083
|
+
}
|
|
600
1084
|
}
|
|
601
1085
|
},
|
|
602
1086
|
{
|
|
603
1087
|
"height": 3,
|
|
604
|
-
"width":
|
|
605
|
-
"y":
|
|
606
|
-
"x":
|
|
1088
|
+
"width": 3,
|
|
1089
|
+
"y": 37,
|
|
1090
|
+
"x": 21,
|
|
607
1091
|
"type": "metric",
|
|
608
1092
|
"properties": {
|
|
609
1093
|
"metrics": [
|
|
610
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ]
|
|
1094
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ]
|
|
611
1095
|
],
|
|
612
1096
|
"view": "timeSeries",
|
|
613
1097
|
"stacked": false,
|
|
614
1098
|
"region": "us-east-1",
|
|
615
|
-
"stat": "
|
|
1099
|
+
"stat": "Maximum",
|
|
616
1100
|
"period": 60,
|
|
617
|
-
"title": "SingleThreadAuditWorker
|
|
1101
|
+
"title": "SingleThreadAuditWorker Max",
|
|
1102
|
+
"legend": {
|
|
1103
|
+
"position": "hidden"
|
|
1104
|
+
}
|
|
618
1105
|
}
|
|
619
1106
|
},
|
|
620
1107
|
|
|
1108
|
+
|
|
621
1109
|
|
|
622
1110
|
|
|
623
1111
|
{
|
|
624
1112
|
"height": 6,
|
|
625
1113
|
"width": 12,
|
|
626
|
-
"y":
|
|
1114
|
+
"y": 43,
|
|
627
1115
|
"x": 12,
|
|
628
1116
|
"type": "metric",
|
|
629
1117
|
"properties": {
|
|
@@ -649,7 +1137,7 @@ Resources:
|
|
|
649
1137
|
{
|
|
650
1138
|
"height": 6,
|
|
651
1139
|
"width": 12,
|
|
652
|
-
"y":
|
|
1140
|
+
"y": 43,
|
|
653
1141
|
"x": 0,
|
|
654
1142
|
"type": "metric",
|
|
655
1143
|
"properties": {
|
|
@@ -676,7 +1164,7 @@ Resources:
|
|
|
676
1164
|
{
|
|
677
1165
|
"height": 6,
|
|
678
1166
|
"width": 12,
|
|
679
|
-
"y":
|
|
1167
|
+
"y": 49,
|
|
680
1168
|
"x": 12,
|
|
681
1169
|
"type": "metric",
|
|
682
1170
|
"properties": {
|
|
@@ -697,7 +1185,7 @@ Resources:
|
|
|
697
1185
|
{
|
|
698
1186
|
"height": 6,
|
|
699
1187
|
"width": 12,
|
|
700
|
-
"y":
|
|
1188
|
+
"y": 49,
|
|
701
1189
|
"x": 0,
|
|
702
1190
|
"type": "metric",
|
|
703
1191
|
"properties": {
|
|
@@ -721,7 +1209,7 @@ Resources:
|
|
|
721
1209
|
{
|
|
722
1210
|
"height": 3,
|
|
723
1211
|
"width": 24,
|
|
724
|
-
"y":
|
|
1212
|
+
"y": 52,
|
|
725
1213
|
"x": 0,
|
|
726
1214
|
"type": "text",
|
|
727
1215
|
"properties": {
|
|
@@ -734,7 +1222,7 @@ Resources:
|
|
|
734
1222
|
{
|
|
735
1223
|
"height": 3,
|
|
736
1224
|
"width": 6,
|
|
737
|
-
"y":
|
|
1225
|
+
"y": 58,
|
|
738
1226
|
"x": 0,
|
|
739
1227
|
"type": "text",
|
|
740
1228
|
"properties": {
|
|
@@ -744,7 +1232,7 @@ Resources:
|
|
|
744
1232
|
{
|
|
745
1233
|
"height": 3,
|
|
746
1234
|
"width": 3,
|
|
747
|
-
"y":
|
|
1235
|
+
"y": 58,
|
|
748
1236
|
"x": 6,
|
|
749
1237
|
"type": "metric",
|
|
750
1238
|
"properties": {
|
|
@@ -762,7 +1250,7 @@ Resources:
|
|
|
762
1250
|
{
|
|
763
1251
|
"height": 3,
|
|
764
1252
|
"width": 15,
|
|
765
|
-
"y":
|
|
1253
|
+
"y": 58,
|
|
766
1254
|
"x": 9,
|
|
767
1255
|
"type": "metric",
|
|
768
1256
|
"properties": {
|
|
@@ -786,7 +1274,7 @@ Resources:
|
|
|
786
1274
|
{
|
|
787
1275
|
"height": 6,
|
|
788
1276
|
"width": 9,
|
|
789
|
-
"y":
|
|
1277
|
+
"y": 61,
|
|
790
1278
|
"x": 0,
|
|
791
1279
|
"type": "metric",
|
|
792
1280
|
"properties": {
|
|
@@ -812,7 +1300,7 @@ Resources:
|
|
|
812
1300
|
{
|
|
813
1301
|
"height": 6,
|
|
814
1302
|
"width": 9,
|
|
815
|
-
"y":
|
|
1303
|
+
"y": 61,
|
|
816
1304
|
"x": 9,
|
|
817
1305
|
"type": "metric",
|
|
818
1306
|
"properties": {
|
|
@@ -832,7 +1320,7 @@ Resources:
|
|
|
832
1320
|
{
|
|
833
1321
|
"height": 3,
|
|
834
1322
|
"width": 6,
|
|
835
|
-
"y":
|
|
1323
|
+
"y": 61,
|
|
836
1324
|
"x": 18,
|
|
837
1325
|
"type": "metric",
|
|
838
1326
|
"properties": {
|
|
@@ -859,7 +1347,7 @@ Resources:
|
|
|
859
1347
|
{
|
|
860
1348
|
"height": 3,
|
|
861
1349
|
"width": 6,
|
|
862
|
-
"y":
|
|
1350
|
+
"y": 64,
|
|
863
1351
|
"x": 18,
|
|
864
1352
|
"type": "metric",
|
|
865
1353
|
"properties": {
|
|
@@ -881,7 +1369,7 @@ Resources:
|
|
|
881
1369
|
{
|
|
882
1370
|
"height": 3,
|
|
883
1371
|
"width": 6,
|
|
884
|
-
"y":
|
|
1372
|
+
"y": 67,
|
|
885
1373
|
"x": 0,
|
|
886
1374
|
"type": "text",
|
|
887
1375
|
"properties": {
|
|
@@ -891,7 +1379,7 @@ Resources:
|
|
|
891
1379
|
{
|
|
892
1380
|
"height": 3,
|
|
893
1381
|
"width": 3,
|
|
894
|
-
"y":
|
|
1382
|
+
"y": 67,
|
|
895
1383
|
"x": 6,
|
|
896
1384
|
"type": "metric",
|
|
897
1385
|
"properties": {
|
|
@@ -910,7 +1398,7 @@ Resources:
|
|
|
910
1398
|
{
|
|
911
1399
|
"height": 3,
|
|
912
1400
|
"width": 15,
|
|
913
|
-
"y":
|
|
1401
|
+
"y": 67,
|
|
914
1402
|
"x": 9,
|
|
915
1403
|
"type": "metric",
|
|
916
1404
|
"properties": {
|
|
@@ -933,7 +1421,7 @@ Resources:
|
|
|
933
1421
|
{
|
|
934
1422
|
"height": 6,
|
|
935
1423
|
"width": 9,
|
|
936
|
-
"y":
|
|
1424
|
+
"y": 70,
|
|
937
1425
|
"x": 0,
|
|
938
1426
|
"type": "metric",
|
|
939
1427
|
"properties": {
|
|
@@ -963,7 +1451,7 @@ Resources:
|
|
|
963
1451
|
{
|
|
964
1452
|
"height": 6,
|
|
965
1453
|
"width": 9,
|
|
966
|
-
"y":
|
|
1454
|
+
"y": 70,
|
|
967
1455
|
"x": 9,
|
|
968
1456
|
"type": "metric",
|
|
969
1457
|
"properties": {
|
|
@@ -983,7 +1471,7 @@ Resources:
|
|
|
983
1471
|
{
|
|
984
1472
|
"height": 3,
|
|
985
1473
|
"width": 6,
|
|
986
|
-
"y":
|
|
1474
|
+
"y": 70,
|
|
987
1475
|
"x": 18,
|
|
988
1476
|
"type": "metric",
|
|
989
1477
|
"properties": {
|
|
@@ -1009,7 +1497,7 @@ Resources:
|
|
|
1009
1497
|
{
|
|
1010
1498
|
"height": 3,
|
|
1011
1499
|
"width": 6,
|
|
1012
|
-
"y":
|
|
1500
|
+
"y": 73,
|
|
1013
1501
|
"x": 18,
|
|
1014
1502
|
"type": "metric",
|
|
1015
1503
|
"properties": {
|
|
@@ -1030,7 +1518,7 @@ Resources:
|
|
|
1030
1518
|
{
|
|
1031
1519
|
"height": 3,
|
|
1032
1520
|
"width": 6,
|
|
1033
|
-
"y":
|
|
1521
|
+
"y": 76,
|
|
1034
1522
|
"x": 0,
|
|
1035
1523
|
"type": "text",
|
|
1036
1524
|
"properties": {
|
|
@@ -1040,7 +1528,7 @@ Resources:
|
|
|
1040
1528
|
{
|
|
1041
1529
|
"height": 3,
|
|
1042
1530
|
"width": 3,
|
|
1043
|
-
"y":
|
|
1531
|
+
"y": 76,
|
|
1044
1532
|
"x": 6,
|
|
1045
1533
|
"type": "metric",
|
|
1046
1534
|
"properties": {
|
|
@@ -1059,7 +1547,7 @@ Resources:
|
|
|
1059
1547
|
{
|
|
1060
1548
|
"height": 3,
|
|
1061
1549
|
"width": 15,
|
|
1062
|
-
"y":
|
|
1550
|
+
"y": 76,
|
|
1063
1551
|
"x": 9,
|
|
1064
1552
|
"type": "metric",
|
|
1065
1553
|
"properties": {
|
|
@@ -1082,7 +1570,7 @@ Resources:
|
|
|
1082
1570
|
{
|
|
1083
1571
|
"height": 6,
|
|
1084
1572
|
"width": 9,
|
|
1085
|
-
"y":
|
|
1573
|
+
"y": 79,
|
|
1086
1574
|
"x": 0,
|
|
1087
1575
|
"type": "metric",
|
|
1088
1576
|
"properties": {
|
|
@@ -1112,7 +1600,7 @@ Resources:
|
|
|
1112
1600
|
{
|
|
1113
1601
|
"height": 6,
|
|
1114
1602
|
"width": 9,
|
|
1115
|
-
"y":
|
|
1603
|
+
"y": 79,
|
|
1116
1604
|
"x": 9,
|
|
1117
1605
|
"type": "metric",
|
|
1118
1606
|
"properties": {
|
|
@@ -1132,7 +1620,7 @@ Resources:
|
|
|
1132
1620
|
{
|
|
1133
1621
|
"height": 3,
|
|
1134
1622
|
"width": 6,
|
|
1135
|
-
"y":
|
|
1623
|
+
"y": 79,
|
|
1136
1624
|
"x": 18,
|
|
1137
1625
|
"type": "metric",
|
|
1138
1626
|
"properties": {
|
|
@@ -1158,7 +1646,7 @@ Resources:
|
|
|
1158
1646
|
{
|
|
1159
1647
|
"height": 3,
|
|
1160
1648
|
"width": 6,
|
|
1161
|
-
"y":
|
|
1649
|
+
"y": 82,
|
|
1162
1650
|
"x": 18,
|
|
1163
1651
|
"type": "metric",
|
|
1164
1652
|
"properties": {
|
|
@@ -1182,7 +1670,7 @@ Resources:
|
|
|
1182
1670
|
{
|
|
1183
1671
|
"height": 3,
|
|
1184
1672
|
"width": 6,
|
|
1185
|
-
"y":
|
|
1673
|
+
"y": 85,
|
|
1186
1674
|
"x": 0,
|
|
1187
1675
|
"type": "text",
|
|
1188
1676
|
"properties": {
|
|
@@ -1192,7 +1680,7 @@ Resources:
|
|
|
1192
1680
|
{
|
|
1193
1681
|
"height": 3,
|
|
1194
1682
|
"width": 3,
|
|
1195
|
-
"y":
|
|
1683
|
+
"y": 85,
|
|
1196
1684
|
"x": 6,
|
|
1197
1685
|
"type": "metric",
|
|
1198
1686
|
"properties": {
|
|
@@ -1210,7 +1698,7 @@ Resources:
|
|
|
1210
1698
|
{
|
|
1211
1699
|
"height": 3,
|
|
1212
1700
|
"width": 15,
|
|
1213
|
-
"y":
|
|
1701
|
+
"y": 85,
|
|
1214
1702
|
"x": 9,
|
|
1215
1703
|
"type": "metric",
|
|
1216
1704
|
"properties": {
|
|
@@ -1235,7 +1723,7 @@ Resources:
|
|
|
1235
1723
|
{
|
|
1236
1724
|
"height": 3,
|
|
1237
1725
|
"width": 6,
|
|
1238
|
-
"y":
|
|
1726
|
+
"y": 88,
|
|
1239
1727
|
"x": 18,
|
|
1240
1728
|
"type": "metric",
|
|
1241
1729
|
"properties": {
|
|
@@ -1260,7 +1748,7 @@ Resources:
|
|
|
1260
1748
|
{
|
|
1261
1749
|
"height": 3,
|
|
1262
1750
|
"width": 9,
|
|
1263
|
-
"y":
|
|
1751
|
+
"y": 88,
|
|
1264
1752
|
"x": 9,
|
|
1265
1753
|
"type": "metric",
|
|
1266
1754
|
"properties": {
|
|
@@ -1280,7 +1768,7 @@ Resources:
|
|
|
1280
1768
|
{
|
|
1281
1769
|
"height": 3,
|
|
1282
1770
|
"width": 9,
|
|
1283
|
-
"y":
|
|
1771
|
+
"y": 88,
|
|
1284
1772
|
"x": 0,
|
|
1285
1773
|
"type": "metric",
|
|
1286
1774
|
"properties": {
|
|
@@ -1302,7 +1790,7 @@ Resources:
|
|
|
1302
1790
|
{
|
|
1303
1791
|
"height": 3,
|
|
1304
1792
|
"width": 9,
|
|
1305
|
-
"y":
|
|
1793
|
+
"y": 91,
|
|
1306
1794
|
"x": 0,
|
|
1307
1795
|
"type": "metric",
|
|
1308
1796
|
"properties": {
|
|
@@ -1324,7 +1812,7 @@ Resources:
|
|
|
1324
1812
|
{
|
|
1325
1813
|
"height": 3,
|
|
1326
1814
|
"width": 6,
|
|
1327
|
-
"y":
|
|
1815
|
+
"y": 91,
|
|
1328
1816
|
"x": 18,
|
|
1329
1817
|
"type": "metric",
|
|
1330
1818
|
"properties": {
|
|
@@ -1342,7 +1830,7 @@ Resources:
|
|
|
1342
1830
|
{
|
|
1343
1831
|
"height": 3,
|
|
1344
1832
|
"width": 9,
|
|
1345
|
-
"y":
|
|
1833
|
+
"y": 91,
|
|
1346
1834
|
"x": 9,
|
|
1347
1835
|
"type": "metric",
|
|
1348
1836
|
"properties": {
|
|
@@ -1368,7 +1856,7 @@ Resources:
|
|
|
1368
1856
|
{
|
|
1369
1857
|
"height": 3,
|
|
1370
1858
|
"width": 18,
|
|
1371
|
-
"y":
|
|
1859
|
+
"y": 94,
|
|
1372
1860
|
"x": 0,
|
|
1373
1861
|
"type": "metric",
|
|
1374
1862
|
"properties": {
|
|
@@ -1392,7 +1880,7 @@ Resources:
|
|
|
1392
1880
|
{
|
|
1393
1881
|
"height": 3,
|
|
1394
1882
|
"width": 6,
|
|
1395
|
-
"y":
|
|
1883
|
+
"y": 94,
|
|
1396
1884
|
"x": 18,
|
|
1397
1885
|
"type": "metric",
|
|
1398
1886
|
"properties": {
|