funktor 0.7.14 → 0.7.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,285 +21,14 @@ 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", "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# Worker Overviews\n"
200
- }
201
- },
202
-
203
-
204
-
205
- {
206
- "height": 5,
207
- "width": 8,
208
- "y": 16,
209
- "x": 0,
210
- "type": "metric",
211
- "properties": {
212
- "metrics": [
213
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker", { "color": "#2ca02c" } ],
214
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
215
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ],
216
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
217
- ],
218
- "view": "singleValue",
219
- "region": "us-east-1",
220
- "stat": "Sum",
221
- "period": 60,
222
- "sparkline": true,
223
- "title": "HelloWorker"
224
- }
225
- },
226
-
227
- {
228
- "height": 5,
229
- "width": 8,
230
- "y": 16,
231
- "x": 8,
232
- "type": "metric",
233
- "properties": {
234
- "metrics": [
235
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker", { "color": "#2ca02c" } ],
236
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
237
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ],
238
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
239
- ],
240
- "view": "singleValue",
241
- "region": "us-east-1",
242
- "stat": "Sum",
243
- "period": 60,
244
- "sparkline": true,
245
- "title": "GreetingsWorker"
246
- }
247
- },
248
-
249
- {
250
- "height": 5,
251
- "width": 8,
252
- "y": 16,
253
- "x": 16,
254
- "type": "metric",
255
- "properties": {
256
- "metrics": [
257
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker", { "color": "#2ca02c" } ],
258
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
259
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ],
260
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
261
- ],
262
- "view": "singleValue",
263
- "region": "us-east-1",
264
- "stat": "Sum",
265
- "period": 60,
266
- "sparkline": true,
267
- "title": "AuditWorker"
268
- }
269
- },
270
-
271
- {
272
- "height": 5,
273
- "width": 8,
274
- "y": 21,
275
- "x": 0,
276
- "type": "metric",
277
- "properties": {
278
- "metrics": [
279
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#2ca02c" } ],
280
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
281
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ],
282
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
283
- ],
284
- "view": "singleValue",
285
- "region": "us-east-1",
286
- "stat": "Sum",
287
- "period": 60,
288
- "sparkline": true,
289
- "title": "SingleThreadAuditWorker"
290
- }
291
- },
292
-
293
-
294
-
295
24
  {
296
25
  "height": 1,
297
26
  "width": 24,
298
- "y": 26,
27
+ "y": 3,
299
28
  "x": 0,
300
29
  "type": "text",
301
30
  "properties": {
302
- "markdown": "\n# Worker Overviews Redux\n"
31
+ "markdown": "\n# Primary Workers Overview \n"
303
32
  }
304
33
  },
305
34
 
@@ -308,7 +37,7 @@ Resources:
308
37
  {
309
38
  "height": 9,
310
39
  "width": 4,
311
- "y": 27,
40
+ "y": 4,
312
41
  "x": 0,
313
42
  "type": "metric",
314
43
  "properties": {
@@ -330,31 +59,9 @@ Resources:
330
59
  {
331
60
  "height": 9,
332
61
  "width": 4,
333
- "y": 27,
62
+ "y": 4,
334
63
  "x": 4,
335
64
  "type": "metric",
336
- "properties": {
337
- "metrics": [
338
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker", { "color": "#2ca02c" } ],
339
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ],
340
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
341
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
342
- ],
343
- "view": "singleValue",
344
- "region": "us-east-1",
345
- "stat": "Sum",
346
- "period": 60,
347
- "sparkline": true,
348
- "title": "GreetingsWorker"
349
- }
350
- },
351
-
352
- {
353
- "height": 9,
354
- "width": 4,
355
- "y": 27,
356
- "x": 8,
357
- "type": "metric",
358
65
  "properties": {
359
66
  "metrics": [
360
67
  [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker", { "color": "#2ca02c" } ],
@@ -365,642 +72,62 @@ Resources:
365
72
  "view": "singleValue",
366
73
  "region": "us-east-1",
367
74
  "stat": "Sum",
368
- "period": 60,
369
- "sparkline": true,
370
- "title": "AuditWorker"
371
- }
372
- },
373
-
374
- {
375
- "height": 9,
376
- "width": 4,
377
- "y": 27,
378
- "x": 12,
379
- "type": "metric",
380
- "properties": {
381
- "metrics": [
382
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#2ca02c" } ],
383
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ],
384
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
385
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
386
- ],
387
- "view": "singleValue",
388
- "region": "us-east-1",
389
- "stat": "Sum",
390
- "period": 60,
391
- "sparkline": true,
392
- "title": "SingleThreadAuditWorker"
393
- }
394
- },
395
-
396
-
397
-
398
- {
399
- "height": 1,
400
- "width": 24,
401
- "y": 36,
402
- "x": 0,
403
- "type": "text",
404
- "properties": {
405
- "markdown": "\n# Jobs Per Minute By Worker\n"
406
- }
407
- },
408
-
409
-
410
-
411
- {
412
- "height": 3,
413
- "width": 3,
414
- "y": 37,
415
- "x": 0,
416
- "type": "metric",
417
- "properties": {
418
- "metrics": [
419
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
420
- ],
421
- "view": "singleValue",
422
- "region": "us-east-1",
423
- "stat": "Sum",
424
- "period": 60,
425
- "sparkline": true,
426
- "title": "HelloWorker"
427
- }
428
- },
429
-
430
- {
431
- "height": 3,
432
- "width": 3,
433
- "y": 37,
434
- "x": 3,
435
- "type": "metric",
436
- "properties": {
437
- "metrics": [
438
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
439
- ],
440
- "view": "singleValue",
441
- "region": "us-east-1",
442
- "stat": "Sum",
443
- "period": 60,
444
- "sparkline": true,
445
- "title": "GreetingsWorker"
446
- }
447
- },
448
-
449
- {
450
- "height": 3,
451
- "width": 3,
452
- "y": 37,
453
- "x": 6,
454
- "type": "metric",
455
- "properties": {
456
- "metrics": [
457
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
458
- ],
459
- "view": "singleValue",
460
- "region": "us-east-1",
461
- "stat": "Sum",
462
- "period": 60,
463
- "sparkline": true,
464
- "title": "AuditWorker"
465
- }
466
- },
467
-
468
- {
469
- "height": 3,
470
- "width": 3,
471
- "y": 37,
472
- "x": 9,
473
- "type": "metric",
474
- "properties": {
475
- "metrics": [
476
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ]
477
- ],
478
- "view": "singleValue",
479
- "region": "us-east-1",
480
- "stat": "Sum",
481
- "period": 60,
482
- "sparkline": true,
483
- "title": "SingleThreadAuditWorker"
484
- }
485
- },
486
-
487
-
488
- {
489
- "height": 1,
490
- "width": 24,
491
- "y": 40,
492
- "x": 0,
493
- "type": "text",
494
- "properties": {
495
- "markdown": "\n# Failures Per Minute By Worker\n"
496
- }
497
- },
498
-
499
-
500
-
501
- {
502
- "height": 3,
503
- "width": 3,
504
- "y": 41,
505
- "x": 0,
506
- "type": "metric",
507
- "properties": {
508
- "metrics": [
509
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker" ]
510
- ],
511
- "view": "singleValue",
512
- "region": "us-east-1",
513
- "stat": "Sum",
514
- "period": 60,
515
- "sparkline": true,
516
- "title": "HelloWorker"
517
- }
518
- },
519
-
520
- {
521
- "height": 3,
522
- "width": 3,
523
- "y": 41,
524
- "x": 3,
525
- "type": "metric",
526
- "properties": {
527
- "metrics": [
528
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker" ]
529
- ],
530
- "view": "singleValue",
531
- "region": "us-east-1",
532
- "stat": "Sum",
533
- "period": 60,
534
- "sparkline": true,
535
- "title": "GreetingsWorker"
536
- }
537
- },
538
-
539
- {
540
- "height": 3,
541
- "width": 3,
542
- "y": 41,
543
- "x": 6,
544
- "type": "metric",
545
- "properties": {
546
- "metrics": [
547
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker" ]
548
- ],
549
- "view": "singleValue",
550
- "region": "us-east-1",
551
- "stat": "Sum",
552
- "period": 60,
553
- "sparkline": true,
554
- "title": "AuditWorker"
555
- }
556
- },
557
-
558
- {
559
- "height": 3,
560
- "width": 3,
561
- "y": 41,
562
- "x": 9,
563
- "type": "metric",
564
- "properties": {
565
- "metrics": [
566
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker" ]
567
- ],
568
- "view": "singleValue",
569
- "region": "us-east-1",
570
- "stat": "Sum",
571
- "period": 60,
572
- "sparkline": true,
573
- "title": "SingleThreadAuditWorker"
574
- }
575
- },
576
-
577
-
578
- {
579
- "height": 1,
580
- "width": 24,
581
- "y": 44,
582
- "x": 0,
583
- "type": "text",
584
- "properties": {
585
- "markdown": "\n# Duration Percentiles By Worker\n"
586
- }
587
- },
588
-
589
-
590
-
591
- {
592
- "height": 5,
593
- "width": 3,
594
- "y": 45,
595
- "x": 0,
596
- "type": "metric",
597
- "properties": {
598
- "metrics": [
599
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "color": "#d62728", "label": "p90"} ],
600
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "color": "#1f77b4", "label": "p60", "stat": "p60"} ]
601
- ],
602
- "view": "singleValue",
603
- "region": "us-east-1",
604
- "stat": "p90",
605
- "period": 60,
606
- "sparkline": true,
607
- "title": "HelloWorker"
608
- }
609
- },
610
-
611
- {
612
- "height": 5,
613
- "width": 3,
614
- "y": 45,
615
- "x": 3,
616
- "type": "metric",
617
- "properties": {
618
- "metrics": [
619
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#d62728", "label": "p90"} ],
620
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#1f77b4", "label": "p60", "stat": "p60"} ]
621
- ],
622
- "view": "singleValue",
623
- "region": "us-east-1",
624
- "stat": "p90",
625
- "period": 60,
626
- "sparkline": true,
627
- "title": "GreetingsWorker"
628
- }
629
- },
630
-
631
- {
632
- "height": 5,
633
- "width": 3,
634
- "y": 45,
635
- "x": 6,
636
- "type": "metric",
637
- "properties": {
638
- "metrics": [
639
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728", "label": "p90"} ],
640
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#1f77b4", "label": "p60", "stat": "p60"} ]
641
- ],
642
- "view": "singleValue",
643
- "region": "us-east-1",
644
- "stat": "p90",
645
- "period": 60,
646
- "sparkline": true,
647
- "title": "AuditWorker"
648
- }
649
- },
650
-
651
- {
652
- "height": 5,
653
- "width": 3,
654
- "y": 45,
655
- "x": 9,
656
- "type": "metric",
657
- "properties": {
658
- "metrics": [
659
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728", "label": "p90"} ],
660
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#1f77b4", "label": "p60", "stat": "p60"} ]
661
- ],
662
- "view": "singleValue",
663
- "region": "us-east-1",
664
- "stat": "p90",
665
- "period": 60,
666
- "sparkline": true,
667
- "title": "SingleThreadAuditWorker"
668
- }
669
- },
670
-
671
-
672
-
673
-
674
-
675
-
676
- {
677
- "height": 1,
678
- "width": 24,
679
- "y": 50,
680
- "x": 0,
681
- "type": "text",
682
- "properties": {
683
- "markdown": "\n# Jobs Per Minute By Worker\n"
684
- }
685
- },
686
-
687
-
688
-
689
-
690
- {
691
- "height": 3,
692
- "width": 4,
693
- "y": 51,
694
- "x": 0,
695
- "type": "metric",
696
- "properties": {
697
- "metrics": [
698
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
699
- ],
700
- "view": "timeSeries",
701
- "stacked": false,
702
- "region": "us-east-1",
703
- "title": "HelloWorker Jobs/Min",
704
- "period": 60,
705
- "stat": "Sum",
706
- "legend": {
707
- "position": "hidden"
708
- }
709
- }
710
- },
711
-
712
- {
713
- "height": 3,
714
- "width": 4,
715
- "y": 51,
716
- "x": 4,
717
- "type": "metric",
718
- "properties": {
719
- "metrics": [
720
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
721
- ],
722
- "view": "timeSeries",
723
- "stacked": false,
724
- "region": "us-east-1",
725
- "title": "GreetingsWorker Jobs/Min",
726
- "period": 60,
727
- "stat": "Sum",
728
- "legend": {
729
- "position": "hidden"
730
- }
731
- }
732
- },
733
-
734
- {
735
- "height": 3,
736
- "width": 4,
737
- "y": 51,
738
- "x": 8,
739
- "type": "metric",
740
- "properties": {
741
- "metrics": [
742
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
743
- ],
744
- "view": "timeSeries",
745
- "stacked": false,
746
- "region": "us-east-1",
747
- "title": "AuditWorker Jobs/Min",
748
- "period": 60,
749
- "stat": "Sum",
750
- "legend": {
751
- "position": "hidden"
752
- }
753
- }
754
- },
755
-
756
- {
757
- "height": 3,
758
- "width": 4,
759
- "y": 51,
760
- "x": 12,
761
- "type": "metric",
762
- "properties": {
763
- "metrics": [
764
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ]
765
- ],
766
- "view": "timeSeries",
767
- "stacked": false,
768
- "region": "us-east-1",
769
- "title": "SingleThreadAuditWorker Jobs/Min",
770
- "period": 60,
771
- "stat": "Sum",
772
- "legend": {
773
- "position": "hidden"
774
- }
775
- }
776
- },
777
-
778
-
779
-
780
- {
781
- "height": 1,
782
- "width": 24,
783
- "y": 54,
784
- "x": 0,
785
- "type": "text",
786
- "properties": {
787
- "markdown": "\n# Failures Per Minute By Worker\n"
788
- }
789
- },
790
-
791
-
792
-
793
-
794
- {
795
- "height": 3,
796
- "width": 4,
797
- "y": 55,
798
- "x": 0,
799
- "type": "metric",
800
- "properties": {
801
- "metrics": [
802
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
803
- ],
804
- "view": "timeSeries",
805
- "stacked": false,
806
- "region": "us-east-1",
807
- "title": "HelloWorker Fails/Min",
808
- "period": 60,
809
- "stat": "Sum",
810
- "legend": {
811
- "position": "hidden"
812
- }
813
- }
814
- },
815
-
816
- {
817
- "height": 3,
818
- "width": 4,
819
- "y": 55,
820
- "x": 4,
821
- "type": "metric",
822
- "properties": {
823
- "metrics": [
824
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
825
- ],
826
- "view": "timeSeries",
827
- "stacked": false,
828
- "region": "us-east-1",
829
- "title": "GreetingsWorker Fails/Min",
830
- "period": 60,
831
- "stat": "Sum",
832
- "legend": {
833
- "position": "hidden"
834
- }
835
- }
836
- },
837
-
838
- {
839
- "height": 3,
840
- "width": 4,
841
- "y": 55,
842
- "x": 8,
843
- "type": "metric",
844
- "properties": {
845
- "metrics": [
846
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
847
- ],
848
- "view": "timeSeries",
849
- "stacked": false,
850
- "region": "us-east-1",
851
- "title": "AuditWorker Fails/Min",
852
- "period": 60,
853
- "stat": "Sum",
854
- "legend": {
855
- "position": "hidden"
856
- }
857
- }
858
- },
859
-
860
- {
861
- "height": 3,
862
- "width": 4,
863
- "y": 55,
864
- "x": 12,
865
- "type": "metric",
866
- "properties": {
867
- "metrics": [
868
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker", { "color": "#d62728" } ]
869
- ],
870
- "view": "timeSeries",
871
- "stacked": false,
872
- "region": "us-east-1",
873
- "title": "SingleThreadAuditWorker Fails/Min",
874
- "period": 60,
875
- "stat": "Sum",
876
- "legend": {
877
- "position": "hidden"
878
- }
879
- }
880
- },
881
-
882
-
883
-
884
- {
885
- "height": 1,
886
- "width": 24,
887
- "y": 58,
888
- "x": 0,
889
- "type": "text",
890
- "properties": {
891
- "markdown": "\n# Duration Percentiles By Worker\n"
892
- }
893
- },
894
-
895
-
896
-
897
-
898
- {
899
- "height": 4,
900
- "width": 4,
901
- "y": 59,
902
- "x": 0,
903
- "type": "metric",
904
- "properties": {
905
- "metrics": [
906
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
907
- [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
908
- [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
909
- [ "...", { "label": "p60", "color": "#1f77b4" } ]
910
- ],
911
- "view": "timeSeries",
912
- "stacked": false,
913
- "region": "us-east-1",
914
- "stat": "p60",
915
- "period": 60,
916
- "title": "HelloWorker Duration Percentiles",
917
- "legend": {
918
- "position": "bottom"
919
- }
920
- }
921
- },
922
-
923
- {
924
- "height": 4,
925
- "width": 4,
926
- "y": 59,
927
- "x": 4,
928
- "type": "metric",
929
- "properties": {
930
- "metrics": [
931
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
932
- [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
933
- [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
934
- [ "...", { "label": "p60", "color": "#1f77b4" } ]
935
- ],
936
- "view": "timeSeries",
937
- "stacked": false,
938
- "region": "us-east-1",
939
- "stat": "p60",
940
- "period": 60,
941
- "title": "GreetingsWorker Duration Percentiles",
942
- "legend": {
943
- "position": "bottom"
944
- }
945
- }
946
- },
947
-
948
- {
949
- "height": 4,
950
- "width": 4,
951
- "y": 59,
952
- "x": 8,
953
- "type": "metric",
954
- "properties": {
955
- "metrics": [
956
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
957
- [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
958
- [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
959
- [ "...", { "label": "p60", "color": "#1f77b4" } ]
960
- ],
961
- "view": "timeSeries",
962
- "stacked": false,
963
- "region": "us-east-1",
964
- "stat": "p60",
965
- "period": 60,
966
- "title": "AuditWorker Duration Percentiles",
967
- "legend": {
968
- "position": "bottom"
969
- }
970
- }
971
- },
972
-
973
- {
974
- "height": 4,
975
- "width": 4,
976
- "y": 59,
977
- "x": 12,
978
- "type": "metric",
979
- "properties": {
980
- "metrics": [
981
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
982
- [ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
983
- [ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
984
- [ "...", { "label": "p60", "color": "#1f77b4" } ]
985
- ],
986
- "view": "timeSeries",
987
- "stacked": false,
988
- "region": "us-east-1",
989
- "stat": "p60",
990
- "period": 60,
991
- "title": "SingleThreadAuditWorker Duration Percentiles",
992
- "legend": {
993
- "position": "bottom"
994
- }
995
- }
996
- },
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
+ },
997
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
+
998
125
 
999
126
 
1000
127
  {
1001
128
  "height": 1,
1002
129
  "width": 24,
1003
- "y": 62,
130
+ "y": 13,
1004
131
  "x": 0,
1005
132
  "type": "text",
1006
133
  "properties": {
@@ -1012,7 +139,7 @@ Resources:
1012
139
  {
1013
140
  "height": 3,
1014
141
  "width": 3,
1015
- "y": 63,
142
+ "y": 14,
1016
143
  "x": 0,
1017
144
  "type": "metric",
1018
145
  "properties": {
@@ -1030,7 +157,7 @@ Resources:
1030
157
  {
1031
158
  "height": 3,
1032
159
  "width": 3,
1033
- "y": 63,
160
+ "y": 14,
1034
161
  "x": 3,
1035
162
  "type": "metric",
1036
163
  "properties": {
@@ -1048,7 +175,7 @@ Resources:
1048
175
  {
1049
176
  "height": 3,
1050
177
  "width": 3,
1051
- "y": 63,
178
+ "y": 14,
1052
179
  "x": 6,
1053
180
  "type": "metric",
1054
181
  "properties": {
@@ -1066,7 +193,7 @@ Resources:
1066
193
  {
1067
194
  "height": 3,
1068
195
  "width": 3,
1069
- "y": 63,
196
+ "y": 14,
1070
197
  "x": 9,
1071
198
  "type": "metric",
1072
199
  "properties": {
@@ -1084,7 +211,7 @@ Resources:
1084
211
  {
1085
212
  "height": 3,
1086
213
  "width": 3,
1087
- "y": 63,
214
+ "y": 14,
1088
215
  "x": 12,
1089
216
  "type": "metric",
1090
217
  "properties": {
@@ -1102,7 +229,7 @@ Resources:
1102
229
  {
1103
230
  "height": 3,
1104
231
  "width": 3,
1105
- "y": 63,
232
+ "y": 14,
1106
233
  "x": 15,
1107
234
  "type": "metric",
1108
235
  "properties": {
@@ -1120,7 +247,7 @@ Resources:
1120
247
  {
1121
248
  "height": 3,
1122
249
  "width": 3,
1123
- "y": 63,
250
+ "y": 14,
1124
251
  "x": 18,
1125
252
  "type": "metric",
1126
253
  "properties": {
@@ -1138,7 +265,7 @@ Resources:
1138
265
  {
1139
266
  "height": 3,
1140
267
  "width": 3,
1141
- "y": 63,
268
+ "y": 14,
1142
269
  "x": 21,
1143
270
  "type": "metric",
1144
271
  "properties": {
@@ -1161,7 +288,7 @@ Resources:
1161
288
  {
1162
289
  "height": 3,
1163
290
  "width": 3,
1164
- "y": 66,
291
+ "y": 17,
1165
292
  "x": 0,
1166
293
  "type": "metric",
1167
294
  "properties": {
@@ -1182,7 +309,7 @@ Resources:
1182
309
  {
1183
310
  "height": 3,
1184
311
  "width": 3,
1185
- "y": 66,
312
+ "y": 17,
1186
313
  "x": 3,
1187
314
  "type": "metric",
1188
315
  "properties": {
@@ -1203,7 +330,7 @@ Resources:
1203
330
  {
1204
331
  "height": 3,
1205
332
  "width": 12,
1206
- "y": 66,
333
+ "y": 17,
1207
334
  "x": 6,
1208
335
  "type": "metric",
1209
336
  "properties": {
@@ -1227,7 +354,7 @@ Resources:
1227
354
  {
1228
355
  "height": 3,
1229
356
  "width": 3,
1230
- "y": 66,
357
+ "y": 17,
1231
358
  "x": 18,
1232
359
  "type": "metric",
1233
360
  "properties": {
@@ -1248,7 +375,7 @@ Resources:
1248
375
  {
1249
376
  "height": 3,
1250
377
  "width": 3,
1251
- "y": 66,
378
+ "y": 17,
1252
379
  "x": 21,
1253
380
  "type": "metric",
1254
381
  "properties": {
@@ -1270,11 +397,11 @@ Resources:
1270
397
  {
1271
398
  "height": 1,
1272
399
  "width": 24,
1273
- "y": 72,
400
+ "y": 23,
1274
401
  "x": 0,
1275
402
  "type": "text",
1276
403
  "properties": {
1277
- "markdown": "\n# GreetingsWorker\n"
404
+ "markdown": "\n# AuditWorker\n"
1278
405
  }
1279
406
  },
1280
407
 
@@ -1282,145 +409,145 @@ Resources:
1282
409
  {
1283
410
  "height": 3,
1284
411
  "width": 3,
1285
- "y": 73,
412
+ "y": 24,
1286
413
  "x": 0,
1287
414
  "type": "metric",
1288
415
  "properties": {
1289
416
  "metrics": [
1290
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
417
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
1291
418
  ],
1292
419
  "view": "singleValue",
1293
420
  "region": "us-east-1",
1294
421
  "stat": "Sum",
1295
422
  "period": 60,
1296
423
  "sparkline": true,
1297
- "title": "GreetingsWorker Processed/Min"
424
+ "title": "AuditWorker Processed/Min"
1298
425
  }
1299
426
  },
1300
427
  {
1301
428
  "height": 3,
1302
429
  "width": 3,
1303
- "y": 73,
430
+ "y": 24,
1304
431
  "x": 3,
1305
432
  "type": "metric",
1306
433
  "properties": {
1307
434
  "metrics": [
1308
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
435
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
1309
436
  ],
1310
437
  "view": "singleValue",
1311
438
  "region": "us-east-1",
1312
439
  "stat": "Sum",
1313
440
  "period": 60,
1314
441
  "sparkline": true,
1315
- "title": "GreetingsWorker Failed/Min"
442
+ "title": "AuditWorker Failed/Min"
1316
443
  }
1317
444
  },
1318
445
  {
1319
446
  "height": 3,
1320
447
  "width": 3,
1321
- "y": 73,
448
+ "y": 24,
1322
449
  "x": 6,
1323
450
  "type": "metric",
1324
451
  "properties": {
1325
452
  "metrics": [
1326
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4" } ]
453
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4" } ]
1327
454
  ],
1328
455
  "view": "singleValue",
1329
456
  "region": "us-east-1",
1330
457
  "stat": "p60",
1331
458
  "period": 60,
1332
459
  "sparkline": true,
1333
- "title": "GreetingsWorker p60"
460
+ "title": "AuditWorker p60"
1334
461
  }
1335
462
  },
1336
463
  {
1337
464
  "height": 3,
1338
465
  "width": 3,
1339
- "y": 73,
466
+ "y": 24,
1340
467
  "x": 9,
1341
468
  "type": "metric",
1342
469
  "properties": {
1343
470
  "metrics": [
1344
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p70", "color": "#ff7f0e" } ]
471
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
1345
472
  ],
1346
473
  "view": "singleValue",
1347
474
  "region": "us-east-1",
1348
475
  "stat": "p70",
1349
476
  "period": 60,
1350
477
  "sparkline": true,
1351
- "title": "GreetingsWorker p70"
478
+ "title": "AuditWorker p70"
1352
479
  }
1353
480
  },
1354
481
  {
1355
482
  "height": 3,
1356
483
  "width": 3,
1357
- "y": 73,
484
+ "y": 24,
1358
485
  "x": 12,
1359
486
  "type": "metric",
1360
487
  "properties": {
1361
488
  "metrics": [
1362
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p80", "color": "#2ca02c" } ]
489
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p80", "color": "#2ca02c" } ]
1363
490
  ],
1364
491
  "view": "singleValue",
1365
492
  "region": "us-east-1",
1366
493
  "stat": "p80",
1367
494
  "period": 60,
1368
495
  "sparkline": true,
1369
- "title": "GreetingsWorker p80"
496
+ "title": "AuditWorker p80"
1370
497
  }
1371
498
  },
1372
499
  {
1373
500
  "height": 3,
1374
501
  "width": 3,
1375
- "y": 73,
502
+ "y": 24,
1376
503
  "x": 15,
1377
504
  "type": "metric",
1378
505
  "properties": {
1379
506
  "metrics": [
1380
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#d62728" } ]
507
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#d62728" } ]
1381
508
  ],
1382
509
  "view": "singleValue",
1383
510
  "region": "us-east-1",
1384
511
  "stat": "p90",
1385
512
  "period": 60,
1386
513
  "sparkline": true,
1387
- "title": "GreetingsWorker p90"
514
+ "title": "AuditWorker p90"
1388
515
  }
1389
516
  },
1390
517
  {
1391
518
  "height": 3,
1392
519
  "width": 3,
1393
- "y": 73,
520
+ "y": 24,
1394
521
  "x": 18,
1395
522
  "type": "metric",
1396
523
  "properties": {
1397
524
  "metrics": [
1398
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Min" } ]
525
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Min" } ]
1399
526
  ],
1400
527
  "view": "singleValue",
1401
528
  "region": "us-east-1",
1402
529
  "stat": "Minimum",
1403
530
  "period": 60,
1404
531
  "sparkline": true,
1405
- "title": "GreetingsWorker Min"
532
+ "title": "AuditWorker Min"
1406
533
  }
1407
534
  },
1408
535
  {
1409
536
  "height": 3,
1410
537
  "width": 3,
1411
- "y": 73,
538
+ "y": 24,
1412
539
  "x": 21,
1413
540
  "type": "metric",
1414
541
  "properties": {
1415
542
  "metrics": [
1416
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Max", "color": "#d62728" } ]
543
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Max", "color": "#d62728" } ]
1417
544
  ],
1418
545
  "view": "singleValue",
1419
546
  "region": "us-east-1",
1420
547
  "stat": "Maximum",
1421
548
  "period": 60,
1422
549
  "sparkline": true,
1423
- "title": "GreetingsWorker Max"
550
+ "title": "AuditWorker Max"
1424
551
  }
1425
552
  },
1426
553
 
@@ -1431,17 +558,17 @@ Resources:
1431
558
  {
1432
559
  "height": 3,
1433
560
  "width": 3,
1434
- "y": 76,
561
+ "y": 27,
1435
562
  "x": 0,
1436
563
  "type": "metric",
1437
564
  "properties": {
1438
565
  "metrics": [
1439
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
566
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
1440
567
  ],
1441
568
  "view": "timeSeries",
1442
569
  "stacked": false,
1443
570
  "region": "us-east-1",
1444
- "title": "GreetingsWorker Processed Jobs",
571
+ "title": "AuditWorker Processed Jobs",
1445
572
  "period": 60,
1446
573
  "stat": "Sum",
1447
574
  "legend": {
@@ -1452,17 +579,17 @@ Resources:
1452
579
  {
1453
580
  "height": 3,
1454
581
  "width": 3,
1455
- "y": 76,
582
+ "y": 27,
1456
583
  "x": 3,
1457
584
  "type": "metric",
1458
585
  "properties": {
1459
586
  "metrics": [
1460
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" }]
587
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" }]
1461
588
  ],
1462
589
  "view": "timeSeries",
1463
590
  "stacked": false,
1464
591
  "region": "us-east-1",
1465
- "title": "GreetingsWorker Failed Jobs",
592
+ "title": "AuditWorker Failed Jobs",
1466
593
  "period": 60,
1467
594
  "stat": "Sum",
1468
595
  "legend": {
@@ -1473,12 +600,12 @@ Resources:
1473
600
  {
1474
601
  "height": 3,
1475
602
  "width": 12,
1476
- "y": 76,
603
+ "y": 27,
1477
604
  "x": 6,
1478
605
  "type": "metric",
1479
606
  "properties": {
1480
607
  "metrics": [
1481
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "stat": "p90", "color": "#d62728" } ],
608
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
1482
609
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
1483
610
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
1484
611
  [ "...", { "color": "#1f77b4" } ]
@@ -1488,7 +615,7 @@ Resources:
1488
615
  "region": "us-east-1",
1489
616
  "stat": "p60",
1490
617
  "period": 60,
1491
- "title": "GreetingsWorker Duration Percentiles",
618
+ "title": "AuditWorker Duration Percentiles",
1492
619
  "legend": {
1493
620
  "position": "right"
1494
621
  }
@@ -1497,19 +624,19 @@ Resources:
1497
624
  {
1498
625
  "height": 3,
1499
626
  "width": 3,
1500
- "y": 76,
627
+ "y": 27,
1501
628
  "x": 18,
1502
629
  "type": "metric",
1503
630
  "properties": {
1504
631
  "metrics": [
1505
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ]
632
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ]
1506
633
  ],
1507
634
  "view": "timeSeries",
1508
635
  "stacked": false,
1509
636
  "region": "us-east-1",
1510
637
  "stat": "Minimum",
1511
638
  "period": 60,
1512
- "title": "GreetingsWorker Min",
639
+ "title": "AuditWorker Min",
1513
640
  "legend": {
1514
641
  "position": "hidden"
1515
642
  }
@@ -1518,19 +645,19 @@ Resources:
1518
645
  {
1519
646
  "height": 3,
1520
647
  "width": 3,
1521
- "y": 76,
648
+ "y": 27,
1522
649
  "x": 21,
1523
650
  "type": "metric",
1524
651
  "properties": {
1525
652
  "metrics": [
1526
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
653
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
1527
654
  ],
1528
655
  "view": "timeSeries",
1529
656
  "stacked": false,
1530
657
  "region": "us-east-1",
1531
658
  "stat": "Maximum",
1532
659
  "period": 60,
1533
- "title": "GreetingsWorker Max",
660
+ "title": "AuditWorker Max",
1534
661
  "legend": {
1535
662
  "position": "hidden"
1536
663
  }
@@ -1540,11 +667,11 @@ Resources:
1540
667
  {
1541
668
  "height": 1,
1542
669
  "width": 24,
1543
- "y": 82,
670
+ "y": 33,
1544
671
  "x": 0,
1545
672
  "type": "text",
1546
673
  "properties": {
1547
- "markdown": "\n# AuditWorker\n"
674
+ "markdown": "\n# GreetingsWorker\n"
1548
675
  }
1549
676
  },
1550
677
 
@@ -1552,145 +679,145 @@ Resources:
1552
679
  {
1553
680
  "height": 3,
1554
681
  "width": 3,
1555
- "y": 83,
682
+ "y": 34,
1556
683
  "x": 0,
1557
684
  "type": "metric",
1558
685
  "properties": {
1559
686
  "metrics": [
1560
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
687
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
1561
688
  ],
1562
689
  "view": "singleValue",
1563
690
  "region": "us-east-1",
1564
691
  "stat": "Sum",
1565
692
  "period": 60,
1566
693
  "sparkline": true,
1567
- "title": "AuditWorker Processed/Min"
694
+ "title": "GreetingsWorker Processed/Min"
1568
695
  }
1569
696
  },
1570
697
  {
1571
698
  "height": 3,
1572
699
  "width": 3,
1573
- "y": 83,
700
+ "y": 34,
1574
701
  "x": 3,
1575
702
  "type": "metric",
1576
703
  "properties": {
1577
704
  "metrics": [
1578
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
705
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
1579
706
  ],
1580
707
  "view": "singleValue",
1581
708
  "region": "us-east-1",
1582
709
  "stat": "Sum",
1583
710
  "period": 60,
1584
711
  "sparkline": true,
1585
- "title": "AuditWorker Failed/Min"
712
+ "title": "GreetingsWorker Failed/Min"
1586
713
  }
1587
714
  },
1588
715
  {
1589
716
  "height": 3,
1590
717
  "width": 3,
1591
- "y": 83,
718
+ "y": 34,
1592
719
  "x": 6,
1593
720
  "type": "metric",
1594
721
  "properties": {
1595
722
  "metrics": [
1596
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4" } ]
723
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p60", "color": "#1f77b4" } ]
1597
724
  ],
1598
725
  "view": "singleValue",
1599
726
  "region": "us-east-1",
1600
727
  "stat": "p60",
1601
728
  "period": 60,
1602
729
  "sparkline": true,
1603
- "title": "AuditWorker p60"
730
+ "title": "GreetingsWorker p60"
1604
731
  }
1605
732
  },
1606
733
  {
1607
734
  "height": 3,
1608
735
  "width": 3,
1609
- "y": 83,
736
+ "y": 34,
1610
737
  "x": 9,
1611
738
  "type": "metric",
1612
739
  "properties": {
1613
740
  "metrics": [
1614
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
741
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p70", "color": "#ff7f0e" } ]
1615
742
  ],
1616
743
  "view": "singleValue",
1617
744
  "region": "us-east-1",
1618
745
  "stat": "p70",
1619
746
  "period": 60,
1620
747
  "sparkline": true,
1621
- "title": "AuditWorker p70"
748
+ "title": "GreetingsWorker p70"
1622
749
  }
1623
750
  },
1624
751
  {
1625
752
  "height": 3,
1626
753
  "width": 3,
1627
- "y": 83,
754
+ "y": 34,
1628
755
  "x": 12,
1629
756
  "type": "metric",
1630
757
  "properties": {
1631
758
  "metrics": [
1632
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p80", "color": "#2ca02c" } ]
759
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p80", "color": "#2ca02c" } ]
1633
760
  ],
1634
761
  "view": "singleValue",
1635
762
  "region": "us-east-1",
1636
763
  "stat": "p80",
1637
764
  "period": 60,
1638
765
  "sparkline": true,
1639
- "title": "AuditWorker p80"
766
+ "title": "GreetingsWorker p80"
1640
767
  }
1641
768
  },
1642
769
  {
1643
770
  "height": 3,
1644
771
  "width": 3,
1645
- "y": 83,
772
+ "y": 34,
1646
773
  "x": 15,
1647
774
  "type": "metric",
1648
775
  "properties": {
1649
776
  "metrics": [
1650
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#d62728" } ]
777
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "p90", "color": "#d62728" } ]
1651
778
  ],
1652
779
  "view": "singleValue",
1653
780
  "region": "us-east-1",
1654
781
  "stat": "p90",
1655
782
  "period": 60,
1656
783
  "sparkline": true,
1657
- "title": "AuditWorker p90"
784
+ "title": "GreetingsWorker p90"
1658
785
  }
1659
786
  },
1660
787
  {
1661
788
  "height": 3,
1662
789
  "width": 3,
1663
- "y": 83,
790
+ "y": 34,
1664
791
  "x": 18,
1665
792
  "type": "metric",
1666
793
  "properties": {
1667
794
  "metrics": [
1668
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Min" } ]
795
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Min" } ]
1669
796
  ],
1670
797
  "view": "singleValue",
1671
798
  "region": "us-east-1",
1672
799
  "stat": "Minimum",
1673
800
  "period": 60,
1674
801
  "sparkline": true,
1675
- "title": "AuditWorker Min"
802
+ "title": "GreetingsWorker Min"
1676
803
  }
1677
804
  },
1678
805
  {
1679
806
  "height": 3,
1680
807
  "width": 3,
1681
- "y": 83,
808
+ "y": 34,
1682
809
  "x": 21,
1683
810
  "type": "metric",
1684
811
  "properties": {
1685
812
  "metrics": [
1686
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Max", "color": "#d62728" } ]
813
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "label": "Max", "color": "#d62728" } ]
1687
814
  ],
1688
815
  "view": "singleValue",
1689
816
  "region": "us-east-1",
1690
817
  "stat": "Maximum",
1691
818
  "period": 60,
1692
819
  "sparkline": true,
1693
- "title": "AuditWorker Max"
820
+ "title": "GreetingsWorker Max"
1694
821
  }
1695
822
  },
1696
823
 
@@ -1701,17 +828,17 @@ Resources:
1701
828
  {
1702
829
  "height": 3,
1703
830
  "width": 3,
1704
- "y": 86,
831
+ "y": 37,
1705
832
  "x": 0,
1706
833
  "type": "metric",
1707
834
  "properties": {
1708
835
  "metrics": [
1709
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
836
+ [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ]
1710
837
  ],
1711
838
  "view": "timeSeries",
1712
839
  "stacked": false,
1713
840
  "region": "us-east-1",
1714
- "title": "AuditWorker Processed Jobs",
841
+ "title": "GreetingsWorker Processed Jobs",
1715
842
  "period": 60,
1716
843
  "stat": "Sum",
1717
844
  "legend": {
@@ -1722,17 +849,17 @@ Resources:
1722
849
  {
1723
850
  "height": 3,
1724
851
  "width": 3,
1725
- "y": 86,
852
+ "y": 37,
1726
853
  "x": 3,
1727
854
  "type": "metric",
1728
855
  "properties": {
1729
856
  "metrics": [
1730
- [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" }]
857
+ [ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" }]
1731
858
  ],
1732
859
  "view": "timeSeries",
1733
860
  "stacked": false,
1734
861
  "region": "us-east-1",
1735
- "title": "AuditWorker Failed Jobs",
862
+ "title": "GreetingsWorker Failed Jobs",
1736
863
  "period": 60,
1737
864
  "stat": "Sum",
1738
865
  "legend": {
@@ -1743,12 +870,12 @@ Resources:
1743
870
  {
1744
871
  "height": 3,
1745
872
  "width": 12,
1746
- "y": 86,
873
+ "y": 37,
1747
874
  "x": 6,
1748
875
  "type": "metric",
1749
876
  "properties": {
1750
877
  "metrics": [
1751
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
878
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "stat": "p90", "color": "#d62728" } ],
1752
879
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
1753
880
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
1754
881
  [ "...", { "color": "#1f77b4" } ]
@@ -1758,7 +885,7 @@ Resources:
1758
885
  "region": "us-east-1",
1759
886
  "stat": "p60",
1760
887
  "period": 60,
1761
- "title": "AuditWorker Duration Percentiles",
888
+ "title": "GreetingsWorker Duration Percentiles",
1762
889
  "legend": {
1763
890
  "position": "right"
1764
891
  }
@@ -1767,19 +894,19 @@ Resources:
1767
894
  {
1768
895
  "height": 3,
1769
896
  "width": 3,
1770
- "y": 86,
897
+ "y": 37,
1771
898
  "x": 18,
1772
899
  "type": "metric",
1773
900
  "properties": {
1774
901
  "metrics": [
1775
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ]
902
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ]
1776
903
  ],
1777
904
  "view": "timeSeries",
1778
905
  "stacked": false,
1779
906
  "region": "us-east-1",
1780
907
  "stat": "Minimum",
1781
908
  "period": 60,
1782
- "title": "AuditWorker Min",
909
+ "title": "GreetingsWorker Min",
1783
910
  "legend": {
1784
911
  "position": "hidden"
1785
912
  }
@@ -1788,19 +915,19 @@ Resources:
1788
915
  {
1789
916
  "height": 3,
1790
917
  "width": 3,
1791
- "y": 86,
918
+ "y": 37,
1792
919
  "x": 21,
1793
920
  "type": "metric",
1794
921
  "properties": {
1795
922
  "metrics": [
1796
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
923
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "color": "#d62728" } ]
1797
924
  ],
1798
925
  "view": "timeSeries",
1799
926
  "stacked": false,
1800
927
  "region": "us-east-1",
1801
928
  "stat": "Maximum",
1802
929
  "period": 60,
1803
- "title": "AuditWorker Max",
930
+ "title": "GreetingsWorker Max",
1804
931
  "legend": {
1805
932
  "position": "hidden"
1806
933
  }
@@ -1810,7 +937,7 @@ Resources:
1810
937
  {
1811
938
  "height": 1,
1812
939
  "width": 24,
1813
- "y": 92,
940
+ "y": 43,
1814
941
  "x": 0,
1815
942
  "type": "text",
1816
943
  "properties": {
@@ -1822,7 +949,7 @@ Resources:
1822
949
  {
1823
950
  "height": 3,
1824
951
  "width": 3,
1825
- "y": 93,
952
+ "y": 44,
1826
953
  "x": 0,
1827
954
  "type": "metric",
1828
955
  "properties": {
@@ -1840,7 +967,7 @@ Resources:
1840
967
  {
1841
968
  "height": 3,
1842
969
  "width": 3,
1843
- "y": 93,
970
+ "y": 44,
1844
971
  "x": 3,
1845
972
  "type": "metric",
1846
973
  "properties": {
@@ -1858,7 +985,7 @@ Resources:
1858
985
  {
1859
986
  "height": 3,
1860
987
  "width": 3,
1861
- "y": 93,
988
+ "y": 44,
1862
989
  "x": 6,
1863
990
  "type": "metric",
1864
991
  "properties": {
@@ -1876,7 +1003,7 @@ Resources:
1876
1003
  {
1877
1004
  "height": 3,
1878
1005
  "width": 3,
1879
- "y": 93,
1006
+ "y": 44,
1880
1007
  "x": 9,
1881
1008
  "type": "metric",
1882
1009
  "properties": {
@@ -1894,7 +1021,7 @@ Resources:
1894
1021
  {
1895
1022
  "height": 3,
1896
1023
  "width": 3,
1897
- "y": 93,
1024
+ "y": 44,
1898
1025
  "x": 12,
1899
1026
  "type": "metric",
1900
1027
  "properties": {
@@ -1912,7 +1039,7 @@ Resources:
1912
1039
  {
1913
1040
  "height": 3,
1914
1041
  "width": 3,
1915
- "y": 93,
1042
+ "y": 44,
1916
1043
  "x": 15,
1917
1044
  "type": "metric",
1918
1045
  "properties": {
@@ -1930,7 +1057,7 @@ Resources:
1930
1057
  {
1931
1058
  "height": 3,
1932
1059
  "width": 3,
1933
- "y": 93,
1060
+ "y": 44,
1934
1061
  "x": 18,
1935
1062
  "type": "metric",
1936
1063
  "properties": {
@@ -1948,7 +1075,7 @@ Resources:
1948
1075
  {
1949
1076
  "height": 3,
1950
1077
  "width": 3,
1951
- "y": 93,
1078
+ "y": 44,
1952
1079
  "x": 21,
1953
1080
  "type": "metric",
1954
1081
  "properties": {
@@ -1971,7 +1098,7 @@ Resources:
1971
1098
  {
1972
1099
  "height": 3,
1973
1100
  "width": 3,
1974
- "y": 96,
1101
+ "y": 47,
1975
1102
  "x": 0,
1976
1103
  "type": "metric",
1977
1104
  "properties": {
@@ -1992,7 +1119,7 @@ Resources:
1992
1119
  {
1993
1120
  "height": 3,
1994
1121
  "width": 3,
1995
- "y": 96,
1122
+ "y": 47,
1996
1123
  "x": 3,
1997
1124
  "type": "metric",
1998
1125
  "properties": {
@@ -2013,7 +1140,7 @@ Resources:
2013
1140
  {
2014
1141
  "height": 3,
2015
1142
  "width": 12,
2016
- "y": 96,
1143
+ "y": 47,
2017
1144
  "x": 6,
2018
1145
  "type": "metric",
2019
1146
  "properties": {
@@ -2037,7 +1164,7 @@ Resources:
2037
1164
  {
2038
1165
  "height": 3,
2039
1166
  "width": 3,
2040
- "y": 96,
1167
+ "y": 47,
2041
1168
  "x": 18,
2042
1169
  "type": "metric",
2043
1170
  "properties": {
@@ -2058,7 +1185,7 @@ Resources:
2058
1185
  {
2059
1186
  "height": 3,
2060
1187
  "width": 3,
2061
- "y": 96,
1188
+ "y": 47,
2062
1189
  "x": 21,
2063
1190
  "type": "metric",
2064
1191
  "properties": {
@@ -2078,110 +1205,10 @@ Resources:
2078
1205
  },
2079
1206
 
2080
1207
 
2081
- {
2082
- "height": 6,
2083
- "width": 12,
2084
- "y": 102,
2085
- "x": 0,
2086
- "type": "metric",
2087
- "properties": {
2088
- "metrics": [
2089
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
2090
- [ ".", "failed", ".", "." ],
2091
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
2092
- [ ".", "failed", ".", "." ],
2093
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
2094
- [ ".", "failed", ".", "." ],
2095
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ],
2096
- [ ".", "failed", ".", "." ]
2097
- ],
2098
- "view": "timeSeries",
2099
- "stacked": false,
2100
- "region": "us-east-1",
2101
- "title": "Process/Failed Jobs By Worker",
2102
- "period": 60,
2103
- "stat": "Sum"
2104
- }
2105
- },
2106
-
2107
- {
2108
- "height": 6,
2109
- "width": 12,
2110
- "y": 102,
2111
- "x": 12,
2112
- "type": "metric",
2113
- "properties": {
2114
- "metrics": [
2115
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
2116
- [ "...", { "stat": "p99" } ],
2117
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
2118
- [ "...", { "stat": "p99" } ],
2119
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
2120
- [ "...", { "stat": "p99" } ],
2121
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ],
2122
- [ "...", { "stat": "p99" } ]
2123
- ],
2124
- "view": "timeSeries",
2125
- "stacked": false,
2126
- "region": "us-east-1",
2127
- "stat": "Average",
2128
- "period": 60,
2129
- "title": "Job Duration by Worker"
2130
- }
2131
- },
2132
-
2133
-
2134
-
2135
-
2136
- {
2137
- "height": 6,
2138
- "width": 12,
2139
- "y": 108,
2140
- "x": 12,
2141
- "type": "metric",
2142
- "properties": {
2143
- "metrics": [
2144
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "default" ],
2145
- [ "...", { "stat": "p99" } ],
2146
- [ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "low_concurrency" ],
2147
- [ "...", { "stat": "p99" } ]
2148
- ],
2149
- "view": "timeSeries",
2150
- "stacked": false,
2151
- "region": "us-east-1",
2152
- "stat": "Average",
2153
- "period": 60,
2154
- "title": "Job Duration by Queue"
2155
- }
2156
- },
2157
- {
2158
- "height": 6,
2159
- "width": 12,
2160
- "y": 108,
2161
- "x": 0,
2162
- "type": "metric",
2163
- "properties": {
2164
- "metrics": [
2165
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "default" ],
2166
- [ ".", "failed", ".", "." ],
2167
- [ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "low_concurrency" ],
2168
- [ ".", "failed", ".", "." ]
2169
- ],
2170
- "view": "timeSeries",
2171
- "stacked": false,
2172
- "region": "us-east-1",
2173
- "title": "Process/Failed Jobs By Queue",
2174
- "period": 60,
2175
- "stat": "Sum"
2176
- }
2177
- },
2178
-
2179
-
2180
-
2181
1208
  {
2182
1209
  "height": 3,
2183
1210
  "width": 24,
2184
- "y": 111,
1211
+ "y": 53,
2185
1212
  "x": 0,
2186
1213
  "type": "text",
2187
1214
  "properties": {
@@ -2194,7 +1221,7 @@ Resources:
2194
1221
  {
2195
1222
  "height": 3,
2196
1223
  "width": 6,
2197
- "y": 117,
1224
+ "y": 59,
2198
1225
  "x": 0,
2199
1226
  "type": "text",
2200
1227
  "properties": {
@@ -2204,7 +1231,7 @@ Resources:
2204
1231
  {
2205
1232
  "height": 3,
2206
1233
  "width": 3,
2207
- "y": 117,
1234
+ "y": 59,
2208
1235
  "x": 6,
2209
1236
  "type": "metric",
2210
1237
  "properties": {
@@ -2222,7 +1249,7 @@ Resources:
2222
1249
  {
2223
1250
  "height": 3,
2224
1251
  "width": 15,
2225
- "y": 117,
1252
+ "y": 59,
2226
1253
  "x": 9,
2227
1254
  "type": "metric",
2228
1255
  "properties": {
@@ -2246,7 +1273,7 @@ Resources:
2246
1273
  {
2247
1274
  "height": 6,
2248
1275
  "width": 9,
2249
- "y": 120,
1276
+ "y": 62,
2250
1277
  "x": 0,
2251
1278
  "type": "metric",
2252
1279
  "properties": {
@@ -2272,7 +1299,7 @@ Resources:
2272
1299
  {
2273
1300
  "height": 6,
2274
1301
  "width": 9,
2275
- "y": 120,
1302
+ "y": 62,
2276
1303
  "x": 9,
2277
1304
  "type": "metric",
2278
1305
  "properties": {
@@ -2293,7 +1320,7 @@ Resources:
2293
1320
  {
2294
1321
  "height": 3,
2295
1322
  "width": 6,
2296
- "y": 120,
1323
+ "y": 62,
2297
1324
  "x": 18,
2298
1325
  "type": "metric",
2299
1326
  "properties": {
@@ -2320,7 +1347,7 @@ Resources:
2320
1347
  {
2321
1348
  "height": 3,
2322
1349
  "width": 6,
2323
- "y": 123,
1350
+ "y": 65,
2324
1351
  "x": 18,
2325
1352
  "type": "metric",
2326
1353
  "properties": {
@@ -2342,7 +1369,7 @@ Resources:
2342
1369
  {
2343
1370
  "height": 3,
2344
1371
  "width": 6,
2345
- "y": 126,
1372
+ "y": 68,
2346
1373
  "x": 0,
2347
1374
  "type": "text",
2348
1375
  "properties": {
@@ -2352,7 +1379,7 @@ Resources:
2352
1379
  {
2353
1380
  "height": 3,
2354
1381
  "width": 3,
2355
- "y": 126,
1382
+ "y": 68,
2356
1383
  "x": 6,
2357
1384
  "type": "metric",
2358
1385
  "properties": {
@@ -2371,7 +1398,7 @@ Resources:
2371
1398
  {
2372
1399
  "height": 3,
2373
1400
  "width": 15,
2374
- "y": 126,
1401
+ "y": 68,
2375
1402
  "x": 9,
2376
1403
  "type": "metric",
2377
1404
  "properties": {
@@ -2394,7 +1421,7 @@ Resources:
2394
1421
  {
2395
1422
  "height": 6,
2396
1423
  "width": 9,
2397
- "y": 129,
1424
+ "y": 71,
2398
1425
  "x": 0,
2399
1426
  "type": "metric",
2400
1427
  "properties": {
@@ -2424,7 +1451,7 @@ Resources:
2424
1451
  {
2425
1452
  "height": 6,
2426
1453
  "width": 9,
2427
- "y": 129,
1454
+ "y": 71,
2428
1455
  "x": 9,
2429
1456
  "type": "metric",
2430
1457
  "properties": {
@@ -2445,7 +1472,7 @@ Resources:
2445
1472
  {
2446
1473
  "height": 3,
2447
1474
  "width": 6,
2448
- "y": 129,
1475
+ "y": 71,
2449
1476
  "x": 18,
2450
1477
  "type": "metric",
2451
1478
  "properties": {
@@ -2471,7 +1498,7 @@ Resources:
2471
1498
  {
2472
1499
  "height": 3,
2473
1500
  "width": 6,
2474
- "y": 132,
1501
+ "y": 74,
2475
1502
  "x": 18,
2476
1503
  "type": "metric",
2477
1504
  "properties": {
@@ -2492,7 +1519,7 @@ Resources:
2492
1519
  {
2493
1520
  "height": 3,
2494
1521
  "width": 6,
2495
- "y": 135,
1522
+ "y": 77,
2496
1523
  "x": 0,
2497
1524
  "type": "text",
2498
1525
  "properties": {
@@ -2502,7 +1529,7 @@ Resources:
2502
1529
  {
2503
1530
  "height": 3,
2504
1531
  "width": 3,
2505
- "y": 135,
1532
+ "y": 77,
2506
1533
  "x": 6,
2507
1534
  "type": "metric",
2508
1535
  "properties": {
@@ -2521,7 +1548,7 @@ Resources:
2521
1548
  {
2522
1549
  "height": 3,
2523
1550
  "width": 15,
2524
- "y": 135,
1551
+ "y": 77,
2525
1552
  "x": 9,
2526
1553
  "type": "metric",
2527
1554
  "properties": {
@@ -2544,7 +1571,7 @@ Resources:
2544
1571
  {
2545
1572
  "height": 6,
2546
1573
  "width": 9,
2547
- "y": 138,
1574
+ "y": 80,
2548
1575
  "x": 0,
2549
1576
  "type": "metric",
2550
1577
  "properties": {
@@ -2574,7 +1601,7 @@ Resources:
2574
1601
  {
2575
1602
  "height": 6,
2576
1603
  "width": 9,
2577
- "y": 138,
1604
+ "y": 80,
2578
1605
  "x": 9,
2579
1606
  "type": "metric",
2580
1607
  "properties": {
@@ -2595,7 +1622,7 @@ Resources:
2595
1622
  {
2596
1623
  "height": 3,
2597
1624
  "width": 6,
2598
- "y": 138,
1625
+ "y": 80,
2599
1626
  "x": 18,
2600
1627
  "type": "metric",
2601
1628
  "properties": {
@@ -2621,7 +1648,7 @@ Resources:
2621
1648
  {
2622
1649
  "height": 3,
2623
1650
  "width": 6,
2624
- "y": 141,
1651
+ "y": 83,
2625
1652
  "x": 18,
2626
1653
  "type": "metric",
2627
1654
  "properties": {
@@ -2645,7 +1672,7 @@ Resources:
2645
1672
  {
2646
1673
  "height": 3,
2647
1674
  "width": 6,
2648
- "y": 144,
1675
+ "y": 86,
2649
1676
  "x": 0,
2650
1677
  "type": "text",
2651
1678
  "properties": {
@@ -2655,7 +1682,7 @@ Resources:
2655
1682
  {
2656
1683
  "height": 3,
2657
1684
  "width": 3,
2658
- "y": 144,
1685
+ "y": 86,
2659
1686
  "x": 6,
2660
1687
  "type": "metric",
2661
1688
  "properties": {
@@ -2673,7 +1700,7 @@ Resources:
2673
1700
  {
2674
1701
  "height": 3,
2675
1702
  "width": 15,
2676
- "y": 144,
1703
+ "y": 86,
2677
1704
  "x": 9,
2678
1705
  "type": "metric",
2679
1706
  "properties": {
@@ -2698,7 +1725,7 @@ Resources:
2698
1725
  {
2699
1726
  "height": 3,
2700
1727
  "width": 6,
2701
- "y": 147,
1728
+ "y": 89,
2702
1729
  "x": 18,
2703
1730
  "type": "metric",
2704
1731
  "properties": {
@@ -2723,7 +1750,7 @@ Resources:
2723
1750
  {
2724
1751
  "height": 3,
2725
1752
  "width": 9,
2726
- "y": 147,
1753
+ "y": 89,
2727
1754
  "x": 9,
2728
1755
  "type": "metric",
2729
1756
  "properties": {
@@ -2744,7 +1771,7 @@ Resources:
2744
1771
  {
2745
1772
  "height": 3,
2746
1773
  "width": 9,
2747
- "y": 147,
1774
+ "y": 89,
2748
1775
  "x": 0,
2749
1776
  "type": "metric",
2750
1777
  "properties": {
@@ -2766,7 +1793,7 @@ Resources:
2766
1793
  {
2767
1794
  "height": 3,
2768
1795
  "width": 9,
2769
- "y": 150,
1796
+ "y": 92,
2770
1797
  "x": 0,
2771
1798
  "type": "metric",
2772
1799
  "properties": {
@@ -2788,7 +1815,7 @@ Resources:
2788
1815
  {
2789
1816
  "height": 3,
2790
1817
  "width": 6,
2791
- "y": 150,
1818
+ "y": 92,
2792
1819
  "x": 18,
2793
1820
  "type": "metric",
2794
1821
  "properties": {
@@ -2806,7 +1833,7 @@ Resources:
2806
1833
  {
2807
1834
  "height": 3,
2808
1835
  "width": 9,
2809
- "y": 150,
1836
+ "y": 92,
2810
1837
  "x": 9,
2811
1838
  "type": "metric",
2812
1839
  "properties": {
@@ -2832,7 +1859,7 @@ Resources:
2832
1859
  {
2833
1860
  "height": 3,
2834
1861
  "width": 18,
2835
- "y": 153,
1862
+ "y": 95,
2836
1863
  "x": 0,
2837
1864
  "type": "metric",
2838
1865
  "properties": {
@@ -2856,7 +1883,7 @@ Resources:
2856
1883
  {
2857
1884
  "height": 3,
2858
1885
  "width": 6,
2859
- "y": 153,
1886
+ "y": 95,
2860
1887
  "x": 18,
2861
1888
  "type": "metric",
2862
1889
  "properties": {