funktor 0.7.9 → 0.7.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,11 +21,502 @@ Resources:
21
21
  },
22
22
 
23
23
 
24
+ {
25
+ "height": 4,
26
+ "width": 12,
27
+ "y": 3,
28
+ "x": 0,
29
+ "type": "metric",
30
+ "properties": {
31
+ "metrics": [
32
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
33
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
34
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
35
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ]
36
+ ],
37
+ "view": "timeSeries",
38
+ "stacked": false,
39
+ "region": "us-east-1",
40
+ "title": "Processed Jobs By Worker",
41
+ "period": 60,
42
+ "stat": "Sum"
43
+ }
44
+ },
45
+ {
46
+ "height": 4,
47
+ "width": 12,
48
+ "y": 3,
49
+ "x": 12,
50
+ "type": "metric",
51
+ "properties": {
52
+ "metrics": [
53
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
54
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
55
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
56
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ]
57
+ ],
58
+ "view": "timeSeries",
59
+ "stacked": false,
60
+ "region": "us-east-1",
61
+ "stat": "p90",
62
+ "period": 60,
63
+ "title": "p90 by Worker"
64
+ }
65
+ },
66
+
67
+
68
+ {
69
+ "height": 4,
70
+ "width": 12,
71
+ "y": 6,
72
+ "x": 0,
73
+ "type": "metric",
74
+ "properties": {
75
+ "metrics": [
76
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker" ],
77
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker" ],
78
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker" ],
79
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker" ]
80
+ ],
81
+ "view": "timeSeries",
82
+ "stacked": false,
83
+ "region": "us-east-1",
84
+ "title": "Failed Jobs By Worker",
85
+ "period": 60,
86
+ "stat": "Sum"
87
+ }
88
+ },
89
+ {
90
+ "height": 4,
91
+ "width": 12,
92
+ "y": 6,
93
+ "x": 12,
94
+ "type": "metric",
95
+ "properties": {
96
+ "metrics": [
97
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
98
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
99
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
100
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ]
101
+ ],
102
+ "view": "timeSeries",
103
+ "stacked": false,
104
+ "region": "us-east-1",
105
+ "stat": "p50",
106
+ "period": 60,
107
+ "title": "p50 by Worker"
108
+ }
109
+ },
110
+
111
+
112
+ {
113
+ "height": 4,
114
+ "width": 12,
115
+ "y": 9,
116
+ "x": 0,
117
+ "type": "metric",
118
+ "properties": {
119
+ "metrics": [
120
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "default" ],
121
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "low_concurrency" ]
122
+ ],
123
+ "view": "timeSeries",
124
+ "stacked": false,
125
+ "region": "us-east-1",
126
+ "title": "Processed Jobs By Queue",
127
+ "period": 60,
128
+ "stat": "Sum"
129
+ }
130
+ },
131
+ {
132
+ "height": 4,
133
+ "width": 12,
134
+ "y": 9,
135
+ "x": 12,
136
+ "type": "metric",
137
+ "properties": {
138
+ "metrics": [
139
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "default" ],
140
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "low_concurrency" ]
141
+ ],
142
+ "view": "timeSeries",
143
+ "stacked": false,
144
+ "region": "us-east-1",
145
+ "stat": "p90",
146
+ "period": 60,
147
+ "title": "p90 by Queue"
148
+ }
149
+ },
150
+
151
+
152
+ {
153
+ "height": 4,
154
+ "width": 12,
155
+ "y": 12,
156
+ "x": 0,
157
+ "type": "metric",
158
+ "properties": {
159
+ "metrics": [
160
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "Queue", "default" ],
161
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "Queue", "low_concurrency" ]
162
+ ],
163
+ "view": "timeSeries",
164
+ "stacked": false,
165
+ "region": "us-east-1",
166
+ "title": "Failed Jobs By Queue",
167
+ "period": 60,
168
+ "stat": "Sum"
169
+ }
170
+ },
171
+ {
172
+ "height": 4,
173
+ "width": 12,
174
+ "y": 12,
175
+ "x": 12,
176
+ "type": "metric",
177
+ "properties": {
178
+ "metrics": [
179
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "default" ],
180
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "low_concurrency" ]
181
+ ],
182
+ "view": "timeSeries",
183
+ "stacked": false,
184
+ "region": "us-east-1",
185
+ "stat": "p50",
186
+ "period": 60,
187
+ "title": "p50 by Queue"
188
+ }
189
+ },
190
+
191
+
192
+ {
193
+ "height": 1,
194
+ "width": 24,
195
+ "y": 15,
196
+ "x": 0,
197
+ "type": "text",
198
+ "properties": {
199
+ "markdown": "\n# Jobs Per Minute By Worker\n"
200
+ }
201
+ },
202
+
203
+
204
+
205
+
206
+ {
207
+ "height": 3,
208
+ "width": 4,
209
+ "y": 16,
210
+ "x": 0,
211
+ "type": "metric",
212
+ "properties": {
213
+ "metrics": [
214
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
215
+ ],
216
+ "view": "timeSeries",
217
+ "stacked": false,
218
+ "region": "us-east-1",
219
+ "title": "AuditWorker Jobs/Min",
220
+ "period": 60,
221
+ "stat": "Sum",
222
+ "legend": {
223
+ "position": "hidden"
224
+ }
225
+ }
226
+ },
227
+
228
+ {
229
+ "height": 3,
230
+ "width": 4,
231
+ "y": 16,
232
+ "x": 4,
233
+ "type": "metric",
234
+ "properties": {
235
+ "metrics": [
236
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
237
+ ],
238
+ "view": "timeSeries",
239
+ "stacked": false,
240
+ "region": "us-east-1",
241
+ "title": "GreetingsWorker Jobs/Min",
242
+ "period": 60,
243
+ "stat": "Sum",
244
+ "legend": {
245
+ "position": "hidden"
246
+ }
247
+ }
248
+ },
249
+
250
+ {
251
+ "height": 3,
252
+ "width": 4,
253
+ "y": 16,
254
+ "x": 8,
255
+ "type": "metric",
256
+ "properties": {
257
+ "metrics": [
258
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
259
+ ],
260
+ "view": "timeSeries",
261
+ "stacked": false,
262
+ "region": "us-east-1",
263
+ "title": "HelloWorker Jobs/Min",
264
+ "period": 60,
265
+ "stat": "Sum",
266
+ "legend": {
267
+ "position": "hidden"
268
+ }
269
+ }
270
+ },
271
+
272
+ {
273
+ "height": 3,
274
+ "width": 4,
275
+ "y": 16,
276
+ "x": 12,
277
+ "type": "metric",
278
+ "properties": {
279
+ "metrics": [
280
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ]
281
+ ],
282
+ "view": "timeSeries",
283
+ "stacked": false,
284
+ "region": "us-east-1",
285
+ "title": "SingleThreadAuditWorker Jobs/Min",
286
+ "period": 60,
287
+ "stat": "Sum",
288
+ "legend": {
289
+ "position": "hidden"
290
+ }
291
+ }
292
+ },
293
+
294
+
295
+
296
+ {
297
+ "height": 1,
298
+ "width": 24,
299
+ "y": 19,
300
+ "x": 0,
301
+ "type": "text",
302
+ "properties": {
303
+ "markdown": "\n# Failures Per Minute By Worker\n"
304
+ }
305
+ },
306
+
307
+
308
+
309
+
310
+ {
311
+ "height": 3,
312
+ "width": 4,
313
+ "y": 20,
314
+ "x": 0,
315
+ "type": "metric",
316
+ "properties": {
317
+ "metrics": [
318
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
319
+ ],
320
+ "view": "timeSeries",
321
+ "stacked": false,
322
+ "region": "us-east-1",
323
+ "title": "AuditWorker Fails/Min",
324
+ "period": 60,
325
+ "stat": "Sum",
326
+ "legend": {
327
+ "position": "hidden"
328
+ }
329
+ }
330
+ },
331
+
332
+ {
333
+ "height": 3,
334
+ "width": 4,
335
+ "y": 20,
336
+ "x": 4,
337
+ "type": "metric",
338
+ "properties": {
339
+ "metrics": [
340
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
341
+ ],
342
+ "view": "timeSeries",
343
+ "stacked": false,
344
+ "region": "us-east-1",
345
+ "title": "GreetingsWorker Fails/Min",
346
+ "period": 60,
347
+ "stat": "Sum",
348
+ "legend": {
349
+ "position": "hidden"
350
+ }
351
+ }
352
+ },
353
+
354
+ {
355
+ "height": 3,
356
+ "width": 4,
357
+ "y": 20,
358
+ "x": 8,
359
+ "type": "metric",
360
+ "properties": {
361
+ "metrics": [
362
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
363
+ ],
364
+ "view": "timeSeries",
365
+ "stacked": false,
366
+ "region": "us-east-1",
367
+ "title": "HelloWorker Fails/Min",
368
+ "period": 60,
369
+ "stat": "Sum",
370
+ "legend": {
371
+ "position": "hidden"
372
+ }
373
+ }
374
+ },
375
+
376
+ {
377
+ "height": 3,
378
+ "width": 4,
379
+ "y": 20,
380
+ "x": 12,
381
+ "type": "metric",
382
+ "properties": {
383
+ "metrics": [
384
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ]
385
+ ],
386
+ "view": "timeSeries",
387
+ "stacked": false,
388
+ "region": "us-east-1",
389
+ "title": "SingleThreadAuditWorker Fails/Min",
390
+ "period": 60,
391
+ "stat": "Sum",
392
+ "legend": {
393
+ "position": "hidden"
394
+ }
395
+ }
396
+ },
397
+
398
+
24
399
 
25
400
  {
26
401
  "height": 1,
27
402
  "width": 24,
28
- "y": 3,
403
+ "y": 23,
404
+ "x": 0,
405
+ "type": "text",
406
+ "properties": {
407
+ "markdown": "\n# Duration Percentiles By Worker\n"
408
+ }
409
+ },
410
+
411
+
412
+
413
+
414
+ {
415
+ "height": 4,
416
+ "width": 4,
417
+ "y": 24,
418
+ "x": 0,
419
+ "type": "metric",
420
+ "properties": {
421
+ "metrics": [
422
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
423
+ [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
424
+ [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
425
+ [ "...", { "label": "p60", "color": "#1f77b4" } ]
426
+ ],
427
+ "view": "timeSeries",
428
+ "stacked": false,
429
+ "region": "us-east-1",
430
+ "stat": "p60",
431
+ "period": 60,
432
+ "title": "AuditWorker Duration Percentiles",
433
+ "legend": {
434
+ "position": "bottom"
435
+ }
436
+ }
437
+ },
438
+
439
+ {
440
+ "height": 4,
441
+ "width": 4,
442
+ "y": 24,
443
+ "x": 4,
444
+ "type": "metric",
445
+ "properties": {
446
+ "metrics": [
447
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
448
+ [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
449
+ [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
450
+ [ "...", { "label": "p60", "color": "#1f77b4" } ]
451
+ ],
452
+ "view": "timeSeries",
453
+ "stacked": false,
454
+ "region": "us-east-1",
455
+ "stat": "p60",
456
+ "period": 60,
457
+ "title": "GreetingsWorker Duration Percentiles",
458
+ "legend": {
459
+ "position": "bottom"
460
+ }
461
+ }
462
+ },
463
+
464
+ {
465
+ "height": 4,
466
+ "width": 4,
467
+ "y": 24,
468
+ "x": 8,
469
+ "type": "metric",
470
+ "properties": {
471
+ "metrics": [
472
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
473
+ [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
474
+ [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
475
+ [ "...", { "label": "p60", "color": "#1f77b4" } ]
476
+ ],
477
+ "view": "timeSeries",
478
+ "stacked": false,
479
+ "region": "us-east-1",
480
+ "stat": "p60",
481
+ "period": 60,
482
+ "title": "HelloWorker Duration Percentiles",
483
+ "legend": {
484
+ "position": "bottom"
485
+ }
486
+ }
487
+ },
488
+
489
+ {
490
+ "height": 4,
491
+ "width": 4,
492
+ "y": 24,
493
+ "x": 12,
494
+ "type": "metric",
495
+ "properties": {
496
+ "metrics": [
497
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
498
+ [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
499
+ [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
500
+ [ "...", { "label": "p60", "color": "#1f77b4" } ]
501
+ ],
502
+ "view": "timeSeries",
503
+ "stacked": false,
504
+ "region": "us-east-1",
505
+ "stat": "p60",
506
+ "period": 60,
507
+ "title": "SingleThreadAuditWorker Duration Percentiles",
508
+ "legend": {
509
+ "position": "bottom"
510
+ }
511
+ }
512
+ },
513
+
514
+
515
+
516
+ {
517
+ "height": 1,
518
+ "width": 24,
519
+ "y": 27,
29
520
  "x": 0,
30
521
  "type": "text",
31
522
  "properties": {
@@ -35,9 +526,9 @@ Resources:
35
526
 
36
527
 
37
528
  {
38
- "height": 2,
529
+ "height": 3,
39
530
  "width": 3,
40
- "y": 4,
531
+ "y": 28,
41
532
  "x": 0,
42
533
  "type": "metric",
43
534
  "properties": {
@@ -53,9 +544,9 @@ Resources:
53
544
  }
54
545
  },
55
546
  {
56
- "height": 2,
547
+ "height": 3,
57
548
  "width": 3,
58
- "y": 4,
549
+ "y": 28,
59
550
  "x": 3,
60
551
  "type": "metric",
61
552
  "properties": {
@@ -71,9 +562,9 @@ Resources:
71
562
  }
72
563
  },
73
564
  {
74
- "height": 2,
565
+ "height": 3,
75
566
  "width": 3,
76
- "y": 4,
567
+ "y": 28,
77
568
  "x": 6,
78
569
  "type": "metric",
79
570
  "properties": {
@@ -89,9 +580,9 @@ Resources:
89
580
  }
90
581
  },
91
582
  {
92
- "height": 2,
583
+ "height": 3,
93
584
  "width": 3,
94
- "y": 4,
585
+ "y": 28,
95
586
  "x": 9,
96
587
  "type": "metric",
97
588
  "properties": {
@@ -107,9 +598,9 @@ Resources:
107
598
  }
108
599
  },
109
600
  {
110
- "height": 2,
601
+ "height": 3,
111
602
  "width": 3,
112
- "y": 4,
603
+ "y": 28,
113
604
  "x": 12,
114
605
  "type": "metric",
115
606
  "properties": {
@@ -125,9 +616,9 @@ Resources:
125
616
  }
126
617
  },
127
618
  {
128
- "height": 2,
619
+ "height": 3,
129
620
  "width": 3,
130
- "y": 4,
621
+ "y": 28,
131
622
  "x": 15,
132
623
  "type": "metric",
133
624
  "properties": {
@@ -143,9 +634,9 @@ Resources:
143
634
  }
144
635
  },
145
636
  {
146
- "height": 2,
637
+ "height": 3,
147
638
  "width": 3,
148
- "y": 4,
639
+ "y": 28,
149
640
  "x": 18,
150
641
  "type": "metric",
151
642
  "properties": {
@@ -161,9 +652,9 @@ Resources:
161
652
  }
162
653
  },
163
654
  {
164
- "height": 2,
655
+ "height": 3,
165
656
  "width": 3,
166
- "y": 4,
657
+ "y": 28,
167
658
  "x": 21,
168
659
  "type": "metric",
169
660
  "properties": {
@@ -186,7 +677,7 @@ Resources:
186
677
  {
187
678
  "height": 3,
188
679
  "width": 3,
189
- "y": 7,
680
+ "y": 31,
190
681
  "x": 0,
191
682
  "type": "metric",
192
683
  "properties": {
@@ -207,7 +698,7 @@ Resources:
207
698
  {
208
699
  "height": 3,
209
700
  "width": 3,
210
- "y": 7,
701
+ "y": 31,
211
702
  "x": 3,
212
703
  "type": "metric",
213
704
  "properties": {
@@ -228,12 +719,12 @@ Resources:
228
719
  {
229
720
  "height": 3,
230
721
  "width": 12,
231
- "y": 7,
722
+ "y": 31,
232
723
  "x": 6,
233
724
  "type": "metric",
234
725
  "properties": {
235
726
  "metrics": [
236
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
727
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
237
728
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
238
729
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
239
730
  [ "...", { "color": "#1f77b4" } ]
@@ -252,7 +743,7 @@ Resources:
252
743
  {
253
744
  "height": 3,
254
745
  "width": 3,
255
- "y": 7,
746
+ "y": 31,
256
747
  "x": 18,
257
748
  "type": "metric",
258
749
  "properties": {
@@ -273,7 +764,7 @@ Resources:
273
764
  {
274
765
  "height": 3,
275
766
  "width": 3,
276
- "y": 7,
767
+ "y": 31,
277
768
  "x": 21,
278
769
  "type": "metric",
279
770
  "properties": {
@@ -292,11 +783,10 @@ Resources:
292
783
  }
293
784
  },
294
785
 
295
-
296
786
  {
297
787
  "height": 1,
298
788
  "width": 24,
299
- "y": 13,
789
+ "y": 37,
300
790
  "x": 0,
301
791
  "type": "text",
302
792
  "properties": {
@@ -306,9 +796,9 @@ Resources:
306
796
 
307
797
 
308
798
  {
309
- "height": 2,
799
+ "height": 3,
310
800
  "width": 3,
311
- "y": 14,
801
+ "y": 38,
312
802
  "x": 0,
313
803
  "type": "metric",
314
804
  "properties": {
@@ -324,9 +814,9 @@ Resources:
324
814
  }
325
815
  },
326
816
  {
327
- "height": 2,
817
+ "height": 3,
328
818
  "width": 3,
329
- "y": 14,
819
+ "y": 38,
330
820
  "x": 3,
331
821
  "type": "metric",
332
822
  "properties": {
@@ -342,9 +832,9 @@ Resources:
342
832
  }
343
833
  },
344
834
  {
345
- "height": 2,
835
+ "height": 3,
346
836
  "width": 3,
347
- "y": 14,
837
+ "y": 38,
348
838
  "x": 6,
349
839
  "type": "metric",
350
840
  "properties": {
@@ -360,9 +850,9 @@ Resources:
360
850
  }
361
851
  },
362
852
  {
363
- "height": 2,
853
+ "height": 3,
364
854
  "width": 3,
365
- "y": 14,
855
+ "y": 38,
366
856
  "x": 9,
367
857
  "type": "metric",
368
858
  "properties": {
@@ -378,9 +868,9 @@ Resources:
378
868
  }
379
869
  },
380
870
  {
381
- "height": 2,
871
+ "height": 3,
382
872
  "width": 3,
383
- "y": 14,
873
+ "y": 38,
384
874
  "x": 12,
385
875
  "type": "metric",
386
876
  "properties": {
@@ -396,9 +886,9 @@ Resources:
396
886
  }
397
887
  },
398
888
  {
399
- "height": 2,
889
+ "height": 3,
400
890
  "width": 3,
401
- "y": 14,
891
+ "y": 38,
402
892
  "x": 15,
403
893
  "type": "metric",
404
894
  "properties": {
@@ -414,9 +904,9 @@ Resources:
414
904
  }
415
905
  },
416
906
  {
417
- "height": 2,
907
+ "height": 3,
418
908
  "width": 3,
419
- "y": 14,
909
+ "y": 38,
420
910
  "x": 18,
421
911
  "type": "metric",
422
912
  "properties": {
@@ -432,9 +922,9 @@ Resources:
432
922
  }
433
923
  },
434
924
  {
435
- "height": 2,
925
+ "height": 3,
436
926
  "width": 3,
437
- "y": 14,
927
+ "y": 38,
438
928
  "x": 21,
439
929
  "type": "metric",
440
930
  "properties": {
@@ -457,7 +947,7 @@ Resources:
457
947
  {
458
948
  "height": 3,
459
949
  "width": 3,
460
- "y": 17,
950
+ "y": 41,
461
951
  "x": 0,
462
952
  "type": "metric",
463
953
  "properties": {
@@ -478,7 +968,7 @@ Resources:
478
968
  {
479
969
  "height": 3,
480
970
  "width": 3,
481
- "y": 17,
971
+ "y": 41,
482
972
  "x": 3,
483
973
  "type": "metric",
484
974
  "properties": {
@@ -499,12 +989,12 @@ Resources:
499
989
  {
500
990
  "height": 3,
501
991
  "width": 12,
502
- "y": 17,
992
+ "y": 41,
503
993
  "x": 6,
504
994
  "type": "metric",
505
995
  "properties": {
506
996
  "metrics": [
507
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
997
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "stat": "p90", "color": "#d62728" } ],
508
998
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
509
999
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
510
1000
  [ "...", { "color": "#1f77b4" } ]
@@ -523,7 +1013,7 @@ Resources:
523
1013
  {
524
1014
  "height": 3,
525
1015
  "width": 3,
526
- "y": 17,
1016
+ "y": 41,
527
1017
  "x": 18,
528
1018
  "type": "metric",
529
1019
  "properties": {
@@ -544,7 +1034,7 @@ Resources:
544
1034
  {
545
1035
  "height": 3,
546
1036
  "width": 3,
547
- "y": 17,
1037
+ "y": 41,
548
1038
  "x": 21,
549
1039
  "type": "metric",
550
1040
  "properties": {
@@ -563,11 +1053,10 @@ Resources:
563
1053
  }
564
1054
  },
565
1055
 
566
-
567
1056
  {
568
1057
  "height": 1,
569
1058
  "width": 24,
570
- "y": 23,
1059
+ "y": 47,
571
1060
  "x": 0,
572
1061
  "type": "text",
573
1062
  "properties": {
@@ -577,9 +1066,9 @@ Resources:
577
1066
 
578
1067
 
579
1068
  {
580
- "height": 2,
1069
+ "height": 3,
581
1070
  "width": 3,
582
- "y": 24,
1071
+ "y": 48,
583
1072
  "x": 0,
584
1073
  "type": "metric",
585
1074
  "properties": {
@@ -595,9 +1084,9 @@ Resources:
595
1084
  }
596
1085
  },
597
1086
  {
598
- "height": 2,
1087
+ "height": 3,
599
1088
  "width": 3,
600
- "y": 24,
1089
+ "y": 48,
601
1090
  "x": 3,
602
1091
  "type": "metric",
603
1092
  "properties": {
@@ -613,9 +1102,9 @@ Resources:
613
1102
  }
614
1103
  },
615
1104
  {
616
- "height": 2,
1105
+ "height": 3,
617
1106
  "width": 3,
618
- "y": 24,
1107
+ "y": 48,
619
1108
  "x": 6,
620
1109
  "type": "metric",
621
1110
  "properties": {
@@ -631,9 +1120,9 @@ Resources:
631
1120
  }
632
1121
  },
633
1122
  {
634
- "height": 2,
1123
+ "height": 3,
635
1124
  "width": 3,
636
- "y": 24,
1125
+ "y": 48,
637
1126
  "x": 9,
638
1127
  "type": "metric",
639
1128
  "properties": {
@@ -649,9 +1138,9 @@ Resources:
649
1138
  }
650
1139
  },
651
1140
  {
652
- "height": 2,
1141
+ "height": 3,
653
1142
  "width": 3,
654
- "y": 24,
1143
+ "y": 48,
655
1144
  "x": 12,
656
1145
  "type": "metric",
657
1146
  "properties": {
@@ -667,9 +1156,9 @@ Resources:
667
1156
  }
668
1157
  },
669
1158
  {
670
- "height": 2,
1159
+ "height": 3,
671
1160
  "width": 3,
672
- "y": 24,
1161
+ "y": 48,
673
1162
  "x": 15,
674
1163
  "type": "metric",
675
1164
  "properties": {
@@ -685,9 +1174,9 @@ Resources:
685
1174
  }
686
1175
  },
687
1176
  {
688
- "height": 2,
1177
+ "height": 3,
689
1178
  "width": 3,
690
- "y": 24,
1179
+ "y": 48,
691
1180
  "x": 18,
692
1181
  "type": "metric",
693
1182
  "properties": {
@@ -703,9 +1192,9 @@ Resources:
703
1192
  }
704
1193
  },
705
1194
  {
706
- "height": 2,
1195
+ "height": 3,
707
1196
  "width": 3,
708
- "y": 24,
1197
+ "y": 48,
709
1198
  "x": 21,
710
1199
  "type": "metric",
711
1200
  "properties": {
@@ -728,7 +1217,7 @@ Resources:
728
1217
  {
729
1218
  "height": 3,
730
1219
  "width": 3,
731
- "y": 27,
1220
+ "y": 51,
732
1221
  "x": 0,
733
1222
  "type": "metric",
734
1223
  "properties": {
@@ -749,7 +1238,7 @@ Resources:
749
1238
  {
750
1239
  "height": 3,
751
1240
  "width": 3,
752
- "y": 27,
1241
+ "y": 51,
753
1242
  "x": 3,
754
1243
  "type": "metric",
755
1244
  "properties": {
@@ -770,12 +1259,12 @@ Resources:
770
1259
  {
771
1260
  "height": 3,
772
1261
  "width": 12,
773
- "y": 27,
1262
+ "y": 51,
774
1263
  "x": 6,
775
1264
  "type": "metric",
776
1265
  "properties": {
777
1266
  "metrics": [
778
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
1267
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "stat": "p90", "color": "#d62728" } ],
779
1268
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
780
1269
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
781
1270
  [ "...", { "color": "#1f77b4" } ]
@@ -794,7 +1283,7 @@ Resources:
794
1283
  {
795
1284
  "height": 3,
796
1285
  "width": 3,
797
- "y": 27,
1286
+ "y": 51,
798
1287
  "x": 18,
799
1288
  "type": "metric",
800
1289
  "properties": {
@@ -815,7 +1304,7 @@ Resources:
815
1304
  {
816
1305
  "height": 3,
817
1306
  "width": 3,
818
- "y": 27,
1307
+ "y": 51,
819
1308
  "x": 21,
820
1309
  "type": "metric",
821
1310
  "properties": {
@@ -834,11 +1323,10 @@ Resources:
834
1323
  }
835
1324
  },
836
1325
 
837
-
838
1326
  {
839
1327
  "height": 1,
840
1328
  "width": 24,
841
- "y": 33,
1329
+ "y": 57,
842
1330
  "x": 0,
843
1331
  "type": "text",
844
1332
  "properties": {
@@ -848,9 +1336,9 @@ Resources:
848
1336
 
849
1337
 
850
1338
  {
851
- "height": 2,
1339
+ "height": 3,
852
1340
  "width": 3,
853
- "y": 34,
1341
+ "y": 58,
854
1342
  "x": 0,
855
1343
  "type": "metric",
856
1344
  "properties": {
@@ -866,9 +1354,9 @@ Resources:
866
1354
  }
867
1355
  },
868
1356
  {
869
- "height": 2,
1357
+ "height": 3,
870
1358
  "width": 3,
871
- "y": 34,
1359
+ "y": 58,
872
1360
  "x": 3,
873
1361
  "type": "metric",
874
1362
  "properties": {
@@ -884,9 +1372,9 @@ Resources:
884
1372
  }
885
1373
  },
886
1374
  {
887
- "height": 2,
1375
+ "height": 3,
888
1376
  "width": 3,
889
- "y": 34,
1377
+ "y": 58,
890
1378
  "x": 6,
891
1379
  "type": "metric",
892
1380
  "properties": {
@@ -902,9 +1390,9 @@ Resources:
902
1390
  }
903
1391
  },
904
1392
  {
905
- "height": 2,
1393
+ "height": 3,
906
1394
  "width": 3,
907
- "y": 34,
1395
+ "y": 58,
908
1396
  "x": 9,
909
1397
  "type": "metric",
910
1398
  "properties": {
@@ -920,9 +1408,9 @@ Resources:
920
1408
  }
921
1409
  },
922
1410
  {
923
- "height": 2,
1411
+ "height": 3,
924
1412
  "width": 3,
925
- "y": 34,
1413
+ "y": 58,
926
1414
  "x": 12,
927
1415
  "type": "metric",
928
1416
  "properties": {
@@ -938,9 +1426,9 @@ Resources:
938
1426
  }
939
1427
  },
940
1428
  {
941
- "height": 2,
1429
+ "height": 3,
942
1430
  "width": 3,
943
- "y": 34,
1431
+ "y": 58,
944
1432
  "x": 15,
945
1433
  "type": "metric",
946
1434
  "properties": {
@@ -956,9 +1444,9 @@ Resources:
956
1444
  }
957
1445
  },
958
1446
  {
959
- "height": 2,
1447
+ "height": 3,
960
1448
  "width": 3,
961
- "y": 34,
1449
+ "y": 58,
962
1450
  "x": 18,
963
1451
  "type": "metric",
964
1452
  "properties": {
@@ -974,9 +1462,9 @@ Resources:
974
1462
  }
975
1463
  },
976
1464
  {
977
- "height": 2,
1465
+ "height": 3,
978
1466
  "width": 3,
979
- "y": 34,
1467
+ "y": 58,
980
1468
  "x": 21,
981
1469
  "type": "metric",
982
1470
  "properties": {
@@ -999,7 +1487,7 @@ Resources:
999
1487
  {
1000
1488
  "height": 3,
1001
1489
  "width": 3,
1002
- "y": 37,
1490
+ "y": 61,
1003
1491
  "x": 0,
1004
1492
  "type": "metric",
1005
1493
  "properties": {
@@ -1020,7 +1508,7 @@ Resources:
1020
1508
  {
1021
1509
  "height": 3,
1022
1510
  "width": 3,
1023
- "y": 37,
1511
+ "y": 61,
1024
1512
  "x": 3,
1025
1513
  "type": "metric",
1026
1514
  "properties": {
@@ -1041,12 +1529,12 @@ Resources:
1041
1529
  {
1042
1530
  "height": 3,
1043
1531
  "width": 12,
1044
- "y": 37,
1532
+ "y": 61,
1045
1533
  "x": 6,
1046
1534
  "type": "metric",
1047
1535
  "properties": {
1048
1536
  "metrics": [
1049
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
1537
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "stat": "p90", "color": "#d62728" } ],
1050
1538
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
1051
1539
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
1052
1540
  [ "...", { "color": "#1f77b4" } ]
@@ -1065,7 +1553,7 @@ Resources:
1065
1553
  {
1066
1554
  "height": 3,
1067
1555
  "width": 3,
1068
- "y": 37,
1556
+ "y": 61,
1069
1557
  "x": 18,
1070
1558
  "type": "metric",
1071
1559
  "properties": {
@@ -1086,7 +1574,7 @@ Resources:
1086
1574
  {
1087
1575
  "height": 3,
1088
1576
  "width": 3,
1089
- "y": 37,
1577
+ "y": 61,
1090
1578
  "x": 21,
1091
1579
  "type": "metric",
1092
1580
  "properties": {
@@ -1105,13 +1593,37 @@ Resources:
1105
1593
  }
1106
1594
  },
1107
1595
 
1108
-
1109
1596
 
1597
+ {
1598
+ "height": 6,
1599
+ "width": 12,
1600
+ "y": 67,
1601
+ "x": 0,
1602
+ "type": "metric",
1603
+ "properties": {
1604
+ "metrics": [
1605
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
1606
+ [ ".", "failed", ".", "." ],
1607
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
1608
+ [ ".", "failed", ".", "." ],
1609
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
1610
+ [ ".", "failed", ".", "." ],
1611
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ],
1612
+ [ ".", "failed", ".", "." ]
1613
+ ],
1614
+ "view": "timeSeries",
1615
+ "stacked": false,
1616
+ "region": "us-east-1",
1617
+ "title": "Process/Failed Jobs By Worker",
1618
+ "period": 60,
1619
+ "stat": "Sum"
1620
+ }
1621
+ },
1110
1622
 
1111
1623
  {
1112
1624
  "height": 6,
1113
1625
  "width": 12,
1114
- "y": 43,
1626
+ "y": 67,
1115
1627
  "x": 12,
1116
1628
  "type": "metric",
1117
1629
  "properties": {
@@ -1134,37 +1646,13 @@ Resources:
1134
1646
  }
1135
1647
  },
1136
1648
 
1137
- {
1138
- "height": 6,
1139
- "width": 12,
1140
- "y": 43,
1141
- "x": 0,
1142
- "type": "metric",
1143
- "properties": {
1144
- "metrics": [
1145
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
1146
- [ ".", "failed", ".", "." ],
1147
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
1148
- [ ".", "failed", ".", "." ],
1149
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
1150
- [ ".", "failed", ".", "." ],
1151
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ],
1152
- [ ".", "failed", ".", "." ]
1153
- ],
1154
- "view": "timeSeries",
1155
- "stacked": false,
1156
- "region": "us-east-1",
1157
- "title": "Process/Failed Jobs By Worker",
1158
- "period": 60,
1159
- "stat": "Sum"
1160
- }
1161
- },
1649
+
1162
1650
 
1163
1651
 
1164
1652
  {
1165
1653
  "height": 6,
1166
1654
  "width": 12,
1167
- "y": 49,
1655
+ "y": 73,
1168
1656
  "x": 12,
1169
1657
  "type": "metric",
1170
1658
  "properties": {
@@ -1185,7 +1673,7 @@ Resources:
1185
1673
  {
1186
1674
  "height": 6,
1187
1675
  "width": 12,
1188
- "y": 49,
1676
+ "y": 73,
1189
1677
  "x": 0,
1190
1678
  "type": "metric",
1191
1679
  "properties": {
@@ -1209,7 +1697,7 @@ Resources:
1209
1697
  {
1210
1698
  "height": 3,
1211
1699
  "width": 24,
1212
- "y": 52,
1700
+ "y": 76,
1213
1701
  "x": 0,
1214
1702
  "type": "text",
1215
1703
  "properties": {
@@ -1222,7 +1710,7 @@ Resources:
1222
1710
  {
1223
1711
  "height": 3,
1224
1712
  "width": 6,
1225
- "y": 58,
1713
+ "y": 82,
1226
1714
  "x": 0,
1227
1715
  "type": "text",
1228
1716
  "properties": {
@@ -1232,7 +1720,7 @@ Resources:
1232
1720
  {
1233
1721
  "height": 3,
1234
1722
  "width": 3,
1235
- "y": 58,
1723
+ "y": 82,
1236
1724
  "x": 6,
1237
1725
  "type": "metric",
1238
1726
  "properties": {
@@ -1250,22 +1738,22 @@ Resources:
1250
1738
  {
1251
1739
  "height": 3,
1252
1740
  "width": 15,
1253
- "y": 58,
1741
+ "y": 82,
1254
1742
  "x": 9,
1255
1743
  "type": "metric",
1256
1744
  "properties": {
1257
1745
  "metrics": [
1258
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", "Resource", "${self:custom.funktor.IncomingJobHandlerName}", { "label": "p10" } ],
1259
- [ "...", { "label": "p50", "stat": "p50" } ],
1260
- [ "...", { "label": "p99", "stat": "p99" } ],
1261
- [ "...", { "label": "Average", "stat": "Average" } ]
1746
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", "Resource", "${self:custom.funktor.IncomingJobHandlerName}", { "label": "p60" } ],
1747
+ [ "...", { "label": "p70", "stat": "p70" } ],
1748
+ [ "...", { "label": "p80", "stat": "p80" } ],
1749
+ [ "...", { "label": "p90", "stat": "p90" } ]
1262
1750
  ],
1263
1751
  "view": "singleValue",
1264
1752
  "region": "us-east-1",
1265
- "stat": "p10",
1753
+ "stat": "p60",
1266
1754
  "period": 60,
1267
1755
  "sparkline": true,
1268
- "title": "Handler Duration"
1756
+ "title": "Handler Duration Percentiles"
1269
1757
  }
1270
1758
  },
1271
1759
 
@@ -1274,7 +1762,7 @@ Resources:
1274
1762
  {
1275
1763
  "height": 6,
1276
1764
  "width": 9,
1277
- "y": 61,
1765
+ "y": 85,
1278
1766
  "x": 0,
1279
1767
  "type": "metric",
1280
1768
  "properties": {
@@ -1300,15 +1788,16 @@ Resources:
1300
1788
  {
1301
1789
  "height": 6,
1302
1790
  "width": 9,
1303
- "y": 61,
1791
+ "y": 85,
1304
1792
  "x": 9,
1305
1793
  "type": "metric",
1306
1794
  "properties": {
1307
1795
  "period": 60,
1308
1796
  "metrics": [
1309
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "stat": "Minimum" } ],
1310
- [ "...", { "stat": "Average" } ],
1311
- [ "...", { "stat": "Maximum" } ]
1797
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "stat": "p60" } ],
1798
+ [ "...", { "stat": "p70" } ],
1799
+ [ "...", { "stat": "p80" } ],
1800
+ [ "...", { "stat": "p90" } ]
1312
1801
  ],
1313
1802
  "region": "us-east-1",
1314
1803
  "title": "Incoming Job Handler Duration in Milliseconds",
@@ -1320,7 +1809,7 @@ Resources:
1320
1809
  {
1321
1810
  "height": 3,
1322
1811
  "width": 6,
1323
- "y": 61,
1812
+ "y": 85,
1324
1813
  "x": 18,
1325
1814
  "type": "metric",
1326
1815
  "properties": {
@@ -1347,7 +1836,7 @@ Resources:
1347
1836
  {
1348
1837
  "height": 3,
1349
1838
  "width": 6,
1350
- "y": 64,
1839
+ "y": 88,
1351
1840
  "x": 18,
1352
1841
  "type": "metric",
1353
1842
  "properties": {
@@ -1369,7 +1858,7 @@ Resources:
1369
1858
  {
1370
1859
  "height": 3,
1371
1860
  "width": 6,
1372
- "y": 67,
1861
+ "y": 91,
1373
1862
  "x": 0,
1374
1863
  "type": "text",
1375
1864
  "properties": {
@@ -1379,7 +1868,7 @@ Resources:
1379
1868
  {
1380
1869
  "height": 3,
1381
1870
  "width": 3,
1382
- "y": 67,
1871
+ "y": 91,
1383
1872
  "x": 6,
1384
1873
  "type": "metric",
1385
1874
  "properties": {
@@ -1398,21 +1887,21 @@ Resources:
1398
1887
  {
1399
1888
  "height": 3,
1400
1889
  "width": 15,
1401
- "y": 67,
1890
+ "y": 91,
1402
1891
  "x": 9,
1403
1892
  "type": "metric",
1404
1893
  "properties": {
1405
1894
  "metrics": [
1406
1895
  [ "AWS/Lambda", "Duration", "FunctionName",
1407
1896
  "${self:custom.funktor.DefaultQueueHandlerName}", "Resource",
1408
- "${self:custom.funktor.DefaultQueueHandlerName}", { "label": "p10" } ],
1409
- [ "...", { "label": "p50", "stat": "p50" } ],
1410
- [ "...", { "label": "p99", "stat": "p99" } ],
1411
- [ "...", { "label": "Average", "stat": "Average" } ]
1897
+ "${self:custom.funktor.DefaultQueueHandlerName}", { "label": "p60" } ],
1898
+ [ "...", { "label": "p70", "stat": "p70" } ],
1899
+ [ "...", { "label": "p80", "stat": "p80" } ],
1900
+ [ "...", { "label": "p90", "stat": "p90" } ]
1412
1901
  ],
1413
1902
  "view": "singleValue",
1414
1903
  "region": "us-east-1",
1415
- "stat": "p10",
1904
+ "stat": "p60",
1416
1905
  "period": 60,
1417
1906
  "sparkline": true,
1418
1907
  "title": "Handler Duration"
@@ -1421,7 +1910,7 @@ Resources:
1421
1910
  {
1422
1911
  "height": 6,
1423
1912
  "width": 9,
1424
- "y": 70,
1913
+ "y": 94,
1425
1914
  "x": 0,
1426
1915
  "type": "metric",
1427
1916
  "properties": {
@@ -1451,15 +1940,16 @@ Resources:
1451
1940
  {
1452
1941
  "height": 6,
1453
1942
  "width": 9,
1454
- "y": 70,
1943
+ "y": 94,
1455
1944
  "x": 9,
1456
1945
  "type": "metric",
1457
1946
  "properties": {
1458
1947
  "period": 60,
1459
1948
  "metrics": [
1460
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "stat": "Minimum" } ],
1461
- [ "...", { "stat": "Average" } ],
1462
- [ "...", { "stat": "Maximum" } ]
1949
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "stat": "p60" } ],
1950
+ [ "...", { "stat": "p70" } ],
1951
+ [ "...", { "stat": "p80" } ],
1952
+ [ "...", { "stat": "p90" } ]
1463
1953
  ],
1464
1954
  "region": "us-east-1",
1465
1955
  "title": "Default Queue Handler Duration in Milliseconds",
@@ -1471,7 +1961,7 @@ Resources:
1471
1961
  {
1472
1962
  "height": 3,
1473
1963
  "width": 6,
1474
- "y": 70,
1964
+ "y": 94,
1475
1965
  "x": 18,
1476
1966
  "type": "metric",
1477
1967
  "properties": {
@@ -1497,7 +1987,7 @@ Resources:
1497
1987
  {
1498
1988
  "height": 3,
1499
1989
  "width": 6,
1500
- "y": 73,
1990
+ "y": 97,
1501
1991
  "x": 18,
1502
1992
  "type": "metric",
1503
1993
  "properties": {
@@ -1518,7 +2008,7 @@ Resources:
1518
2008
  {
1519
2009
  "height": 3,
1520
2010
  "width": 6,
1521
- "y": 76,
2011
+ "y": 100,
1522
2012
  "x": 0,
1523
2013
  "type": "text",
1524
2014
  "properties": {
@@ -1528,7 +2018,7 @@ Resources:
1528
2018
  {
1529
2019
  "height": 3,
1530
2020
  "width": 3,
1531
- "y": 76,
2021
+ "y": 100,
1532
2022
  "x": 6,
1533
2023
  "type": "metric",
1534
2024
  "properties": {
@@ -1547,21 +2037,21 @@ Resources:
1547
2037
  {
1548
2038
  "height": 3,
1549
2039
  "width": 15,
1550
- "y": 76,
2040
+ "y": 100,
1551
2041
  "x": 9,
1552
2042
  "type": "metric",
1553
2043
  "properties": {
1554
2044
  "metrics": [
1555
2045
  [ "AWS/Lambda", "Duration", "FunctionName",
1556
2046
  "${self:custom.funktor.LowConcurrencyQueueHandlerName}", "Resource",
1557
- "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "label": "p10" } ],
1558
- [ "...", { "label": "p50", "stat": "p50" } ],
1559
- [ "...", { "label": "p99", "stat": "p99" } ],
1560
- [ "...", { "label": "Average", "stat": "Average" } ]
2047
+ "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "label": "p60" } ],
2048
+ [ "...", { "label": "p70", "stat": "p70" } ],
2049
+ [ "...", { "label": "p80", "stat": "p80" } ],
2050
+ [ "...", { "label": "p90", "stat": "p90" } ]
1561
2051
  ],
1562
2052
  "view": "singleValue",
1563
2053
  "region": "us-east-1",
1564
- "stat": "p10",
2054
+ "stat": "p60",
1565
2055
  "period": 60,
1566
2056
  "sparkline": true,
1567
2057
  "title": "Handler Duration"
@@ -1570,7 +2060,7 @@ Resources:
1570
2060
  {
1571
2061
  "height": 6,
1572
2062
  "width": 9,
1573
- "y": 79,
2063
+ "y": 103,
1574
2064
  "x": 0,
1575
2065
  "type": "metric",
1576
2066
  "properties": {
@@ -1600,15 +2090,16 @@ Resources:
1600
2090
  {
1601
2091
  "height": 6,
1602
2092
  "width": 9,
1603
- "y": 79,
2093
+ "y": 103,
1604
2094
  "x": 9,
1605
2095
  "type": "metric",
1606
2096
  "properties": {
1607
2097
  "period": 60,
1608
2098
  "metrics": [
1609
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "stat": "Minimum" } ],
1610
- [ "...", { "stat": "Average" } ],
1611
- [ "...", { "stat": "Maximum" } ]
2099
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "stat": "p60" } ],
2100
+ [ "...", { "stat": "p70" } ],
2101
+ [ "...", { "stat": "p80" } ],
2102
+ [ "...", { "stat": "p90" } ]
1612
2103
  ],
1613
2104
  "region": "us-east-1",
1614
2105
  "title": "LowConcurrency Queue Handler Duration in Milliseconds",
@@ -1620,7 +2111,7 @@ Resources:
1620
2111
  {
1621
2112
  "height": 3,
1622
2113
  "width": 6,
1623
- "y": 79,
2114
+ "y": 103,
1624
2115
  "x": 18,
1625
2116
  "type": "metric",
1626
2117
  "properties": {
@@ -1646,7 +2137,7 @@ Resources:
1646
2137
  {
1647
2138
  "height": 3,
1648
2139
  "width": 6,
1649
- "y": 82,
2140
+ "y": 106,
1650
2141
  "x": 18,
1651
2142
  "type": "metric",
1652
2143
  "properties": {
@@ -1670,7 +2161,7 @@ Resources:
1670
2161
  {
1671
2162
  "height": 3,
1672
2163
  "width": 6,
1673
- "y": 85,
2164
+ "y": 109,
1674
2165
  "x": 0,
1675
2166
  "type": "text",
1676
2167
  "properties": {
@@ -1680,7 +2171,7 @@ Resources:
1680
2171
  {
1681
2172
  "height": 3,
1682
2173
  "width": 3,
1683
- "y": 85,
2174
+ "y": 109,
1684
2175
  "x": 6,
1685
2176
  "type": "metric",
1686
2177
  "properties": {
@@ -1698,19 +2189,19 @@ Resources:
1698
2189
  {
1699
2190
  "height": 3,
1700
2191
  "width": 15,
1701
- "y": 85,
2192
+ "y": 109,
1702
2193
  "x": 9,
1703
2194
  "type": "metric",
1704
2195
  "properties": {
1705
2196
  "metrics": [
1706
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", "Resource", "${self:custom.funktor.JobActivatorName}", { "label": "p10" } ],
1707
- [ "...", { "label": "p50", "stat": "p50" } ],
1708
- [ "...", { "label": "p99", "stat": "p99" } ],
1709
- [ "...", { "label": "Average", "stat": "Average" } ]
2197
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", "Resource", "${self:custom.funktor.JobActivatorName}", { "label": "p60" } ],
2198
+ [ "...", { "label": "p70", "stat": "p70" } ],
2199
+ [ "...", { "label": "p80", "stat": "p80" } ],
2200
+ [ "...", { "label": "p90", "stat": "p90" } ]
1710
2201
  ],
1711
2202
  "view": "singleValue",
1712
2203
  "region": "us-east-1",
1713
- "stat": "p10",
2204
+ "stat": "p60",
1714
2205
  "period": 60,
1715
2206
  "sparkline": true,
1716
2207
  "title": "Handler Duration"
@@ -1723,7 +2214,7 @@ Resources:
1723
2214
  {
1724
2215
  "height": 3,
1725
2216
  "width": 6,
1726
- "y": 88,
2217
+ "y": 112,
1727
2218
  "x": 18,
1728
2219
  "type": "metric",
1729
2220
  "properties": {
@@ -1748,15 +2239,16 @@ Resources:
1748
2239
  {
1749
2240
  "height": 3,
1750
2241
  "width": 9,
1751
- "y": 88,
2242
+ "y": 112,
1752
2243
  "x": 9,
1753
2244
  "type": "metric",
1754
2245
  "properties": {
1755
2246
  "period": 60,
1756
2247
  "metrics": [
1757
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "stat": "Minimum" } ],
1758
- [ "...", { "stat": "Average" } ],
1759
- [ "...", { "stat": "Maximum" } ]
2248
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "stat": "p60" } ],
2249
+ [ "...", { "stat": "p70" } ],
2250
+ [ "...", { "stat": "p80" } ],
2251
+ [ "...", { "stat": "p90" } ]
1760
2252
  ],
1761
2253
  "region": "us-east-1",
1762
2254
  "title": "Delayed Job Scheduler Duration",
@@ -1768,7 +2260,7 @@ Resources:
1768
2260
  {
1769
2261
  "height": 3,
1770
2262
  "width": 9,
1771
- "y": 88,
2263
+ "y": 112,
1772
2264
  "x": 0,
1773
2265
  "type": "metric",
1774
2266
  "properties": {
@@ -1790,7 +2282,7 @@ Resources:
1790
2282
  {
1791
2283
  "height": 3,
1792
2284
  "width": 9,
1793
- "y": 91,
2285
+ "y": 115,
1794
2286
  "x": 0,
1795
2287
  "type": "metric",
1796
2288
  "properties": {
@@ -1812,7 +2304,7 @@ Resources:
1812
2304
  {
1813
2305
  "height": 3,
1814
2306
  "width": 6,
1815
- "y": 91,
2307
+ "y": 115,
1816
2308
  "x": 18,
1817
2309
  "type": "metric",
1818
2310
  "properties": {
@@ -1830,7 +2322,7 @@ Resources:
1830
2322
  {
1831
2323
  "height": 3,
1832
2324
  "width": 9,
1833
- "y": 91,
2325
+ "y": 115,
1834
2326
  "x": 9,
1835
2327
  "type": "metric",
1836
2328
  "properties": {
@@ -1856,7 +2348,7 @@ Resources:
1856
2348
  {
1857
2349
  "height": 3,
1858
2350
  "width": 18,
1859
- "y": 94,
2351
+ "y": 118,
1860
2352
  "x": 0,
1861
2353
  "type": "metric",
1862
2354
  "properties": {
@@ -1880,7 +2372,7 @@ Resources:
1880
2372
  {
1881
2373
  "height": 3,
1882
2374
  "width": 6,
1883
- "y": 94,
2375
+ "y": 118,
1884
2376
  "x": 18,
1885
2377
  "type": "metric",
1886
2378
  "properties": {