funktor 0.7.11 → 0.7.12

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.
@@ -21,10 +21,178 @@ 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
+
24
192
  {
25
193
  "height": 1,
26
194
  "width": 24,
27
- "y": 3,
195
+ "y": 15,
28
196
  "x": 0,
29
197
  "type": "text",
30
198
  "properties": {
@@ -38,7 +206,7 @@ Resources:
38
206
  {
39
207
  "height": 3,
40
208
  "width": 4,
41
- "y": 4,
209
+ "y": 16,
42
210
  "x": 0,
43
211
  "type": "metric",
44
212
  "properties": {
@@ -60,7 +228,7 @@ Resources:
60
228
  {
61
229
  "height": 3,
62
230
  "width": 4,
63
- "y": 4,
231
+ "y": 16,
64
232
  "x": 4,
65
233
  "type": "metric",
66
234
  "properties": {
@@ -82,7 +250,7 @@ Resources:
82
250
  {
83
251
  "height": 3,
84
252
  "width": 4,
85
- "y": 4,
253
+ "y": 16,
86
254
  "x": 8,
87
255
  "type": "metric",
88
256
  "properties": {
@@ -104,7 +272,7 @@ Resources:
104
272
  {
105
273
  "height": 3,
106
274
  "width": 4,
107
- "y": 4,
275
+ "y": 16,
108
276
  "x": 12,
109
277
  "type": "metric",
110
278
  "properties": {
@@ -128,7 +296,7 @@ Resources:
128
296
  {
129
297
  "height": 1,
130
298
  "width": 24,
131
- "y": 7,
299
+ "y": 19,
132
300
  "x": 0,
133
301
  "type": "text",
134
302
  "properties": {
@@ -142,7 +310,7 @@ Resources:
142
310
  {
143
311
  "height": 3,
144
312
  "width": 4,
145
- "y": 8,
313
+ "y": 20,
146
314
  "x": 0,
147
315
  "type": "metric",
148
316
  "properties": {
@@ -164,7 +332,7 @@ Resources:
164
332
  {
165
333
  "height": 3,
166
334
  "width": 4,
167
- "y": 8,
335
+ "y": 20,
168
336
  "x": 4,
169
337
  "type": "metric",
170
338
  "properties": {
@@ -186,7 +354,7 @@ Resources:
186
354
  {
187
355
  "height": 3,
188
356
  "width": 4,
189
- "y": 8,
357
+ "y": 20,
190
358
  "x": 8,
191
359
  "type": "metric",
192
360
  "properties": {
@@ -208,7 +376,7 @@ Resources:
208
376
  {
209
377
  "height": 3,
210
378
  "width": 4,
211
- "y": 8,
379
+ "y": 20,
212
380
  "x": 12,
213
381
  "type": "metric",
214
382
  "properties": {
@@ -232,7 +400,7 @@ Resources:
232
400
  {
233
401
  "height": 1,
234
402
  "width": 24,
235
- "y": 11,
403
+ "y": 23,
236
404
  "x": 0,
237
405
  "type": "text",
238
406
  "properties": {
@@ -246,7 +414,7 @@ Resources:
246
414
  {
247
415
  "height": 4,
248
416
  "width": 4,
249
- "y": 12,
417
+ "y": 24,
250
418
  "x": 0,
251
419
  "type": "metric",
252
420
  "properties": {
@@ -271,7 +439,7 @@ Resources:
271
439
  {
272
440
  "height": 4,
273
441
  "width": 4,
274
- "y": 12,
442
+ "y": 24,
275
443
  "x": 4,
276
444
  "type": "metric",
277
445
  "properties": {
@@ -296,7 +464,7 @@ Resources:
296
464
  {
297
465
  "height": 4,
298
466
  "width": 4,
299
- "y": 12,
467
+ "y": 24,
300
468
  "x": 8,
301
469
  "type": "metric",
302
470
  "properties": {
@@ -321,7 +489,7 @@ Resources:
321
489
  {
322
490
  "height": 4,
323
491
  "width": 4,
324
- "y": 12,
492
+ "y": 24,
325
493
  "x": 12,
326
494
  "type": "metric",
327
495
  "properties": {
@@ -348,7 +516,7 @@ Resources:
348
516
  {
349
517
  "height": 1,
350
518
  "width": 24,
351
- "y": 15,
519
+ "y": 27,
352
520
  "x": 0,
353
521
  "type": "text",
354
522
  "properties": {
@@ -358,9 +526,9 @@ Resources:
358
526
 
359
527
 
360
528
  {
361
- "height": 2,
529
+ "height": 3,
362
530
  "width": 3,
363
- "y": 16,
531
+ "y": 28,
364
532
  "x": 0,
365
533
  "type": "metric",
366
534
  "properties": {
@@ -371,14 +539,14 @@ Resources:
371
539
  "region": "us-east-1",
372
540
  "stat": "Sum",
373
541
  "period": 60,
374
- "sparkline": false,
542
+ "sparkline": true,
375
543
  "title": "AuditWorker Processed/Min"
376
544
  }
377
545
  },
378
546
  {
379
- "height": 2,
547
+ "height": 3,
380
548
  "width": 3,
381
- "y": 16,
549
+ "y": 28,
382
550
  "x": 3,
383
551
  "type": "metric",
384
552
  "properties": {
@@ -389,14 +557,14 @@ Resources:
389
557
  "region": "us-east-1",
390
558
  "stat": "Sum",
391
559
  "period": 60,
392
- "sparkline": false,
560
+ "sparkline": true,
393
561
  "title": "AuditWorker Failed/Min"
394
562
  }
395
563
  },
396
564
  {
397
- "height": 2,
565
+ "height": 3,
398
566
  "width": 3,
399
- "y": 16,
567
+ "y": 28,
400
568
  "x": 6,
401
569
  "type": "metric",
402
570
  "properties": {
@@ -407,14 +575,14 @@ Resources:
407
575
  "region": "us-east-1",
408
576
  "stat": "p60",
409
577
  "period": 60,
410
- "sparkline": false,
578
+ "sparkline": true,
411
579
  "title": "AuditWorker p60"
412
580
  }
413
581
  },
414
582
  {
415
- "height": 2,
583
+ "height": 3,
416
584
  "width": 3,
417
- "y": 16,
585
+ "y": 28,
418
586
  "x": 9,
419
587
  "type": "metric",
420
588
  "properties": {
@@ -425,14 +593,14 @@ Resources:
425
593
  "region": "us-east-1",
426
594
  "stat": "p70",
427
595
  "period": 60,
428
- "sparkline": false,
596
+ "sparkline": true,
429
597
  "title": "AuditWorker p70"
430
598
  }
431
599
  },
432
600
  {
433
- "height": 2,
601
+ "height": 3,
434
602
  "width": 3,
435
- "y": 16,
603
+ "y": 28,
436
604
  "x": 12,
437
605
  "type": "metric",
438
606
  "properties": {
@@ -443,14 +611,14 @@ Resources:
443
611
  "region": "us-east-1",
444
612
  "stat": "p80",
445
613
  "period": 60,
446
- "sparkline": false,
614
+ "sparkline": true,
447
615
  "title": "AuditWorker p80"
448
616
  }
449
617
  },
450
618
  {
451
- "height": 2,
619
+ "height": 3,
452
620
  "width": 3,
453
- "y": 16,
621
+ "y": 28,
454
622
  "x": 15,
455
623
  "type": "metric",
456
624
  "properties": {
@@ -461,14 +629,14 @@ Resources:
461
629
  "region": "us-east-1",
462
630
  "stat": "p90",
463
631
  "period": 60,
464
- "sparkline": false,
632
+ "sparkline": true,
465
633
  "title": "AuditWorker p90"
466
634
  }
467
635
  },
468
636
  {
469
- "height": 2,
637
+ "height": 3,
470
638
  "width": 3,
471
- "y": 16,
639
+ "y": 28,
472
640
  "x": 18,
473
641
  "type": "metric",
474
642
  "properties": {
@@ -479,14 +647,14 @@ Resources:
479
647
  "region": "us-east-1",
480
648
  "stat": "Minimum",
481
649
  "period": 60,
482
- "sparkline": false,
650
+ "sparkline": true,
483
651
  "title": "AuditWorker Min"
484
652
  }
485
653
  },
486
654
  {
487
- "height": 2,
655
+ "height": 3,
488
656
  "width": 3,
489
- "y": 16,
657
+ "y": 28,
490
658
  "x": 21,
491
659
  "type": "metric",
492
660
  "properties": {
@@ -497,7 +665,7 @@ Resources:
497
665
  "region": "us-east-1",
498
666
  "stat": "Maximum",
499
667
  "period": 60,
500
- "sparkline": false,
668
+ "sparkline": true,
501
669
  "title": "AuditWorker Max"
502
670
  }
503
671
  },
@@ -509,7 +677,7 @@ Resources:
509
677
  {
510
678
  "height": 3,
511
679
  "width": 3,
512
- "y": 19,
680
+ "y": 31,
513
681
  "x": 0,
514
682
  "type": "metric",
515
683
  "properties": {
@@ -530,7 +698,7 @@ Resources:
530
698
  {
531
699
  "height": 3,
532
700
  "width": 3,
533
- "y": 19,
701
+ "y": 31,
534
702
  "x": 3,
535
703
  "type": "metric",
536
704
  "properties": {
@@ -551,7 +719,7 @@ Resources:
551
719
  {
552
720
  "height": 3,
553
721
  "width": 12,
554
- "y": 19,
722
+ "y": 31,
555
723
  "x": 6,
556
724
  "type": "metric",
557
725
  "properties": {
@@ -575,7 +743,7 @@ Resources:
575
743
  {
576
744
  "height": 3,
577
745
  "width": 3,
578
- "y": 19,
746
+ "y": 31,
579
747
  "x": 18,
580
748
  "type": "metric",
581
749
  "properties": {
@@ -596,7 +764,7 @@ Resources:
596
764
  {
597
765
  "height": 3,
598
766
  "width": 3,
599
- "y": 19,
767
+ "y": 31,
600
768
  "x": 21,
601
769
  "type": "metric",
602
770
  "properties": {
@@ -615,11 +783,10 @@ Resources:
615
783
  }
616
784
  },
617
785
 
618
-
619
786
  {
620
787
  "height": 1,
621
788
  "width": 24,
622
- "y": 25,
789
+ "y": 37,
623
790
  "x": 0,
624
791
  "type": "text",
625
792
  "properties": {
@@ -629,9 +796,9 @@ Resources:
629
796
 
630
797
 
631
798
  {
632
- "height": 2,
799
+ "height": 3,
633
800
  "width": 3,
634
- "y": 26,
801
+ "y": 38,
635
802
  "x": 0,
636
803
  "type": "metric",
637
804
  "properties": {
@@ -642,14 +809,14 @@ Resources:
642
809
  "region": "us-east-1",
643
810
  "stat": "Sum",
644
811
  "period": 60,
645
- "sparkline": false,
812
+ "sparkline": true,
646
813
  "title": "GreetingsWorker Processed/Min"
647
814
  }
648
815
  },
649
816
  {
650
- "height": 2,
817
+ "height": 3,
651
818
  "width": 3,
652
- "y": 26,
819
+ "y": 38,
653
820
  "x": 3,
654
821
  "type": "metric",
655
822
  "properties": {
@@ -660,14 +827,14 @@ Resources:
660
827
  "region": "us-east-1",
661
828
  "stat": "Sum",
662
829
  "period": 60,
663
- "sparkline": false,
830
+ "sparkline": true,
664
831
  "title": "GreetingsWorker Failed/Min"
665
832
  }
666
833
  },
667
834
  {
668
- "height": 2,
835
+ "height": 3,
669
836
  "width": 3,
670
- "y": 26,
837
+ "y": 38,
671
838
  "x": 6,
672
839
  "type": "metric",
673
840
  "properties": {
@@ -678,14 +845,14 @@ Resources:
678
845
  "region": "us-east-1",
679
846
  "stat": "p60",
680
847
  "period": 60,
681
- "sparkline": false,
848
+ "sparkline": true,
682
849
  "title": "GreetingsWorker p60"
683
850
  }
684
851
  },
685
852
  {
686
- "height": 2,
853
+ "height": 3,
687
854
  "width": 3,
688
- "y": 26,
855
+ "y": 38,
689
856
  "x": 9,
690
857
  "type": "metric",
691
858
  "properties": {
@@ -696,14 +863,14 @@ Resources:
696
863
  "region": "us-east-1",
697
864
  "stat": "p70",
698
865
  "period": 60,
699
- "sparkline": false,
866
+ "sparkline": true,
700
867
  "title": "GreetingsWorker p70"
701
868
  }
702
869
  },
703
870
  {
704
- "height": 2,
871
+ "height": 3,
705
872
  "width": 3,
706
- "y": 26,
873
+ "y": 38,
707
874
  "x": 12,
708
875
  "type": "metric",
709
876
  "properties": {
@@ -714,14 +881,14 @@ Resources:
714
881
  "region": "us-east-1",
715
882
  "stat": "p80",
716
883
  "period": 60,
717
- "sparkline": false,
884
+ "sparkline": true,
718
885
  "title": "GreetingsWorker p80"
719
886
  }
720
887
  },
721
888
  {
722
- "height": 2,
889
+ "height": 3,
723
890
  "width": 3,
724
- "y": 26,
891
+ "y": 38,
725
892
  "x": 15,
726
893
  "type": "metric",
727
894
  "properties": {
@@ -732,14 +899,14 @@ Resources:
732
899
  "region": "us-east-1",
733
900
  "stat": "p90",
734
901
  "period": 60,
735
- "sparkline": false,
902
+ "sparkline": true,
736
903
  "title": "GreetingsWorker p90"
737
904
  }
738
905
  },
739
906
  {
740
- "height": 2,
907
+ "height": 3,
741
908
  "width": 3,
742
- "y": 26,
909
+ "y": 38,
743
910
  "x": 18,
744
911
  "type": "metric",
745
912
  "properties": {
@@ -750,14 +917,14 @@ Resources:
750
917
  "region": "us-east-1",
751
918
  "stat": "Minimum",
752
919
  "period": 60,
753
- "sparkline": false,
920
+ "sparkline": true,
754
921
  "title": "GreetingsWorker Min"
755
922
  }
756
923
  },
757
924
  {
758
- "height": 2,
925
+ "height": 3,
759
926
  "width": 3,
760
- "y": 26,
927
+ "y": 38,
761
928
  "x": 21,
762
929
  "type": "metric",
763
930
  "properties": {
@@ -768,7 +935,7 @@ Resources:
768
935
  "region": "us-east-1",
769
936
  "stat": "Maximum",
770
937
  "period": 60,
771
- "sparkline": false,
938
+ "sparkline": true,
772
939
  "title": "GreetingsWorker Max"
773
940
  }
774
941
  },
@@ -780,7 +947,7 @@ Resources:
780
947
  {
781
948
  "height": 3,
782
949
  "width": 3,
783
- "y": 29,
950
+ "y": 41,
784
951
  "x": 0,
785
952
  "type": "metric",
786
953
  "properties": {
@@ -801,7 +968,7 @@ Resources:
801
968
  {
802
969
  "height": 3,
803
970
  "width": 3,
804
- "y": 29,
971
+ "y": 41,
805
972
  "x": 3,
806
973
  "type": "metric",
807
974
  "properties": {
@@ -822,7 +989,7 @@ Resources:
822
989
  {
823
990
  "height": 3,
824
991
  "width": 12,
825
- "y": 29,
992
+ "y": 41,
826
993
  "x": 6,
827
994
  "type": "metric",
828
995
  "properties": {
@@ -846,7 +1013,7 @@ Resources:
846
1013
  {
847
1014
  "height": 3,
848
1015
  "width": 3,
849
- "y": 29,
1016
+ "y": 41,
850
1017
  "x": 18,
851
1018
  "type": "metric",
852
1019
  "properties": {
@@ -867,7 +1034,7 @@ Resources:
867
1034
  {
868
1035
  "height": 3,
869
1036
  "width": 3,
870
- "y": 29,
1037
+ "y": 41,
871
1038
  "x": 21,
872
1039
  "type": "metric",
873
1040
  "properties": {
@@ -886,11 +1053,10 @@ Resources:
886
1053
  }
887
1054
  },
888
1055
 
889
-
890
1056
  {
891
1057
  "height": 1,
892
1058
  "width": 24,
893
- "y": 35,
1059
+ "y": 47,
894
1060
  "x": 0,
895
1061
  "type": "text",
896
1062
  "properties": {
@@ -900,9 +1066,9 @@ Resources:
900
1066
 
901
1067
 
902
1068
  {
903
- "height": 2,
1069
+ "height": 3,
904
1070
  "width": 3,
905
- "y": 36,
1071
+ "y": 48,
906
1072
  "x": 0,
907
1073
  "type": "metric",
908
1074
  "properties": {
@@ -913,14 +1079,14 @@ Resources:
913
1079
  "region": "us-east-1",
914
1080
  "stat": "Sum",
915
1081
  "period": 60,
916
- "sparkline": false,
1082
+ "sparkline": true,
917
1083
  "title": "HelloWorker Processed/Min"
918
1084
  }
919
1085
  },
920
1086
  {
921
- "height": 2,
1087
+ "height": 3,
922
1088
  "width": 3,
923
- "y": 36,
1089
+ "y": 48,
924
1090
  "x": 3,
925
1091
  "type": "metric",
926
1092
  "properties": {
@@ -931,14 +1097,14 @@ Resources:
931
1097
  "region": "us-east-1",
932
1098
  "stat": "Sum",
933
1099
  "period": 60,
934
- "sparkline": false,
1100
+ "sparkline": true,
935
1101
  "title": "HelloWorker Failed/Min"
936
1102
  }
937
1103
  },
938
1104
  {
939
- "height": 2,
1105
+ "height": 3,
940
1106
  "width": 3,
941
- "y": 36,
1107
+ "y": 48,
942
1108
  "x": 6,
943
1109
  "type": "metric",
944
1110
  "properties": {
@@ -949,14 +1115,14 @@ Resources:
949
1115
  "region": "us-east-1",
950
1116
  "stat": "p60",
951
1117
  "period": 60,
952
- "sparkline": false,
1118
+ "sparkline": true,
953
1119
  "title": "HelloWorker p60"
954
1120
  }
955
1121
  },
956
1122
  {
957
- "height": 2,
1123
+ "height": 3,
958
1124
  "width": 3,
959
- "y": 36,
1125
+ "y": 48,
960
1126
  "x": 9,
961
1127
  "type": "metric",
962
1128
  "properties": {
@@ -967,14 +1133,14 @@ Resources:
967
1133
  "region": "us-east-1",
968
1134
  "stat": "p70",
969
1135
  "period": 60,
970
- "sparkline": false,
1136
+ "sparkline": true,
971
1137
  "title": "HelloWorker p70"
972
1138
  }
973
1139
  },
974
1140
  {
975
- "height": 2,
1141
+ "height": 3,
976
1142
  "width": 3,
977
- "y": 36,
1143
+ "y": 48,
978
1144
  "x": 12,
979
1145
  "type": "metric",
980
1146
  "properties": {
@@ -985,14 +1151,14 @@ Resources:
985
1151
  "region": "us-east-1",
986
1152
  "stat": "p80",
987
1153
  "period": 60,
988
- "sparkline": false,
1154
+ "sparkline": true,
989
1155
  "title": "HelloWorker p80"
990
1156
  }
991
1157
  },
992
1158
  {
993
- "height": 2,
1159
+ "height": 3,
994
1160
  "width": 3,
995
- "y": 36,
1161
+ "y": 48,
996
1162
  "x": 15,
997
1163
  "type": "metric",
998
1164
  "properties": {
@@ -1003,14 +1169,14 @@ Resources:
1003
1169
  "region": "us-east-1",
1004
1170
  "stat": "p90",
1005
1171
  "period": 60,
1006
- "sparkline": false,
1172
+ "sparkline": true,
1007
1173
  "title": "HelloWorker p90"
1008
1174
  }
1009
1175
  },
1010
1176
  {
1011
- "height": 2,
1177
+ "height": 3,
1012
1178
  "width": 3,
1013
- "y": 36,
1179
+ "y": 48,
1014
1180
  "x": 18,
1015
1181
  "type": "metric",
1016
1182
  "properties": {
@@ -1021,14 +1187,14 @@ Resources:
1021
1187
  "region": "us-east-1",
1022
1188
  "stat": "Minimum",
1023
1189
  "period": 60,
1024
- "sparkline": false,
1190
+ "sparkline": true,
1025
1191
  "title": "HelloWorker Min"
1026
1192
  }
1027
1193
  },
1028
1194
  {
1029
- "height": 2,
1195
+ "height": 3,
1030
1196
  "width": 3,
1031
- "y": 36,
1197
+ "y": 48,
1032
1198
  "x": 21,
1033
1199
  "type": "metric",
1034
1200
  "properties": {
@@ -1039,7 +1205,7 @@ Resources:
1039
1205
  "region": "us-east-1",
1040
1206
  "stat": "Maximum",
1041
1207
  "period": 60,
1042
- "sparkline": false,
1208
+ "sparkline": true,
1043
1209
  "title": "HelloWorker Max"
1044
1210
  }
1045
1211
  },
@@ -1051,7 +1217,7 @@ Resources:
1051
1217
  {
1052
1218
  "height": 3,
1053
1219
  "width": 3,
1054
- "y": 39,
1220
+ "y": 51,
1055
1221
  "x": 0,
1056
1222
  "type": "metric",
1057
1223
  "properties": {
@@ -1072,7 +1238,7 @@ Resources:
1072
1238
  {
1073
1239
  "height": 3,
1074
1240
  "width": 3,
1075
- "y": 39,
1241
+ "y": 51,
1076
1242
  "x": 3,
1077
1243
  "type": "metric",
1078
1244
  "properties": {
@@ -1093,7 +1259,7 @@ Resources:
1093
1259
  {
1094
1260
  "height": 3,
1095
1261
  "width": 12,
1096
- "y": 39,
1262
+ "y": 51,
1097
1263
  "x": 6,
1098
1264
  "type": "metric",
1099
1265
  "properties": {
@@ -1117,7 +1283,7 @@ Resources:
1117
1283
  {
1118
1284
  "height": 3,
1119
1285
  "width": 3,
1120
- "y": 39,
1286
+ "y": 51,
1121
1287
  "x": 18,
1122
1288
  "type": "metric",
1123
1289
  "properties": {
@@ -1138,7 +1304,7 @@ Resources:
1138
1304
  {
1139
1305
  "height": 3,
1140
1306
  "width": 3,
1141
- "y": 39,
1307
+ "y": 51,
1142
1308
  "x": 21,
1143
1309
  "type": "metric",
1144
1310
  "properties": {
@@ -1157,11 +1323,10 @@ Resources:
1157
1323
  }
1158
1324
  },
1159
1325
 
1160
-
1161
1326
  {
1162
1327
  "height": 1,
1163
1328
  "width": 24,
1164
- "y": 45,
1329
+ "y": 57,
1165
1330
  "x": 0,
1166
1331
  "type": "text",
1167
1332
  "properties": {
@@ -1171,9 +1336,9 @@ Resources:
1171
1336
 
1172
1337
 
1173
1338
  {
1174
- "height": 2,
1339
+ "height": 3,
1175
1340
  "width": 3,
1176
- "y": 46,
1341
+ "y": 58,
1177
1342
  "x": 0,
1178
1343
  "type": "metric",
1179
1344
  "properties": {
@@ -1184,14 +1349,14 @@ Resources:
1184
1349
  "region": "us-east-1",
1185
1350
  "stat": "Sum",
1186
1351
  "period": 60,
1187
- "sparkline": false,
1352
+ "sparkline": true,
1188
1353
  "title": "SingleThreadAuditWorker Processed/Min"
1189
1354
  }
1190
1355
  },
1191
1356
  {
1192
- "height": 2,
1357
+ "height": 3,
1193
1358
  "width": 3,
1194
- "y": 46,
1359
+ "y": 58,
1195
1360
  "x": 3,
1196
1361
  "type": "metric",
1197
1362
  "properties": {
@@ -1202,14 +1367,14 @@ Resources:
1202
1367
  "region": "us-east-1",
1203
1368
  "stat": "Sum",
1204
1369
  "period": 60,
1205
- "sparkline": false,
1370
+ "sparkline": true,
1206
1371
  "title": "SingleThreadAuditWorker Failed/Min"
1207
1372
  }
1208
1373
  },
1209
1374
  {
1210
- "height": 2,
1375
+ "height": 3,
1211
1376
  "width": 3,
1212
- "y": 46,
1377
+ "y": 58,
1213
1378
  "x": 6,
1214
1379
  "type": "metric",
1215
1380
  "properties": {
@@ -1220,14 +1385,14 @@ Resources:
1220
1385
  "region": "us-east-1",
1221
1386
  "stat": "p60",
1222
1387
  "period": 60,
1223
- "sparkline": false,
1388
+ "sparkline": true,
1224
1389
  "title": "SingleThreadAuditWorker p60"
1225
1390
  }
1226
1391
  },
1227
1392
  {
1228
- "height": 2,
1393
+ "height": 3,
1229
1394
  "width": 3,
1230
- "y": 46,
1395
+ "y": 58,
1231
1396
  "x": 9,
1232
1397
  "type": "metric",
1233
1398
  "properties": {
@@ -1238,14 +1403,14 @@ Resources:
1238
1403
  "region": "us-east-1",
1239
1404
  "stat": "p70",
1240
1405
  "period": 60,
1241
- "sparkline": false,
1406
+ "sparkline": true,
1242
1407
  "title": "SingleThreadAuditWorker p70"
1243
1408
  }
1244
1409
  },
1245
1410
  {
1246
- "height": 2,
1411
+ "height": 3,
1247
1412
  "width": 3,
1248
- "y": 46,
1413
+ "y": 58,
1249
1414
  "x": 12,
1250
1415
  "type": "metric",
1251
1416
  "properties": {
@@ -1256,14 +1421,14 @@ Resources:
1256
1421
  "region": "us-east-1",
1257
1422
  "stat": "p80",
1258
1423
  "period": 60,
1259
- "sparkline": false,
1424
+ "sparkline": true,
1260
1425
  "title": "SingleThreadAuditWorker p80"
1261
1426
  }
1262
1427
  },
1263
1428
  {
1264
- "height": 2,
1429
+ "height": 3,
1265
1430
  "width": 3,
1266
- "y": 46,
1431
+ "y": 58,
1267
1432
  "x": 15,
1268
1433
  "type": "metric",
1269
1434
  "properties": {
@@ -1274,14 +1439,14 @@ Resources:
1274
1439
  "region": "us-east-1",
1275
1440
  "stat": "p90",
1276
1441
  "period": 60,
1277
- "sparkline": false,
1442
+ "sparkline": true,
1278
1443
  "title": "SingleThreadAuditWorker p90"
1279
1444
  }
1280
1445
  },
1281
1446
  {
1282
- "height": 2,
1447
+ "height": 3,
1283
1448
  "width": 3,
1284
- "y": 46,
1449
+ "y": 58,
1285
1450
  "x": 18,
1286
1451
  "type": "metric",
1287
1452
  "properties": {
@@ -1292,14 +1457,14 @@ Resources:
1292
1457
  "region": "us-east-1",
1293
1458
  "stat": "Minimum",
1294
1459
  "period": 60,
1295
- "sparkline": false,
1460
+ "sparkline": true,
1296
1461
  "title": "SingleThreadAuditWorker Min"
1297
1462
  }
1298
1463
  },
1299
1464
  {
1300
- "height": 2,
1465
+ "height": 3,
1301
1466
  "width": 3,
1302
- "y": 46,
1467
+ "y": 58,
1303
1468
  "x": 21,
1304
1469
  "type": "metric",
1305
1470
  "properties": {
@@ -1310,7 +1475,7 @@ Resources:
1310
1475
  "region": "us-east-1",
1311
1476
  "stat": "Maximum",
1312
1477
  "period": 60,
1313
- "sparkline": false,
1478
+ "sparkline": true,
1314
1479
  "title": "SingleThreadAuditWorker Max"
1315
1480
  }
1316
1481
  },
@@ -1322,7 +1487,7 @@ Resources:
1322
1487
  {
1323
1488
  "height": 3,
1324
1489
  "width": 3,
1325
- "y": 49,
1490
+ "y": 61,
1326
1491
  "x": 0,
1327
1492
  "type": "metric",
1328
1493
  "properties": {
@@ -1343,7 +1508,7 @@ Resources:
1343
1508
  {
1344
1509
  "height": 3,
1345
1510
  "width": 3,
1346
- "y": 49,
1511
+ "y": 61,
1347
1512
  "x": 3,
1348
1513
  "type": "metric",
1349
1514
  "properties": {
@@ -1364,7 +1529,7 @@ Resources:
1364
1529
  {
1365
1530
  "height": 3,
1366
1531
  "width": 12,
1367
- "y": 49,
1532
+ "y": 61,
1368
1533
  "x": 6,
1369
1534
  "type": "metric",
1370
1535
  "properties": {
@@ -1388,7 +1553,7 @@ Resources:
1388
1553
  {
1389
1554
  "height": 3,
1390
1555
  "width": 3,
1391
- "y": 49,
1556
+ "y": 61,
1392
1557
  "x": 18,
1393
1558
  "type": "metric",
1394
1559
  "properties": {
@@ -1409,7 +1574,7 @@ Resources:
1409
1574
  {
1410
1575
  "height": 3,
1411
1576
  "width": 3,
1412
- "y": 49,
1577
+ "y": 61,
1413
1578
  "x": 21,
1414
1579
  "type": "metric",
1415
1580
  "properties": {
@@ -1428,13 +1593,37 @@ Resources:
1428
1593
  }
1429
1594
  },
1430
1595
 
1431
-
1432
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
+ },
1433
1622
 
1434
1623
  {
1435
1624
  "height": 6,
1436
1625
  "width": 12,
1437
- "y": 55,
1626
+ "y": 67,
1438
1627
  "x": 12,
1439
1628
  "type": "metric",
1440
1629
  "properties": {
@@ -1457,37 +1646,13 @@ Resources:
1457
1646
  }
1458
1647
  },
1459
1648
 
1460
- {
1461
- "height": 6,
1462
- "width": 12,
1463
- "y": 55,
1464
- "x": 0,
1465
- "type": "metric",
1466
- "properties": {
1467
- "metrics": [
1468
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
1469
- [ ".", "failed", ".", "." ],
1470
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
1471
- [ ".", "failed", ".", "." ],
1472
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
1473
- [ ".", "failed", ".", "." ],
1474
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ],
1475
- [ ".", "failed", ".", "." ]
1476
- ],
1477
- "view": "timeSeries",
1478
- "stacked": false,
1479
- "region": "us-east-1",
1480
- "title": "Process/Failed Jobs By Worker",
1481
- "period": 60,
1482
- "stat": "Sum"
1483
- }
1484
- },
1649
+
1485
1650
 
1486
1651
 
1487
1652
  {
1488
1653
  "height": 6,
1489
1654
  "width": 12,
1490
- "y": 61,
1655
+ "y": 73,
1491
1656
  "x": 12,
1492
1657
  "type": "metric",
1493
1658
  "properties": {
@@ -1508,7 +1673,7 @@ Resources:
1508
1673
  {
1509
1674
  "height": 6,
1510
1675
  "width": 12,
1511
- "y": 61,
1676
+ "y": 73,
1512
1677
  "x": 0,
1513
1678
  "type": "metric",
1514
1679
  "properties": {
@@ -1532,7 +1697,7 @@ Resources:
1532
1697
  {
1533
1698
  "height": 3,
1534
1699
  "width": 24,
1535
- "y": 64,
1700
+ "y": 76,
1536
1701
  "x": 0,
1537
1702
  "type": "text",
1538
1703
  "properties": {
@@ -1545,7 +1710,7 @@ Resources:
1545
1710
  {
1546
1711
  "height": 3,
1547
1712
  "width": 6,
1548
- "y": 70,
1713
+ "y": 82,
1549
1714
  "x": 0,
1550
1715
  "type": "text",
1551
1716
  "properties": {
@@ -1555,7 +1720,7 @@ Resources:
1555
1720
  {
1556
1721
  "height": 3,
1557
1722
  "width": 3,
1558
- "y": 70,
1723
+ "y": 82,
1559
1724
  "x": 6,
1560
1725
  "type": "metric",
1561
1726
  "properties": {
@@ -1573,22 +1738,22 @@ Resources:
1573
1738
  {
1574
1739
  "height": 3,
1575
1740
  "width": 15,
1576
- "y": 70,
1741
+ "y": 82,
1577
1742
  "x": 9,
1578
1743
  "type": "metric",
1579
1744
  "properties": {
1580
1745
  "metrics": [
1581
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", "Resource", "${self:custom.funktor.IncomingJobHandlerName}", { "label": "p10" } ],
1582
- [ "...", { "label": "p50", "stat": "p50" } ],
1583
- [ "...", { "label": "p99", "stat": "p99" } ],
1584
- [ "...", { "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" } ]
1585
1750
  ],
1586
1751
  "view": "singleValue",
1587
1752
  "region": "us-east-1",
1588
- "stat": "p10",
1753
+ "stat": "p60",
1589
1754
  "period": 60,
1590
1755
  "sparkline": true,
1591
- "title": "Handler Duration"
1756
+ "title": "Handler Duration Percentiles"
1592
1757
  }
1593
1758
  },
1594
1759
 
@@ -1597,7 +1762,7 @@ Resources:
1597
1762
  {
1598
1763
  "height": 6,
1599
1764
  "width": 9,
1600
- "y": 73,
1765
+ "y": 85,
1601
1766
  "x": 0,
1602
1767
  "type": "metric",
1603
1768
  "properties": {
@@ -1623,15 +1788,16 @@ Resources:
1623
1788
  {
1624
1789
  "height": 6,
1625
1790
  "width": 9,
1626
- "y": 73,
1791
+ "y": 85,
1627
1792
  "x": 9,
1628
1793
  "type": "metric",
1629
1794
  "properties": {
1630
1795
  "period": 60,
1631
1796
  "metrics": [
1632
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "stat": "Minimum" } ],
1633
- [ "...", { "stat": "Average" } ],
1634
- [ "...", { "stat": "Maximum" } ]
1797
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "stat": "p60" } ],
1798
+ [ "...", { "stat": "p70" } ],
1799
+ [ "...", { "stat": "p80" } ],
1800
+ [ "...", { "stat": "p90" } ]
1635
1801
  ],
1636
1802
  "region": "us-east-1",
1637
1803
  "title": "Incoming Job Handler Duration in Milliseconds",
@@ -1643,7 +1809,7 @@ Resources:
1643
1809
  {
1644
1810
  "height": 3,
1645
1811
  "width": 6,
1646
- "y": 73,
1812
+ "y": 85,
1647
1813
  "x": 18,
1648
1814
  "type": "metric",
1649
1815
  "properties": {
@@ -1670,7 +1836,7 @@ Resources:
1670
1836
  {
1671
1837
  "height": 3,
1672
1838
  "width": 6,
1673
- "y": 76,
1839
+ "y": 88,
1674
1840
  "x": 18,
1675
1841
  "type": "metric",
1676
1842
  "properties": {
@@ -1692,7 +1858,7 @@ Resources:
1692
1858
  {
1693
1859
  "height": 3,
1694
1860
  "width": 6,
1695
- "y": 79,
1861
+ "y": 91,
1696
1862
  "x": 0,
1697
1863
  "type": "text",
1698
1864
  "properties": {
@@ -1702,7 +1868,7 @@ Resources:
1702
1868
  {
1703
1869
  "height": 3,
1704
1870
  "width": 3,
1705
- "y": 79,
1871
+ "y": 91,
1706
1872
  "x": 6,
1707
1873
  "type": "metric",
1708
1874
  "properties": {
@@ -1721,21 +1887,21 @@ Resources:
1721
1887
  {
1722
1888
  "height": 3,
1723
1889
  "width": 15,
1724
- "y": 79,
1890
+ "y": 91,
1725
1891
  "x": 9,
1726
1892
  "type": "metric",
1727
1893
  "properties": {
1728
1894
  "metrics": [
1729
1895
  [ "AWS/Lambda", "Duration", "FunctionName",
1730
1896
  "${self:custom.funktor.DefaultQueueHandlerName}", "Resource",
1731
- "${self:custom.funktor.DefaultQueueHandlerName}", { "label": "p10" } ],
1732
- [ "...", { "label": "p50", "stat": "p50" } ],
1733
- [ "...", { "label": "p99", "stat": "p99" } ],
1734
- [ "...", { "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" } ]
1735
1901
  ],
1736
1902
  "view": "singleValue",
1737
1903
  "region": "us-east-1",
1738
- "stat": "p10",
1904
+ "stat": "p60",
1739
1905
  "period": 60,
1740
1906
  "sparkline": true,
1741
1907
  "title": "Handler Duration"
@@ -1744,7 +1910,7 @@ Resources:
1744
1910
  {
1745
1911
  "height": 6,
1746
1912
  "width": 9,
1747
- "y": 82,
1913
+ "y": 94,
1748
1914
  "x": 0,
1749
1915
  "type": "metric",
1750
1916
  "properties": {
@@ -1774,15 +1940,16 @@ Resources:
1774
1940
  {
1775
1941
  "height": 6,
1776
1942
  "width": 9,
1777
- "y": 82,
1943
+ "y": 94,
1778
1944
  "x": 9,
1779
1945
  "type": "metric",
1780
1946
  "properties": {
1781
1947
  "period": 60,
1782
1948
  "metrics": [
1783
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "stat": "Minimum" } ],
1784
- [ "...", { "stat": "Average" } ],
1785
- [ "...", { "stat": "Maximum" } ]
1949
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "stat": "p60" } ],
1950
+ [ "...", { "stat": "p70" } ],
1951
+ [ "...", { "stat": "p80" } ],
1952
+ [ "...", { "stat": "p90" } ]
1786
1953
  ],
1787
1954
  "region": "us-east-1",
1788
1955
  "title": "Default Queue Handler Duration in Milliseconds",
@@ -1794,7 +1961,7 @@ Resources:
1794
1961
  {
1795
1962
  "height": 3,
1796
1963
  "width": 6,
1797
- "y": 82,
1964
+ "y": 94,
1798
1965
  "x": 18,
1799
1966
  "type": "metric",
1800
1967
  "properties": {
@@ -1820,7 +1987,7 @@ Resources:
1820
1987
  {
1821
1988
  "height": 3,
1822
1989
  "width": 6,
1823
- "y": 85,
1990
+ "y": 97,
1824
1991
  "x": 18,
1825
1992
  "type": "metric",
1826
1993
  "properties": {
@@ -1841,7 +2008,7 @@ Resources:
1841
2008
  {
1842
2009
  "height": 3,
1843
2010
  "width": 6,
1844
- "y": 88,
2011
+ "y": 100,
1845
2012
  "x": 0,
1846
2013
  "type": "text",
1847
2014
  "properties": {
@@ -1851,7 +2018,7 @@ Resources:
1851
2018
  {
1852
2019
  "height": 3,
1853
2020
  "width": 3,
1854
- "y": 88,
2021
+ "y": 100,
1855
2022
  "x": 6,
1856
2023
  "type": "metric",
1857
2024
  "properties": {
@@ -1870,21 +2037,21 @@ Resources:
1870
2037
  {
1871
2038
  "height": 3,
1872
2039
  "width": 15,
1873
- "y": 88,
2040
+ "y": 100,
1874
2041
  "x": 9,
1875
2042
  "type": "metric",
1876
2043
  "properties": {
1877
2044
  "metrics": [
1878
2045
  [ "AWS/Lambda", "Duration", "FunctionName",
1879
2046
  "${self:custom.funktor.LowConcurrencyQueueHandlerName}", "Resource",
1880
- "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "label": "p10" } ],
1881
- [ "...", { "label": "p50", "stat": "p50" } ],
1882
- [ "...", { "label": "p99", "stat": "p99" } ],
1883
- [ "...", { "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" } ]
1884
2051
  ],
1885
2052
  "view": "singleValue",
1886
2053
  "region": "us-east-1",
1887
- "stat": "p10",
2054
+ "stat": "p60",
1888
2055
  "period": 60,
1889
2056
  "sparkline": true,
1890
2057
  "title": "Handler Duration"
@@ -1893,7 +2060,7 @@ Resources:
1893
2060
  {
1894
2061
  "height": 6,
1895
2062
  "width": 9,
1896
- "y": 91,
2063
+ "y": 103,
1897
2064
  "x": 0,
1898
2065
  "type": "metric",
1899
2066
  "properties": {
@@ -1923,15 +2090,16 @@ Resources:
1923
2090
  {
1924
2091
  "height": 6,
1925
2092
  "width": 9,
1926
- "y": 91,
2093
+ "y": 103,
1927
2094
  "x": 9,
1928
2095
  "type": "metric",
1929
2096
  "properties": {
1930
2097
  "period": 60,
1931
2098
  "metrics": [
1932
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "stat": "Minimum" } ],
1933
- [ "...", { "stat": "Average" } ],
1934
- [ "...", { "stat": "Maximum" } ]
2099
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "stat": "p60" } ],
2100
+ [ "...", { "stat": "p70" } ],
2101
+ [ "...", { "stat": "p80" } ],
2102
+ [ "...", { "stat": "p90" } ]
1935
2103
  ],
1936
2104
  "region": "us-east-1",
1937
2105
  "title": "LowConcurrency Queue Handler Duration in Milliseconds",
@@ -1943,7 +2111,7 @@ Resources:
1943
2111
  {
1944
2112
  "height": 3,
1945
2113
  "width": 6,
1946
- "y": 91,
2114
+ "y": 103,
1947
2115
  "x": 18,
1948
2116
  "type": "metric",
1949
2117
  "properties": {
@@ -1969,7 +2137,7 @@ Resources:
1969
2137
  {
1970
2138
  "height": 3,
1971
2139
  "width": 6,
1972
- "y": 94,
2140
+ "y": 106,
1973
2141
  "x": 18,
1974
2142
  "type": "metric",
1975
2143
  "properties": {
@@ -1993,7 +2161,7 @@ Resources:
1993
2161
  {
1994
2162
  "height": 3,
1995
2163
  "width": 6,
1996
- "y": 97,
2164
+ "y": 109,
1997
2165
  "x": 0,
1998
2166
  "type": "text",
1999
2167
  "properties": {
@@ -2003,7 +2171,7 @@ Resources:
2003
2171
  {
2004
2172
  "height": 3,
2005
2173
  "width": 3,
2006
- "y": 97,
2174
+ "y": 109,
2007
2175
  "x": 6,
2008
2176
  "type": "metric",
2009
2177
  "properties": {
@@ -2021,19 +2189,19 @@ Resources:
2021
2189
  {
2022
2190
  "height": 3,
2023
2191
  "width": 15,
2024
- "y": 97,
2192
+ "y": 109,
2025
2193
  "x": 9,
2026
2194
  "type": "metric",
2027
2195
  "properties": {
2028
2196
  "metrics": [
2029
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", "Resource", "${self:custom.funktor.JobActivatorName}", { "label": "p10" } ],
2030
- [ "...", { "label": "p50", "stat": "p50" } ],
2031
- [ "...", { "label": "p99", "stat": "p99" } ],
2032
- [ "...", { "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" } ]
2033
2201
  ],
2034
2202
  "view": "singleValue",
2035
2203
  "region": "us-east-1",
2036
- "stat": "p10",
2204
+ "stat": "p60",
2037
2205
  "period": 60,
2038
2206
  "sparkline": true,
2039
2207
  "title": "Handler Duration"
@@ -2046,7 +2214,7 @@ Resources:
2046
2214
  {
2047
2215
  "height": 3,
2048
2216
  "width": 6,
2049
- "y": 100,
2217
+ "y": 112,
2050
2218
  "x": 18,
2051
2219
  "type": "metric",
2052
2220
  "properties": {
@@ -2071,15 +2239,16 @@ Resources:
2071
2239
  {
2072
2240
  "height": 3,
2073
2241
  "width": 9,
2074
- "y": 100,
2242
+ "y": 112,
2075
2243
  "x": 9,
2076
2244
  "type": "metric",
2077
2245
  "properties": {
2078
2246
  "period": 60,
2079
2247
  "metrics": [
2080
- [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "stat": "Minimum" } ],
2081
- [ "...", { "stat": "Average" } ],
2082
- [ "...", { "stat": "Maximum" } ]
2248
+ [ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "stat": "p60" } ],
2249
+ [ "...", { "stat": "p70" } ],
2250
+ [ "...", { "stat": "p80" } ],
2251
+ [ "...", { "stat": "p90" } ]
2083
2252
  ],
2084
2253
  "region": "us-east-1",
2085
2254
  "title": "Delayed Job Scheduler Duration",
@@ -2091,7 +2260,7 @@ Resources:
2091
2260
  {
2092
2261
  "height": 3,
2093
2262
  "width": 9,
2094
- "y": 100,
2263
+ "y": 112,
2095
2264
  "x": 0,
2096
2265
  "type": "metric",
2097
2266
  "properties": {
@@ -2113,7 +2282,7 @@ Resources:
2113
2282
  {
2114
2283
  "height": 3,
2115
2284
  "width": 9,
2116
- "y": 103,
2285
+ "y": 115,
2117
2286
  "x": 0,
2118
2287
  "type": "metric",
2119
2288
  "properties": {
@@ -2135,7 +2304,7 @@ Resources:
2135
2304
  {
2136
2305
  "height": 3,
2137
2306
  "width": 6,
2138
- "y": 103,
2307
+ "y": 115,
2139
2308
  "x": 18,
2140
2309
  "type": "metric",
2141
2310
  "properties": {
@@ -2153,7 +2322,7 @@ Resources:
2153
2322
  {
2154
2323
  "height": 3,
2155
2324
  "width": 9,
2156
- "y": 103,
2325
+ "y": 115,
2157
2326
  "x": 9,
2158
2327
  "type": "metric",
2159
2328
  "properties": {
@@ -2179,7 +2348,7 @@ Resources:
2179
2348
  {
2180
2349
  "height": 3,
2181
2350
  "width": 18,
2182
- "y": 106,
2351
+ "y": 118,
2183
2352
  "x": 0,
2184
2353
  "type": "metric",
2185
2354
  "properties": {
@@ -2203,7 +2372,7 @@ Resources:
2203
2372
  {
2204
2373
  "height": 3,
2205
2374
  "width": 6,
2206
- "y": 106,
2375
+ "y": 118,
2207
2376
  "x": 18,
2208
2377
  "type": "metric",
2209
2378
  "properties": {