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