funktor 0.7.13 → 0.7.16

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.
@@ -22,501 +22,112 @@ Resources:
22
22
 
23
23
 
24
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", "HelloWorker" ],
33
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
34
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
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", "HelloWorker" ],
54
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
55
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
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", "HelloWorker" ],
77
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker" ],
78
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker" ],
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", "HelloWorker" ],
98
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
99
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
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", "HelloWorker" ]
215
- ],
216
- "view": "timeSeries",
217
- "stacked": false,
218
- "region": "us-east-1",
219
- "title": "HelloWorker 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", "AuditWorker" ]
259
- ],
260
- "view": "timeSeries",
261
- "stacked": false,
262
- "region": "us-east-1",
263
- "title": "AuditWorker 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", "HelloWorker", { "color": "#d62728" } ]
319
- ],
320
- "view": "timeSeries",
321
- "stacked": false,
322
- "region": "us-east-1",
323
- "title": "HelloWorker 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", "AuditWorker", { "color": "#d62728" } ]
363
- ],
364
- "view": "timeSeries",
365
- "stacked": false,
366
- "region": "us-east-1",
367
- "title": "AuditWorker 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
-
399
-
400
- {
401
- "height": 1,
402
- "width": 24,
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", "HelloWorker", { "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": "HelloWorker 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",
25
+ "height": 1,
26
+ "width": 24,
27
+ "y": 3,
28
+ "x": 0,
29
+ "type": "text",
470
30
  "properties": {
471
- "metrics": [
472
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "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": "AuditWorker Duration Percentiles",
483
- "legend": {
484
- "position": "bottom"
485
- }
31
+ "markdown": "\n# Primary Workers Overview \n"
486
32
  }
487
33
  },
34
+
488
35
 
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
36
 
37
+ {
38
+ "height": 9,
39
+ "width": 4,
40
+ "y": 4,
41
+ "x": 0,
42
+ "type": "metric",
43
+ "properties": {
44
+ "metrics": [
45
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker", { "color": "#2ca02c" } ],
46
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ],
47
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
48
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
49
+ ],
50
+ "view": "singleValue",
51
+ "region": "us-east-1",
52
+ "stat": "Sum",
53
+ "period": 60,
54
+ "sparkline": true,
55
+ "title": "HelloWorker"
56
+ }
57
+ },
58
+
59
+ {
60
+ "height": 9,
61
+ "width": 4,
62
+ "y": 4,
63
+ "x": 4,
64
+ "type": "metric",
65
+ "properties": {
66
+ "metrics": [
67
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker", { "color": "#2ca02c" } ],
68
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ],
69
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
70
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
71
+ ],
72
+ "view": "singleValue",
73
+ "region": "us-east-1",
74
+ "stat": "Sum",
75
+ "period": 60,
76
+ "sparkline": true,
77
+ "title": "AuditWorker"
78
+ }
79
+ },
80
+
81
+ {
82
+ "height": 9,
83
+ "width": 4,
84
+ "y": 4,
85
+ "x": 8,
86
+ "type": "metric",
87
+ "properties": {
88
+ "metrics": [
89
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker", { "color": "#2ca02c" } ],
90
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ],
91
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
92
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
93
+ ],
94
+ "view": "singleValue",
95
+ "region": "us-east-1",
96
+ "stat": "Sum",
97
+ "period": 60,
98
+ "sparkline": true,
99
+ "title": "GreetingsWorker"
100
+ }
101
+ },
102
+
103
+ {
104
+ "height": 9,
105
+ "width": 4,
106
+ "y": 4,
107
+ "x": 12,
108
+ "type": "metric",
109
+ "properties": {
110
+ "metrics": [
111
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#2ca02c" } ],
112
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ],
113
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
114
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
115
+ ],
116
+ "view": "singleValue",
117
+ "region": "us-east-1",
118
+ "stat": "Sum",
119
+ "period": 60,
120
+ "sparkline": true,
121
+ "title": "SingleThreadAuditWorker"
122
+ }
123
+ },
124
+
514
125
 
515
126
 
516
127
  {
517
128
  "height": 1,
518
129
  "width": 24,
519
- "y": 27,
130
+ "y": 13,
520
131
  "x": 0,
521
132
  "type": "text",
522
133
  "properties": {
@@ -528,7 +139,7 @@ Resources:
528
139
  {
529
140
  "height": 3,
530
141
  "width": 3,
531
- "y": 28,
142
+ "y": 14,
532
143
  "x": 0,
533
144
  "type": "metric",
534
145
  "properties": {
@@ -546,7 +157,7 @@ Resources:
546
157
  {
547
158
  "height": 3,
548
159
  "width": 3,
549
- "y": 28,
160
+ "y": 14,
550
161
  "x": 3,
551
162
  "type": "metric",
552
163
  "properties": {
@@ -564,7 +175,7 @@ Resources:
564
175
  {
565
176
  "height": 3,
566
177
  "width": 3,
567
- "y": 28,
178
+ "y": 14,
568
179
  "x": 6,
569
180
  "type": "metric",
570
181
  "properties": {
@@ -582,7 +193,7 @@ Resources:
582
193
  {
583
194
  "height": 3,
584
195
  "width": 3,
585
- "y": 28,
196
+ "y": 14,
586
197
  "x": 9,
587
198
  "type": "metric",
588
199
  "properties": {
@@ -600,7 +211,7 @@ Resources:
600
211
  {
601
212
  "height": 3,
602
213
  "width": 3,
603
- "y": 28,
214
+ "y": 14,
604
215
  "x": 12,
605
216
  "type": "metric",
606
217
  "properties": {
@@ -618,7 +229,7 @@ Resources:
618
229
  {
619
230
  "height": 3,
620
231
  "width": 3,
621
- "y": 28,
232
+ "y": 14,
622
233
  "x": 15,
623
234
  "type": "metric",
624
235
  "properties": {
@@ -636,7 +247,7 @@ Resources:
636
247
  {
637
248
  "height": 3,
638
249
  "width": 3,
639
- "y": 28,
250
+ "y": 14,
640
251
  "x": 18,
641
252
  "type": "metric",
642
253
  "properties": {
@@ -654,7 +265,7 @@ Resources:
654
265
  {
655
266
  "height": 3,
656
267
  "width": 3,
657
- "y": 28,
268
+ "y": 14,
658
269
  "x": 21,
659
270
  "type": "metric",
660
271
  "properties": {
@@ -677,7 +288,7 @@ Resources:
677
288
  {
678
289
  "height": 3,
679
290
  "width": 3,
680
- "y": 31,
291
+ "y": 17,
681
292
  "x": 0,
682
293
  "type": "metric",
683
294
  "properties": {
@@ -698,7 +309,7 @@ Resources:
698
309
  {
699
310
  "height": 3,
700
311
  "width": 3,
701
- "y": 31,
312
+ "y": 17,
702
313
  "x": 3,
703
314
  "type": "metric",
704
315
  "properties": {
@@ -719,7 +330,7 @@ Resources:
719
330
  {
720
331
  "height": 3,
721
332
  "width": 12,
722
- "y": 31,
333
+ "y": 17,
723
334
  "x": 6,
724
335
  "type": "metric",
725
336
  "properties": {
@@ -743,7 +354,7 @@ Resources:
743
354
  {
744
355
  "height": 3,
745
356
  "width": 3,
746
- "y": 31,
357
+ "y": 17,
747
358
  "x": 18,
748
359
  "type": "metric",
749
360
  "properties": {
@@ -764,7 +375,7 @@ Resources:
764
375
  {
765
376
  "height": 3,
766
377
  "width": 3,
767
- "y": 31,
378
+ "y": 17,
768
379
  "x": 21,
769
380
  "type": "metric",
770
381
  "properties": {
@@ -786,11 +397,11 @@ Resources:
786
397
  {
787
398
  "height": 1,
788
399
  "width": 24,
789
- "y": 37,
400
+ "y": 23,
790
401
  "x": 0,
791
402
  "type": "text",
792
403
  "properties": {
793
- "markdown": "\n# GreetingsWorker\n"
404
+ "markdown": "\n# AuditWorker\n"
794
405
  }
795
406
  },
796
407
 
@@ -798,145 +409,145 @@ Resources:
798
409
  {
799
410
  "height": 3,
800
411
  "width": 3,
801
- "y": 38,
412
+ "y": 24,
802
413
  "x": 0,
803
414
  "type": "metric",
804
415
  "properties": {
805
416
  "metrics": [
806
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
417
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
807
418
  ],
808
419
  "view": "singleValue",
809
420
  "region": "us-east-1",
810
421
  "stat": "Sum",
811
422
  "period": 60,
812
423
  "sparkline": true,
813
- "title": "GreetingsWorker Processed/Min"
424
+ "title": "AuditWorker Processed/Min"
814
425
  }
815
426
  },
816
427
  {
817
428
  "height": 3,
818
429
  "width": 3,
819
- "y": 38,
430
+ "y": 24,
820
431
  "x": 3,
821
432
  "type": "metric",
822
433
  "properties": {
823
434
  "metrics": [
824
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
435
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
825
436
  ],
826
437
  "view": "singleValue",
827
438
  "region": "us-east-1",
828
439
  "stat": "Sum",
829
440
  "period": 60,
830
441
  "sparkline": true,
831
- "title": "GreetingsWorker Failed/Min"
442
+ "title": "AuditWorker Failed/Min"
832
443
  }
833
444
  },
834
445
  {
835
446
  "height": 3,
836
447
  "width": 3,
837
- "y": 38,
448
+ "y": 24,
838
449
  "x": 6,
839
450
  "type": "metric",
840
451
  "properties": {
841
452
  "metrics": [
842
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4" } ]
453
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4" } ]
843
454
  ],
844
455
  "view": "singleValue",
845
456
  "region": "us-east-1",
846
457
  "stat": "p60",
847
458
  "period": 60,
848
459
  "sparkline": true,
849
- "title": "GreetingsWorker p60"
460
+ "title": "AuditWorker p60"
850
461
  }
851
462
  },
852
463
  {
853
464
  "height": 3,
854
465
  "width": 3,
855
- "y": 38,
466
+ "y": 24,
856
467
  "x": 9,
857
468
  "type": "metric",
858
469
  "properties": {
859
470
  "metrics": [
860
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p70", "color": "#ff7f0e" } ]
471
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
861
472
  ],
862
473
  "view": "singleValue",
863
474
  "region": "us-east-1",
864
475
  "stat": "p70",
865
476
  "period": 60,
866
477
  "sparkline": true,
867
- "title": "GreetingsWorker p70"
478
+ "title": "AuditWorker p70"
868
479
  }
869
480
  },
870
481
  {
871
482
  "height": 3,
872
483
  "width": 3,
873
- "y": 38,
484
+ "y": 24,
874
485
  "x": 12,
875
486
  "type": "metric",
876
487
  "properties": {
877
488
  "metrics": [
878
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p80", "color": "#2ca02c" } ]
489
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p80", "color": "#2ca02c" } ]
879
490
  ],
880
491
  "view": "singleValue",
881
492
  "region": "us-east-1",
882
493
  "stat": "p80",
883
494
  "period": 60,
884
495
  "sparkline": true,
885
- "title": "GreetingsWorker p80"
496
+ "title": "AuditWorker p80"
886
497
  }
887
498
  },
888
499
  {
889
500
  "height": 3,
890
501
  "width": 3,
891
- "y": 38,
502
+ "y": 24,
892
503
  "x": 15,
893
504
  "type": "metric",
894
505
  "properties": {
895
506
  "metrics": [
896
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#d62728" } ]
507
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#d62728" } ]
897
508
  ],
898
509
  "view": "singleValue",
899
510
  "region": "us-east-1",
900
511
  "stat": "p90",
901
512
  "period": 60,
902
513
  "sparkline": true,
903
- "title": "GreetingsWorker p90"
514
+ "title": "AuditWorker p90"
904
515
  }
905
516
  },
906
517
  {
907
518
  "height": 3,
908
519
  "width": 3,
909
- "y": 38,
520
+ "y": 24,
910
521
  "x": 18,
911
522
  "type": "metric",
912
523
  "properties": {
913
524
  "metrics": [
914
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Min" } ]
525
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Min" } ]
915
526
  ],
916
527
  "view": "singleValue",
917
528
  "region": "us-east-1",
918
529
  "stat": "Minimum",
919
530
  "period": 60,
920
531
  "sparkline": true,
921
- "title": "GreetingsWorker Min"
532
+ "title": "AuditWorker Min"
922
533
  }
923
534
  },
924
535
  {
925
536
  "height": 3,
926
537
  "width": 3,
927
- "y": 38,
538
+ "y": 24,
928
539
  "x": 21,
929
540
  "type": "metric",
930
541
  "properties": {
931
542
  "metrics": [
932
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Max", "color": "#d62728" } ]
543
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Max", "color": "#d62728" } ]
933
544
  ],
934
545
  "view": "singleValue",
935
546
  "region": "us-east-1",
936
547
  "stat": "Maximum",
937
548
  "period": 60,
938
549
  "sparkline": true,
939
- "title": "GreetingsWorker Max"
550
+ "title": "AuditWorker Max"
940
551
  }
941
552
  },
942
553
 
@@ -947,17 +558,17 @@ Resources:
947
558
  {
948
559
  "height": 3,
949
560
  "width": 3,
950
- "y": 41,
561
+ "y": 27,
951
562
  "x": 0,
952
563
  "type": "metric",
953
564
  "properties": {
954
565
  "metrics": [
955
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
566
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
956
567
  ],
957
568
  "view": "timeSeries",
958
569
  "stacked": false,
959
570
  "region": "us-east-1",
960
- "title": "GreetingsWorker Processed Jobs",
571
+ "title": "AuditWorker Processed Jobs",
961
572
  "period": 60,
962
573
  "stat": "Sum",
963
574
  "legend": {
@@ -968,17 +579,17 @@ Resources:
968
579
  {
969
580
  "height": 3,
970
581
  "width": 3,
971
- "y": 41,
582
+ "y": 27,
972
583
  "x": 3,
973
584
  "type": "metric",
974
585
  "properties": {
975
586
  "metrics": [
976
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" }]
587
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" }]
977
588
  ],
978
589
  "view": "timeSeries",
979
590
  "stacked": false,
980
591
  "region": "us-east-1",
981
- "title": "GreetingsWorker Failed Jobs",
592
+ "title": "AuditWorker Failed Jobs",
982
593
  "period": 60,
983
594
  "stat": "Sum",
984
595
  "legend": {
@@ -989,12 +600,12 @@ Resources:
989
600
  {
990
601
  "height": 3,
991
602
  "width": 12,
992
- "y": 41,
603
+ "y": 27,
993
604
  "x": 6,
994
605
  "type": "metric",
995
606
  "properties": {
996
607
  "metrics": [
997
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "stat": "p90", "color": "#d62728" } ],
608
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
998
609
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
999
610
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
1000
611
  [ "...", { "color": "#1f77b4" } ]
@@ -1004,7 +615,7 @@ Resources:
1004
615
  "region": "us-east-1",
1005
616
  "stat": "p60",
1006
617
  "period": 60,
1007
- "title": "GreetingsWorker Duration Percentiles",
618
+ "title": "AuditWorker Duration Percentiles",
1008
619
  "legend": {
1009
620
  "position": "right"
1010
621
  }
@@ -1013,19 +624,19 @@ Resources:
1013
624
  {
1014
625
  "height": 3,
1015
626
  "width": 3,
1016
- "y": 41,
627
+ "y": 27,
1017
628
  "x": 18,
1018
629
  "type": "metric",
1019
630
  "properties": {
1020
631
  "metrics": [
1021
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ]
632
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ]
1022
633
  ],
1023
634
  "view": "timeSeries",
1024
635
  "stacked": false,
1025
636
  "region": "us-east-1",
1026
637
  "stat": "Minimum",
1027
638
  "period": 60,
1028
- "title": "GreetingsWorker Min",
639
+ "title": "AuditWorker Min",
1029
640
  "legend": {
1030
641
  "position": "hidden"
1031
642
  }
@@ -1034,19 +645,19 @@ Resources:
1034
645
  {
1035
646
  "height": 3,
1036
647
  "width": 3,
1037
- "y": 41,
648
+ "y": 27,
1038
649
  "x": 21,
1039
650
  "type": "metric",
1040
651
  "properties": {
1041
652
  "metrics": [
1042
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
653
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
1043
654
  ],
1044
655
  "view": "timeSeries",
1045
656
  "stacked": false,
1046
657
  "region": "us-east-1",
1047
658
  "stat": "Maximum",
1048
659
  "period": 60,
1049
- "title": "GreetingsWorker Max",
660
+ "title": "AuditWorker Max",
1050
661
  "legend": {
1051
662
  "position": "hidden"
1052
663
  }
@@ -1056,11 +667,11 @@ Resources:
1056
667
  {
1057
668
  "height": 1,
1058
669
  "width": 24,
1059
- "y": 47,
670
+ "y": 33,
1060
671
  "x": 0,
1061
672
  "type": "text",
1062
673
  "properties": {
1063
- "markdown": "\n# AuditWorker\n"
674
+ "markdown": "\n# GreetingsWorker\n"
1064
675
  }
1065
676
  },
1066
677
 
@@ -1068,145 +679,145 @@ Resources:
1068
679
  {
1069
680
  "height": 3,
1070
681
  "width": 3,
1071
- "y": 48,
682
+ "y": 34,
1072
683
  "x": 0,
1073
684
  "type": "metric",
1074
685
  "properties": {
1075
686
  "metrics": [
1076
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
687
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
1077
688
  ],
1078
689
  "view": "singleValue",
1079
690
  "region": "us-east-1",
1080
691
  "stat": "Sum",
1081
692
  "period": 60,
1082
693
  "sparkline": true,
1083
- "title": "AuditWorker Processed/Min"
694
+ "title": "GreetingsWorker Processed/Min"
1084
695
  }
1085
696
  },
1086
697
  {
1087
698
  "height": 3,
1088
699
  "width": 3,
1089
- "y": 48,
700
+ "y": 34,
1090
701
  "x": 3,
1091
702
  "type": "metric",
1092
703
  "properties": {
1093
704
  "metrics": [
1094
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
705
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
1095
706
  ],
1096
707
  "view": "singleValue",
1097
708
  "region": "us-east-1",
1098
709
  "stat": "Sum",
1099
710
  "period": 60,
1100
711
  "sparkline": true,
1101
- "title": "AuditWorker Failed/Min"
712
+ "title": "GreetingsWorker Failed/Min"
1102
713
  }
1103
714
  },
1104
715
  {
1105
716
  "height": 3,
1106
717
  "width": 3,
1107
- "y": 48,
718
+ "y": 34,
1108
719
  "x": 6,
1109
720
  "type": "metric",
1110
721
  "properties": {
1111
722
  "metrics": [
1112
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4" } ]
723
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4" } ]
1113
724
  ],
1114
725
  "view": "singleValue",
1115
726
  "region": "us-east-1",
1116
727
  "stat": "p60",
1117
728
  "period": 60,
1118
729
  "sparkline": true,
1119
- "title": "AuditWorker p60"
730
+ "title": "GreetingsWorker p60"
1120
731
  }
1121
732
  },
1122
733
  {
1123
734
  "height": 3,
1124
735
  "width": 3,
1125
- "y": 48,
736
+ "y": 34,
1126
737
  "x": 9,
1127
738
  "type": "metric",
1128
739
  "properties": {
1129
740
  "metrics": [
1130
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
741
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p70", "color": "#ff7f0e" } ]
1131
742
  ],
1132
743
  "view": "singleValue",
1133
744
  "region": "us-east-1",
1134
745
  "stat": "p70",
1135
746
  "period": 60,
1136
747
  "sparkline": true,
1137
- "title": "AuditWorker p70"
748
+ "title": "GreetingsWorker p70"
1138
749
  }
1139
750
  },
1140
751
  {
1141
752
  "height": 3,
1142
753
  "width": 3,
1143
- "y": 48,
754
+ "y": 34,
1144
755
  "x": 12,
1145
756
  "type": "metric",
1146
757
  "properties": {
1147
758
  "metrics": [
1148
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p80", "color": "#2ca02c" } ]
759
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p80", "color": "#2ca02c" } ]
1149
760
  ],
1150
761
  "view": "singleValue",
1151
762
  "region": "us-east-1",
1152
763
  "stat": "p80",
1153
764
  "period": 60,
1154
765
  "sparkline": true,
1155
- "title": "AuditWorker p80"
766
+ "title": "GreetingsWorker p80"
1156
767
  }
1157
768
  },
1158
769
  {
1159
770
  "height": 3,
1160
771
  "width": 3,
1161
- "y": 48,
772
+ "y": 34,
1162
773
  "x": 15,
1163
774
  "type": "metric",
1164
775
  "properties": {
1165
776
  "metrics": [
1166
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#d62728" } ]
777
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#d62728" } ]
1167
778
  ],
1168
779
  "view": "singleValue",
1169
780
  "region": "us-east-1",
1170
781
  "stat": "p90",
1171
782
  "period": 60,
1172
783
  "sparkline": true,
1173
- "title": "AuditWorker p90"
784
+ "title": "GreetingsWorker p90"
1174
785
  }
1175
786
  },
1176
787
  {
1177
788
  "height": 3,
1178
789
  "width": 3,
1179
- "y": 48,
790
+ "y": 34,
1180
791
  "x": 18,
1181
792
  "type": "metric",
1182
793
  "properties": {
1183
794
  "metrics": [
1184
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Min" } ]
795
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Min" } ]
1185
796
  ],
1186
797
  "view": "singleValue",
1187
798
  "region": "us-east-1",
1188
799
  "stat": "Minimum",
1189
800
  "period": 60,
1190
801
  "sparkline": true,
1191
- "title": "AuditWorker Min"
802
+ "title": "GreetingsWorker Min"
1192
803
  }
1193
804
  },
1194
805
  {
1195
806
  "height": 3,
1196
807
  "width": 3,
1197
- "y": 48,
808
+ "y": 34,
1198
809
  "x": 21,
1199
810
  "type": "metric",
1200
811
  "properties": {
1201
812
  "metrics": [
1202
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Max", "color": "#d62728" } ]
813
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Max", "color": "#d62728" } ]
1203
814
  ],
1204
815
  "view": "singleValue",
1205
816
  "region": "us-east-1",
1206
817
  "stat": "Maximum",
1207
818
  "period": 60,
1208
819
  "sparkline": true,
1209
- "title": "AuditWorker Max"
820
+ "title": "GreetingsWorker Max"
1210
821
  }
1211
822
  },
1212
823
 
@@ -1217,17 +828,17 @@ Resources:
1217
828
  {
1218
829
  "height": 3,
1219
830
  "width": 3,
1220
- "y": 51,
831
+ "y": 37,
1221
832
  "x": 0,
1222
833
  "type": "metric",
1223
834
  "properties": {
1224
835
  "metrics": [
1225
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
836
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
1226
837
  ],
1227
838
  "view": "timeSeries",
1228
839
  "stacked": false,
1229
840
  "region": "us-east-1",
1230
- "title": "AuditWorker Processed Jobs",
841
+ "title": "GreetingsWorker Processed Jobs",
1231
842
  "period": 60,
1232
843
  "stat": "Sum",
1233
844
  "legend": {
@@ -1238,17 +849,17 @@ Resources:
1238
849
  {
1239
850
  "height": 3,
1240
851
  "width": 3,
1241
- "y": 51,
852
+ "y": 37,
1242
853
  "x": 3,
1243
854
  "type": "metric",
1244
855
  "properties": {
1245
856
  "metrics": [
1246
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" }]
857
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" }]
1247
858
  ],
1248
859
  "view": "timeSeries",
1249
860
  "stacked": false,
1250
861
  "region": "us-east-1",
1251
- "title": "AuditWorker Failed Jobs",
862
+ "title": "GreetingsWorker Failed Jobs",
1252
863
  "period": 60,
1253
864
  "stat": "Sum",
1254
865
  "legend": {
@@ -1259,12 +870,12 @@ Resources:
1259
870
  {
1260
871
  "height": 3,
1261
872
  "width": 12,
1262
- "y": 51,
873
+ "y": 37,
1263
874
  "x": 6,
1264
875
  "type": "metric",
1265
876
  "properties": {
1266
877
  "metrics": [
1267
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
878
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "stat": "p90", "color": "#d62728" } ],
1268
879
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
1269
880
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
1270
881
  [ "...", { "color": "#1f77b4" } ]
@@ -1274,7 +885,7 @@ Resources:
1274
885
  "region": "us-east-1",
1275
886
  "stat": "p60",
1276
887
  "period": 60,
1277
- "title": "AuditWorker Duration Percentiles",
888
+ "title": "GreetingsWorker Duration Percentiles",
1278
889
  "legend": {
1279
890
  "position": "right"
1280
891
  }
@@ -1283,19 +894,19 @@ Resources:
1283
894
  {
1284
895
  "height": 3,
1285
896
  "width": 3,
1286
- "y": 51,
897
+ "y": 37,
1287
898
  "x": 18,
1288
899
  "type": "metric",
1289
900
  "properties": {
1290
901
  "metrics": [
1291
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ]
902
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ]
1292
903
  ],
1293
904
  "view": "timeSeries",
1294
905
  "stacked": false,
1295
906
  "region": "us-east-1",
1296
907
  "stat": "Minimum",
1297
908
  "period": 60,
1298
- "title": "AuditWorker Min",
909
+ "title": "GreetingsWorker Min",
1299
910
  "legend": {
1300
911
  "position": "hidden"
1301
912
  }
@@ -1304,19 +915,19 @@ Resources:
1304
915
  {
1305
916
  "height": 3,
1306
917
  "width": 3,
1307
- "y": 51,
918
+ "y": 37,
1308
919
  "x": 21,
1309
920
  "type": "metric",
1310
921
  "properties": {
1311
922
  "metrics": [
1312
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
923
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
1313
924
  ],
1314
925
  "view": "timeSeries",
1315
926
  "stacked": false,
1316
927
  "region": "us-east-1",
1317
928
  "stat": "Maximum",
1318
929
  "period": 60,
1319
- "title": "AuditWorker Max",
930
+ "title": "GreetingsWorker Max",
1320
931
  "legend": {
1321
932
  "position": "hidden"
1322
933
  }
@@ -1326,7 +937,7 @@ Resources:
1326
937
  {
1327
938
  "height": 1,
1328
939
  "width": 24,
1329
- "y": 57,
940
+ "y": 43,
1330
941
  "x": 0,
1331
942
  "type": "text",
1332
943
  "properties": {
@@ -1338,7 +949,7 @@ Resources:
1338
949
  {
1339
950
  "height": 3,
1340
951
  "width": 3,
1341
- "y": 58,
952
+ "y": 44,
1342
953
  "x": 0,
1343
954
  "type": "metric",
1344
955
  "properties": {
@@ -1356,7 +967,7 @@ Resources:
1356
967
  {
1357
968
  "height": 3,
1358
969
  "width": 3,
1359
- "y": 58,
970
+ "y": 44,
1360
971
  "x": 3,
1361
972
  "type": "metric",
1362
973
  "properties": {
@@ -1374,7 +985,7 @@ Resources:
1374
985
  {
1375
986
  "height": 3,
1376
987
  "width": 3,
1377
- "y": 58,
988
+ "y": 44,
1378
989
  "x": 6,
1379
990
  "type": "metric",
1380
991
  "properties": {
@@ -1392,7 +1003,7 @@ Resources:
1392
1003
  {
1393
1004
  "height": 3,
1394
1005
  "width": 3,
1395
- "y": 58,
1006
+ "y": 44,
1396
1007
  "x": 9,
1397
1008
  "type": "metric",
1398
1009
  "properties": {
@@ -1410,7 +1021,7 @@ Resources:
1410
1021
  {
1411
1022
  "height": 3,
1412
1023
  "width": 3,
1413
- "y": 58,
1024
+ "y": 44,
1414
1025
  "x": 12,
1415
1026
  "type": "metric",
1416
1027
  "properties": {
@@ -1428,7 +1039,7 @@ Resources:
1428
1039
  {
1429
1040
  "height": 3,
1430
1041
  "width": 3,
1431
- "y": 58,
1042
+ "y": 44,
1432
1043
  "x": 15,
1433
1044
  "type": "metric",
1434
1045
  "properties": {
@@ -1446,7 +1057,7 @@ Resources:
1446
1057
  {
1447
1058
  "height": 3,
1448
1059
  "width": 3,
1449
- "y": 58,
1060
+ "y": 44,
1450
1061
  "x": 18,
1451
1062
  "type": "metric",
1452
1063
  "properties": {
@@ -1464,7 +1075,7 @@ Resources:
1464
1075
  {
1465
1076
  "height": 3,
1466
1077
  "width": 3,
1467
- "y": 58,
1078
+ "y": 44,
1468
1079
  "x": 21,
1469
1080
  "type": "metric",
1470
1081
  "properties": {
@@ -1487,7 +1098,7 @@ Resources:
1487
1098
  {
1488
1099
  "height": 3,
1489
1100
  "width": 3,
1490
- "y": 61,
1101
+ "y": 47,
1491
1102
  "x": 0,
1492
1103
  "type": "metric",
1493
1104
  "properties": {
@@ -1508,7 +1119,7 @@ Resources:
1508
1119
  {
1509
1120
  "height": 3,
1510
1121
  "width": 3,
1511
- "y": 61,
1122
+ "y": 47,
1512
1123
  "x": 3,
1513
1124
  "type": "metric",
1514
1125
  "properties": {
@@ -1529,7 +1140,7 @@ Resources:
1529
1140
  {
1530
1141
  "height": 3,
1531
1142
  "width": 12,
1532
- "y": 61,
1143
+ "y": 47,
1533
1144
  "x": 6,
1534
1145
  "type": "metric",
1535
1146
  "properties": {
@@ -1553,7 +1164,7 @@ Resources:
1553
1164
  {
1554
1165
  "height": 3,
1555
1166
  "width": 3,
1556
- "y": 61,
1167
+ "y": 47,
1557
1168
  "x": 18,
1558
1169
  "type": "metric",
1559
1170
  "properties": {
@@ -1574,7 +1185,7 @@ Resources:
1574
1185
  {
1575
1186
  "height": 3,
1576
1187
  "width": 3,
1577
- "y": 61,
1188
+ "y": 47,
1578
1189
  "x": 21,
1579
1190
  "type": "metric",
1580
1191
  "properties": {
@@ -1594,110 +1205,10 @@ Resources:
1594
1205
  },
1595
1206
 
1596
1207
 
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", "HelloWorker" ],
1606
- [ ".", "failed", ".", "." ],
1607
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
1608
- [ ".", "failed", ".", "." ],
1609
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
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
- },
1622
-
1623
- {
1624
- "height": 6,
1625
- "width": 12,
1626
- "y": 67,
1627
- "x": 12,
1628
- "type": "metric",
1629
- "properties": {
1630
- "metrics": [
1631
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
1632
- [ "...", { "stat": "p99" } ],
1633
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
1634
- [ "...", { "stat": "p99" } ],
1635
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
1636
- [ "...", { "stat": "p99" } ],
1637
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ],
1638
- [ "...", { "stat": "p99" } ]
1639
- ],
1640
- "view": "timeSeries",
1641
- "stacked": false,
1642
- "region": "us-east-1",
1643
- "stat": "Average",
1644
- "period": 60,
1645
- "title": "Job Duration by Worker"
1646
- }
1647
- },
1648
-
1649
-
1650
-
1651
-
1652
- {
1653
- "height": 6,
1654
- "width": 12,
1655
- "y": 73,
1656
- "x": 12,
1657
- "type": "metric",
1658
- "properties": {
1659
- "metrics": [
1660
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "default" ],
1661
- [ "...", { "stat": "p99" } ],
1662
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "low_concurrency" ],
1663
- [ "...", { "stat": "p99" } ]
1664
- ],
1665
- "view": "timeSeries",
1666
- "stacked": false,
1667
- "region": "us-east-1",
1668
- "stat": "Average",
1669
- "period": 60,
1670
- "title": "Job Duration by Queue"
1671
- }
1672
- },
1673
- {
1674
- "height": 6,
1675
- "width": 12,
1676
- "y": 73,
1677
- "x": 0,
1678
- "type": "metric",
1679
- "properties": {
1680
- "metrics": [
1681
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "default" ],
1682
- [ ".", "failed", ".", "." ],
1683
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "low_concurrency" ],
1684
- [ ".", "failed", ".", "." ]
1685
- ],
1686
- "view": "timeSeries",
1687
- "stacked": false,
1688
- "region": "us-east-1",
1689
- "title": "Process/Failed Jobs By Queue",
1690
- "period": 60,
1691
- "stat": "Sum"
1692
- }
1693
- },
1694
-
1695
-
1696
-
1697
1208
  {
1698
1209
  "height": 3,
1699
1210
  "width": 24,
1700
- "y": 76,
1211
+ "y": 53,
1701
1212
  "x": 0,
1702
1213
  "type": "text",
1703
1214
  "properties": {
@@ -1710,7 +1221,7 @@ Resources:
1710
1221
  {
1711
1222
  "height": 3,
1712
1223
  "width": 6,
1713
- "y": 82,
1224
+ "y": 59,
1714
1225
  "x": 0,
1715
1226
  "type": "text",
1716
1227
  "properties": {
@@ -1720,7 +1231,7 @@ Resources:
1720
1231
  {
1721
1232
  "height": 3,
1722
1233
  "width": 3,
1723
- "y": 82,
1234
+ "y": 59,
1724
1235
  "x": 6,
1725
1236
  "type": "metric",
1726
1237
  "properties": {
@@ -1738,7 +1249,7 @@ Resources:
1738
1249
  {
1739
1250
  "height": 3,
1740
1251
  "width": 15,
1741
- "y": 82,
1252
+ "y": 59,
1742
1253
  "x": 9,
1743
1254
  "type": "metric",
1744
1255
  "properties": {
@@ -1762,7 +1273,7 @@ Resources:
1762
1273
  {
1763
1274
  "height": 6,
1764
1275
  "width": 9,
1765
- "y": 85,
1276
+ "y": 62,
1766
1277
  "x": 0,
1767
1278
  "type": "metric",
1768
1279
  "properties": {
@@ -1788,7 +1299,7 @@ Resources:
1788
1299
  {
1789
1300
  "height": 6,
1790
1301
  "width": 9,
1791
- "y": 85,
1302
+ "y": 62,
1792
1303
  "x": 9,
1793
1304
  "type": "metric",
1794
1305
  "properties": {
@@ -1809,7 +1320,7 @@ Resources:
1809
1320
  {
1810
1321
  "height": 3,
1811
1322
  "width": 6,
1812
- "y": 85,
1323
+ "y": 62,
1813
1324
  "x": 18,
1814
1325
  "type": "metric",
1815
1326
  "properties": {
@@ -1836,7 +1347,7 @@ Resources:
1836
1347
  {
1837
1348
  "height": 3,
1838
1349
  "width": 6,
1839
- "y": 88,
1350
+ "y": 65,
1840
1351
  "x": 18,
1841
1352
  "type": "metric",
1842
1353
  "properties": {
@@ -1858,7 +1369,7 @@ Resources:
1858
1369
  {
1859
1370
  "height": 3,
1860
1371
  "width": 6,
1861
- "y": 91,
1372
+ "y": 68,
1862
1373
  "x": 0,
1863
1374
  "type": "text",
1864
1375
  "properties": {
@@ -1868,7 +1379,7 @@ Resources:
1868
1379
  {
1869
1380
  "height": 3,
1870
1381
  "width": 3,
1871
- "y": 91,
1382
+ "y": 68,
1872
1383
  "x": 6,
1873
1384
  "type": "metric",
1874
1385
  "properties": {
@@ -1887,7 +1398,7 @@ Resources:
1887
1398
  {
1888
1399
  "height": 3,
1889
1400
  "width": 15,
1890
- "y": 91,
1401
+ "y": 68,
1891
1402
  "x": 9,
1892
1403
  "type": "metric",
1893
1404
  "properties": {
@@ -1910,7 +1421,7 @@ Resources:
1910
1421
  {
1911
1422
  "height": 6,
1912
1423
  "width": 9,
1913
- "y": 94,
1424
+ "y": 71,
1914
1425
  "x": 0,
1915
1426
  "type": "metric",
1916
1427
  "properties": {
@@ -1940,7 +1451,7 @@ Resources:
1940
1451
  {
1941
1452
  "height": 6,
1942
1453
  "width": 9,
1943
- "y": 94,
1454
+ "y": 71,
1944
1455
  "x": 9,
1945
1456
  "type": "metric",
1946
1457
  "properties": {
@@ -1961,7 +1472,7 @@ Resources:
1961
1472
  {
1962
1473
  "height": 3,
1963
1474
  "width": 6,
1964
- "y": 94,
1475
+ "y": 71,
1965
1476
  "x": 18,
1966
1477
  "type": "metric",
1967
1478
  "properties": {
@@ -1987,7 +1498,7 @@ Resources:
1987
1498
  {
1988
1499
  "height": 3,
1989
1500
  "width": 6,
1990
- "y": 97,
1501
+ "y": 74,
1991
1502
  "x": 18,
1992
1503
  "type": "metric",
1993
1504
  "properties": {
@@ -2008,7 +1519,7 @@ Resources:
2008
1519
  {
2009
1520
  "height": 3,
2010
1521
  "width": 6,
2011
- "y": 100,
1522
+ "y": 77,
2012
1523
  "x": 0,
2013
1524
  "type": "text",
2014
1525
  "properties": {
@@ -2018,7 +1529,7 @@ Resources:
2018
1529
  {
2019
1530
  "height": 3,
2020
1531
  "width": 3,
2021
- "y": 100,
1532
+ "y": 77,
2022
1533
  "x": 6,
2023
1534
  "type": "metric",
2024
1535
  "properties": {
@@ -2037,7 +1548,7 @@ Resources:
2037
1548
  {
2038
1549
  "height": 3,
2039
1550
  "width": 15,
2040
- "y": 100,
1551
+ "y": 77,
2041
1552
  "x": 9,
2042
1553
  "type": "metric",
2043
1554
  "properties": {
@@ -2060,7 +1571,7 @@ Resources:
2060
1571
  {
2061
1572
  "height": 6,
2062
1573
  "width": 9,
2063
- "y": 103,
1574
+ "y": 80,
2064
1575
  "x": 0,
2065
1576
  "type": "metric",
2066
1577
  "properties": {
@@ -2090,7 +1601,7 @@ Resources:
2090
1601
  {
2091
1602
  "height": 6,
2092
1603
  "width": 9,
2093
- "y": 103,
1604
+ "y": 80,
2094
1605
  "x": 9,
2095
1606
  "type": "metric",
2096
1607
  "properties": {
@@ -2111,7 +1622,7 @@ Resources:
2111
1622
  {
2112
1623
  "height": 3,
2113
1624
  "width": 6,
2114
- "y": 103,
1625
+ "y": 80,
2115
1626
  "x": 18,
2116
1627
  "type": "metric",
2117
1628
  "properties": {
@@ -2137,7 +1648,7 @@ Resources:
2137
1648
  {
2138
1649
  "height": 3,
2139
1650
  "width": 6,
2140
- "y": 106,
1651
+ "y": 83,
2141
1652
  "x": 18,
2142
1653
  "type": "metric",
2143
1654
  "properties": {
@@ -2161,7 +1672,7 @@ Resources:
2161
1672
  {
2162
1673
  "height": 3,
2163
1674
  "width": 6,
2164
- "y": 109,
1675
+ "y": 86,
2165
1676
  "x": 0,
2166
1677
  "type": "text",
2167
1678
  "properties": {
@@ -2171,7 +1682,7 @@ Resources:
2171
1682
  {
2172
1683
  "height": 3,
2173
1684
  "width": 3,
2174
- "y": 109,
1685
+ "y": 86,
2175
1686
  "x": 6,
2176
1687
  "type": "metric",
2177
1688
  "properties": {
@@ -2189,7 +1700,7 @@ Resources:
2189
1700
  {
2190
1701
  "height": 3,
2191
1702
  "width": 15,
2192
- "y": 109,
1703
+ "y": 86,
2193
1704
  "x": 9,
2194
1705
  "type": "metric",
2195
1706
  "properties": {
@@ -2214,7 +1725,7 @@ Resources:
2214
1725
  {
2215
1726
  "height": 3,
2216
1727
  "width": 6,
2217
- "y": 112,
1728
+ "y": 89,
2218
1729
  "x": 18,
2219
1730
  "type": "metric",
2220
1731
  "properties": {
@@ -2239,7 +1750,7 @@ Resources:
2239
1750
  {
2240
1751
  "height": 3,
2241
1752
  "width": 9,
2242
- "y": 112,
1753
+ "y": 89,
2243
1754
  "x": 9,
2244
1755
  "type": "metric",
2245
1756
  "properties": {
@@ -2260,7 +1771,7 @@ Resources:
2260
1771
  {
2261
1772
  "height": 3,
2262
1773
  "width": 9,
2263
- "y": 112,
1774
+ "y": 89,
2264
1775
  "x": 0,
2265
1776
  "type": "metric",
2266
1777
  "properties": {
@@ -2282,7 +1793,7 @@ Resources:
2282
1793
  {
2283
1794
  "height": 3,
2284
1795
  "width": 9,
2285
- "y": 115,
1796
+ "y": 92,
2286
1797
  "x": 0,
2287
1798
  "type": "metric",
2288
1799
  "properties": {
@@ -2304,7 +1815,7 @@ Resources:
2304
1815
  {
2305
1816
  "height": 3,
2306
1817
  "width": 6,
2307
- "y": 115,
1818
+ "y": 92,
2308
1819
  "x": 18,
2309
1820
  "type": "metric",
2310
1821
  "properties": {
@@ -2322,7 +1833,7 @@ Resources:
2322
1833
  {
2323
1834
  "height": 3,
2324
1835
  "width": 9,
2325
- "y": 115,
1836
+ "y": 92,
2326
1837
  "x": 9,
2327
1838
  "type": "metric",
2328
1839
  "properties": {
@@ -2348,7 +1859,7 @@ Resources:
2348
1859
  {
2349
1860
  "height": 3,
2350
1861
  "width": 18,
2351
- "y": 118,
1862
+ "y": 95,
2352
1863
  "x": 0,
2353
1864
  "type": "metric",
2354
1865
  "properties": {
@@ -2372,7 +1883,7 @@ Resources:
2372
1883
  {
2373
1884
  "height": 3,
2374
1885
  "width": 6,
2375
- "y": 118,
1886
+ "y": 95,
2376
1887
  "x": 18,
2377
1888
  "type": "metric",
2378
1889
  "properties": {