funktor 0.7.11 → 0.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/funktor-testapp/funktor_config/resources/cloudwatch_dashboard.yml +954 -301
- data/funktor-testapp/funktor_init.yml +6 -0
- data/lib/funktor/cli/init.rb +4 -0
- data/lib/funktor/cli/templates/funktor_config/resources/cloudwatch_dashboard.yml +425 -66
- data/lib/funktor/cli/templates/funktor_init.yml.tt +4 -0
- data/lib/funktor/version.rb +1 -1
- metadata +2 -2
|
@@ -22,9 +22,661 @@ Resources:
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
{
|
|
25
|
+
"height": 4,
|
|
26
|
+
"width": 12,
|
|
27
|
+
"y": 3,
|
|
28
|
+
"x": 0,
|
|
29
|
+
"type": "metric",
|
|
30
|
+
"properties": {
|
|
31
|
+
"metrics": [
|
|
32
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
|
|
33
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
|
|
34
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
|
|
35
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ]
|
|
36
|
+
],
|
|
37
|
+
"view": "timeSeries",
|
|
38
|
+
"stacked": false,
|
|
39
|
+
"region": "us-east-1",
|
|
40
|
+
"title": "Processed Jobs By Worker",
|
|
41
|
+
"period": 60,
|
|
42
|
+
"stat": "Sum"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"height": 4,
|
|
47
|
+
"width": 12,
|
|
48
|
+
"y": 3,
|
|
49
|
+
"x": 12,
|
|
50
|
+
"type": "metric",
|
|
51
|
+
"properties": {
|
|
52
|
+
"metrics": [
|
|
53
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
|
|
54
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
|
|
55
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
|
|
56
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ]
|
|
57
|
+
],
|
|
58
|
+
"view": "timeSeries",
|
|
59
|
+
"stacked": false,
|
|
60
|
+
"region": "us-east-1",
|
|
61
|
+
"stat": "p90",
|
|
62
|
+
"period": 60,
|
|
63
|
+
"title": "p90 by Worker"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
{
|
|
69
|
+
"height": 4,
|
|
70
|
+
"width": 12,
|
|
71
|
+
"y": 6,
|
|
72
|
+
"x": 0,
|
|
73
|
+
"type": "metric",
|
|
74
|
+
"properties": {
|
|
75
|
+
"metrics": [
|
|
76
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker" ],
|
|
77
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "GreetingsWorker" ],
|
|
78
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker" ],
|
|
79
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "SingleThreadAuditWorker" ]
|
|
80
|
+
],
|
|
81
|
+
"view": "timeSeries",
|
|
82
|
+
"stacked": false,
|
|
83
|
+
"region": "us-east-1",
|
|
84
|
+
"title": "Failed Jobs By Worker",
|
|
85
|
+
"period": 60,
|
|
86
|
+
"stat": "Sum"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"height": 4,
|
|
91
|
+
"width": 12,
|
|
92
|
+
"y": 6,
|
|
93
|
+
"x": 12,
|
|
94
|
+
"type": "metric",
|
|
95
|
+
"properties": {
|
|
96
|
+
"metrics": [
|
|
97
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
|
|
98
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
|
|
99
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
|
|
100
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ]
|
|
101
|
+
],
|
|
102
|
+
"view": "timeSeries",
|
|
103
|
+
"stacked": false,
|
|
104
|
+
"region": "us-east-1",
|
|
105
|
+
"stat": "p50",
|
|
106
|
+
"period": 60,
|
|
107
|
+
"title": "p50 by Worker"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
{
|
|
113
|
+
"height": 4,
|
|
114
|
+
"width": 12,
|
|
115
|
+
"y": 9,
|
|
116
|
+
"x": 0,
|
|
117
|
+
"type": "metric",
|
|
118
|
+
"properties": {
|
|
119
|
+
"metrics": [
|
|
120
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "default" ],
|
|
121
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "Queue", "low_concurrency" ]
|
|
122
|
+
],
|
|
123
|
+
"view": "timeSeries",
|
|
124
|
+
"stacked": false,
|
|
125
|
+
"region": "us-east-1",
|
|
126
|
+
"title": "Processed Jobs By Queue",
|
|
127
|
+
"period": 60,
|
|
128
|
+
"stat": "Sum"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"height": 4,
|
|
133
|
+
"width": 12,
|
|
134
|
+
"y": 9,
|
|
135
|
+
"x": 12,
|
|
136
|
+
"type": "metric",
|
|
137
|
+
"properties": {
|
|
138
|
+
"metrics": [
|
|
139
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "default" ],
|
|
140
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "low_concurrency" ]
|
|
141
|
+
],
|
|
142
|
+
"view": "timeSeries",
|
|
143
|
+
"stacked": false,
|
|
144
|
+
"region": "us-east-1",
|
|
145
|
+
"stat": "p90",
|
|
146
|
+
"period": 60,
|
|
147
|
+
"title": "p90 by Queue"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
{
|
|
153
|
+
"height": 4,
|
|
154
|
+
"width": 12,
|
|
155
|
+
"y": 12,
|
|
156
|
+
"x": 0,
|
|
157
|
+
"type": "metric",
|
|
158
|
+
"properties": {
|
|
159
|
+
"metrics": [
|
|
160
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "Queue", "default" ],
|
|
161
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "Queue", "low_concurrency" ]
|
|
162
|
+
],
|
|
163
|
+
"view": "timeSeries",
|
|
164
|
+
"stacked": false,
|
|
165
|
+
"region": "us-east-1",
|
|
166
|
+
"title": "Failed Jobs By Queue",
|
|
167
|
+
"period": 60,
|
|
168
|
+
"stat": "Sum"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"height": 4,
|
|
173
|
+
"width": 12,
|
|
174
|
+
"y": 12,
|
|
175
|
+
"x": 12,
|
|
176
|
+
"type": "metric",
|
|
177
|
+
"properties": {
|
|
178
|
+
"metrics": [
|
|
179
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "default" ],
|
|
180
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "Queue", "low_concurrency" ]
|
|
181
|
+
],
|
|
182
|
+
"view": "timeSeries",
|
|
183
|
+
"stacked": false,
|
|
184
|
+
"region": "us-east-1",
|
|
185
|
+
"stat": "p50",
|
|
186
|
+
"period": 60,
|
|
187
|
+
"title": "p50 by Queue"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
{
|
|
25
193
|
"height": 1,
|
|
26
194
|
"width": 24,
|
|
27
|
-
"y":
|
|
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
|
+
{
|
|
296
|
+
"height": 1,
|
|
297
|
+
"width": 24,
|
|
298
|
+
"y": 26,
|
|
299
|
+
"x": 0,
|
|
300
|
+
"type": "text",
|
|
301
|
+
"properties": {
|
|
302
|
+
"markdown": "\n# Worker Overviews Redux\n"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
{
|
|
309
|
+
"height": 9,
|
|
310
|
+
"width": 4,
|
|
311
|
+
"y": 27,
|
|
312
|
+
"x": 0,
|
|
313
|
+
"type": "metric",
|
|
314
|
+
"properties": {
|
|
315
|
+
"metrics": [
|
|
316
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker", { "color": "#2ca02c" } ],
|
|
317
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ],
|
|
318
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
|
|
319
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
|
|
320
|
+
],
|
|
321
|
+
"view": "singleValue",
|
|
322
|
+
"region": "us-east-1",
|
|
323
|
+
"stat": "Sum",
|
|
324
|
+
"period": 60,
|
|
325
|
+
"sparkline": true,
|
|
326
|
+
"title": "HelloWorker"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
|
|
330
|
+
{
|
|
331
|
+
"height": 9,
|
|
332
|
+
"width": 4,
|
|
333
|
+
"y": 27,
|
|
334
|
+
"x": 4,
|
|
335
|
+
"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
|
+
"properties": {
|
|
359
|
+
"metrics": [
|
|
360
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker", { "color": "#2ca02c" } ],
|
|
361
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ],
|
|
362
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#ff7f0e", "stat": "p90" } ],
|
|
363
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4", "stat": "p60" } ]
|
|
364
|
+
],
|
|
365
|
+
"view": "singleValue",
|
|
366
|
+
"region": "us-east-1",
|
|
367
|
+
"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,
|
|
28
680
|
"x": 0,
|
|
29
681
|
"type": "text",
|
|
30
682
|
"properties": {
|
|
@@ -38,17 +690,17 @@ Resources:
|
|
|
38
690
|
{
|
|
39
691
|
"height": 3,
|
|
40
692
|
"width": 4,
|
|
41
|
-
"y":
|
|
693
|
+
"y": 51,
|
|
42
694
|
"x": 0,
|
|
43
695
|
"type": "metric",
|
|
44
696
|
"properties": {
|
|
45
697
|
"metrics": [
|
|
46
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "
|
|
698
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
|
|
47
699
|
],
|
|
48
700
|
"view": "timeSeries",
|
|
49
701
|
"stacked": false,
|
|
50
702
|
"region": "us-east-1",
|
|
51
|
-
"title": "
|
|
703
|
+
"title": "HelloWorker Jobs/Min",
|
|
52
704
|
"period": 60,
|
|
53
705
|
"stat": "Sum",
|
|
54
706
|
"legend": {
|
|
@@ -60,7 +712,7 @@ Resources:
|
|
|
60
712
|
{
|
|
61
713
|
"height": 3,
|
|
62
714
|
"width": 4,
|
|
63
|
-
"y":
|
|
715
|
+
"y": 51,
|
|
64
716
|
"x": 4,
|
|
65
717
|
"type": "metric",
|
|
66
718
|
"properties": {
|
|
@@ -82,17 +734,17 @@ Resources:
|
|
|
82
734
|
{
|
|
83
735
|
"height": 3,
|
|
84
736
|
"width": 4,
|
|
85
|
-
"y":
|
|
737
|
+
"y": 51,
|
|
86
738
|
"x": 8,
|
|
87
739
|
"type": "metric",
|
|
88
740
|
"properties": {
|
|
89
741
|
"metrics": [
|
|
90
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "
|
|
742
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
|
|
91
743
|
],
|
|
92
744
|
"view": "timeSeries",
|
|
93
745
|
"stacked": false,
|
|
94
746
|
"region": "us-east-1",
|
|
95
|
-
"title": "
|
|
747
|
+
"title": "AuditWorker Jobs/Min",
|
|
96
748
|
"period": 60,
|
|
97
749
|
"stat": "Sum",
|
|
98
750
|
"legend": {
|
|
@@ -104,7 +756,7 @@ Resources:
|
|
|
104
756
|
{
|
|
105
757
|
"height": 3,
|
|
106
758
|
"width": 4,
|
|
107
|
-
"y":
|
|
759
|
+
"y": 51,
|
|
108
760
|
"x": 12,
|
|
109
761
|
"type": "metric",
|
|
110
762
|
"properties": {
|
|
@@ -128,7 +780,7 @@ Resources:
|
|
|
128
780
|
{
|
|
129
781
|
"height": 1,
|
|
130
782
|
"width": 24,
|
|
131
|
-
"y":
|
|
783
|
+
"y": 54,
|
|
132
784
|
"x": 0,
|
|
133
785
|
"type": "text",
|
|
134
786
|
"properties": {
|
|
@@ -142,17 +794,17 @@ Resources:
|
|
|
142
794
|
{
|
|
143
795
|
"height": 3,
|
|
144
796
|
"width": 4,
|
|
145
|
-
"y":
|
|
797
|
+
"y": 55,
|
|
146
798
|
"x": 0,
|
|
147
799
|
"type": "metric",
|
|
148
800
|
"properties": {
|
|
149
801
|
"metrics": [
|
|
150
|
-
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "
|
|
802
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
|
|
151
803
|
],
|
|
152
804
|
"view": "timeSeries",
|
|
153
805
|
"stacked": false,
|
|
154
806
|
"region": "us-east-1",
|
|
155
|
-
"title": "
|
|
807
|
+
"title": "HelloWorker Fails/Min",
|
|
156
808
|
"period": 60,
|
|
157
809
|
"stat": "Sum",
|
|
158
810
|
"legend": {
|
|
@@ -164,7 +816,7 @@ Resources:
|
|
|
164
816
|
{
|
|
165
817
|
"height": 3,
|
|
166
818
|
"width": 4,
|
|
167
|
-
"y":
|
|
819
|
+
"y": 55,
|
|
168
820
|
"x": 4,
|
|
169
821
|
"type": "metric",
|
|
170
822
|
"properties": {
|
|
@@ -186,17 +838,17 @@ Resources:
|
|
|
186
838
|
{
|
|
187
839
|
"height": 3,
|
|
188
840
|
"width": 4,
|
|
189
|
-
"y":
|
|
841
|
+
"y": 55,
|
|
190
842
|
"x": 8,
|
|
191
843
|
"type": "metric",
|
|
192
844
|
"properties": {
|
|
193
845
|
"metrics": [
|
|
194
|
-
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "
|
|
846
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
|
|
195
847
|
],
|
|
196
848
|
"view": "timeSeries",
|
|
197
849
|
"stacked": false,
|
|
198
850
|
"region": "us-east-1",
|
|
199
|
-
"title": "
|
|
851
|
+
"title": "AuditWorker Fails/Min",
|
|
200
852
|
"period": 60,
|
|
201
853
|
"stat": "Sum",
|
|
202
854
|
"legend": {
|
|
@@ -208,7 +860,7 @@ Resources:
|
|
|
208
860
|
{
|
|
209
861
|
"height": 3,
|
|
210
862
|
"width": 4,
|
|
211
|
-
"y":
|
|
863
|
+
"y": 55,
|
|
212
864
|
"x": 12,
|
|
213
865
|
"type": "metric",
|
|
214
866
|
"properties": {
|
|
@@ -232,7 +884,7 @@ Resources:
|
|
|
232
884
|
{
|
|
233
885
|
"height": 1,
|
|
234
886
|
"width": 24,
|
|
235
|
-
"y":
|
|
887
|
+
"y": 58,
|
|
236
888
|
"x": 0,
|
|
237
889
|
"type": "text",
|
|
238
890
|
"properties": {
|
|
@@ -246,12 +898,12 @@ Resources:
|
|
|
246
898
|
{
|
|
247
899
|
"height": 4,
|
|
248
900
|
"width": 4,
|
|
249
|
-
"y":
|
|
901
|
+
"y": 59,
|
|
250
902
|
"x": 0,
|
|
251
903
|
"type": "metric",
|
|
252
904
|
"properties": {
|
|
253
905
|
"metrics": [
|
|
254
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
906
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
|
|
255
907
|
[ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
|
|
256
908
|
[ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
|
|
257
909
|
[ "...", { "label": "p60", "color": "#1f77b4" } ]
|
|
@@ -261,7 +913,7 @@ Resources:
|
|
|
261
913
|
"region": "us-east-1",
|
|
262
914
|
"stat": "p60",
|
|
263
915
|
"period": 60,
|
|
264
|
-
"title": "
|
|
916
|
+
"title": "HelloWorker Duration Percentiles",
|
|
265
917
|
"legend": {
|
|
266
918
|
"position": "bottom"
|
|
267
919
|
}
|
|
@@ -271,7 +923,7 @@ Resources:
|
|
|
271
923
|
{
|
|
272
924
|
"height": 4,
|
|
273
925
|
"width": 4,
|
|
274
|
-
"y":
|
|
926
|
+
"y": 59,
|
|
275
927
|
"x": 4,
|
|
276
928
|
"type": "metric",
|
|
277
929
|
"properties": {
|
|
@@ -296,12 +948,12 @@ Resources:
|
|
|
296
948
|
{
|
|
297
949
|
"height": 4,
|
|
298
950
|
"width": 4,
|
|
299
|
-
"y":
|
|
951
|
+
"y": 59,
|
|
300
952
|
"x": 8,
|
|
301
953
|
"type": "metric",
|
|
302
954
|
"properties": {
|
|
303
955
|
"metrics": [
|
|
304
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
956
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "stat": "p90", "color": "#d62728" } ],
|
|
305
957
|
[ "...", { "label": "p80", "stat": "p80", "color": "#2ca02c" } ],
|
|
306
958
|
[ "...", { "label": "p70", "stat": "p70", "color": "#ff7f0e" } ],
|
|
307
959
|
[ "...", { "label": "p60", "color": "#1f77b4" } ]
|
|
@@ -311,7 +963,7 @@ Resources:
|
|
|
311
963
|
"region": "us-east-1",
|
|
312
964
|
"stat": "p60",
|
|
313
965
|
"period": 60,
|
|
314
|
-
"title": "
|
|
966
|
+
"title": "AuditWorker Duration Percentiles",
|
|
315
967
|
"legend": {
|
|
316
968
|
"position": "bottom"
|
|
317
969
|
}
|
|
@@ -321,7 +973,7 @@ Resources:
|
|
|
321
973
|
{
|
|
322
974
|
"height": 4,
|
|
323
975
|
"width": 4,
|
|
324
|
-
"y":
|
|
976
|
+
"y": 59,
|
|
325
977
|
"x": 12,
|
|
326
978
|
"type": "metric",
|
|
327
979
|
"properties": {
|
|
@@ -348,157 +1000,157 @@ Resources:
|
|
|
348
1000
|
{
|
|
349
1001
|
"height": 1,
|
|
350
1002
|
"width": 24,
|
|
351
|
-
"y":
|
|
1003
|
+
"y": 62,
|
|
352
1004
|
"x": 0,
|
|
353
1005
|
"type": "text",
|
|
354
1006
|
"properties": {
|
|
355
|
-
"markdown": "\n#
|
|
1007
|
+
"markdown": "\n# HelloWorker\n"
|
|
356
1008
|
}
|
|
357
1009
|
},
|
|
358
1010
|
|
|
359
1011
|
|
|
360
1012
|
{
|
|
361
|
-
"height":
|
|
1013
|
+
"height": 3,
|
|
362
1014
|
"width": 3,
|
|
363
|
-
"y":
|
|
1015
|
+
"y": 63,
|
|
364
1016
|
"x": 0,
|
|
365
1017
|
"type": "metric",
|
|
366
1018
|
"properties": {
|
|
367
1019
|
"metrics": [
|
|
368
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "
|
|
1020
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
|
|
369
1021
|
],
|
|
370
1022
|
"view": "singleValue",
|
|
371
1023
|
"region": "us-east-1",
|
|
372
1024
|
"stat": "Sum",
|
|
373
1025
|
"period": 60,
|
|
374
|
-
"sparkline":
|
|
375
|
-
"title": "
|
|
1026
|
+
"sparkline": true,
|
|
1027
|
+
"title": "HelloWorker Processed/Min"
|
|
376
1028
|
}
|
|
377
1029
|
},
|
|
378
1030
|
{
|
|
379
|
-
"height":
|
|
1031
|
+
"height": 3,
|
|
380
1032
|
"width": 3,
|
|
381
|
-
"y":
|
|
1033
|
+
"y": 63,
|
|
382
1034
|
"x": 3,
|
|
383
1035
|
"type": "metric",
|
|
384
1036
|
"properties": {
|
|
385
1037
|
"metrics": [
|
|
386
|
-
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "
|
|
1038
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
|
|
387
1039
|
],
|
|
388
1040
|
"view": "singleValue",
|
|
389
1041
|
"region": "us-east-1",
|
|
390
1042
|
"stat": "Sum",
|
|
391
1043
|
"period": 60,
|
|
392
|
-
"sparkline":
|
|
393
|
-
"title": "
|
|
1044
|
+
"sparkline": true,
|
|
1045
|
+
"title": "HelloWorker Failed/Min"
|
|
394
1046
|
}
|
|
395
1047
|
},
|
|
396
1048
|
{
|
|
397
|
-
"height":
|
|
1049
|
+
"height": 3,
|
|
398
1050
|
"width": 3,
|
|
399
|
-
"y":
|
|
1051
|
+
"y": 63,
|
|
400
1052
|
"x": 6,
|
|
401
1053
|
"type": "metric",
|
|
402
1054
|
"properties": {
|
|
403
1055
|
"metrics": [
|
|
404
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1056
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p60", "color": "#1f77b4" } ]
|
|
405
1057
|
],
|
|
406
1058
|
"view": "singleValue",
|
|
407
1059
|
"region": "us-east-1",
|
|
408
1060
|
"stat": "p60",
|
|
409
1061
|
"period": 60,
|
|
410
|
-
"sparkline":
|
|
411
|
-
"title": "
|
|
1062
|
+
"sparkline": true,
|
|
1063
|
+
"title": "HelloWorker p60"
|
|
412
1064
|
}
|
|
413
1065
|
},
|
|
414
1066
|
{
|
|
415
|
-
"height":
|
|
1067
|
+
"height": 3,
|
|
416
1068
|
"width": 3,
|
|
417
|
-
"y":
|
|
1069
|
+
"y": 63,
|
|
418
1070
|
"x": 9,
|
|
419
1071
|
"type": "metric",
|
|
420
1072
|
"properties": {
|
|
421
1073
|
"metrics": [
|
|
422
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1074
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p70", "color": "#ff7f0e" } ]
|
|
423
1075
|
],
|
|
424
1076
|
"view": "singleValue",
|
|
425
1077
|
"region": "us-east-1",
|
|
426
1078
|
"stat": "p70",
|
|
427
1079
|
"period": 60,
|
|
428
|
-
"sparkline":
|
|
429
|
-
"title": "
|
|
1080
|
+
"sparkline": true,
|
|
1081
|
+
"title": "HelloWorker p70"
|
|
430
1082
|
}
|
|
431
1083
|
},
|
|
432
1084
|
{
|
|
433
|
-
"height":
|
|
1085
|
+
"height": 3,
|
|
434
1086
|
"width": 3,
|
|
435
|
-
"y":
|
|
1087
|
+
"y": 63,
|
|
436
1088
|
"x": 12,
|
|
437
1089
|
"type": "metric",
|
|
438
1090
|
"properties": {
|
|
439
1091
|
"metrics": [
|
|
440
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1092
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p80", "color": "#2ca02c" } ]
|
|
441
1093
|
],
|
|
442
1094
|
"view": "singleValue",
|
|
443
1095
|
"region": "us-east-1",
|
|
444
1096
|
"stat": "p80",
|
|
445
1097
|
"period": 60,
|
|
446
|
-
"sparkline":
|
|
447
|
-
"title": "
|
|
1098
|
+
"sparkline": true,
|
|
1099
|
+
"title": "HelloWorker p80"
|
|
448
1100
|
}
|
|
449
1101
|
},
|
|
450
1102
|
{
|
|
451
|
-
"height":
|
|
1103
|
+
"height": 3,
|
|
452
1104
|
"width": 3,
|
|
453
|
-
"y":
|
|
1105
|
+
"y": 63,
|
|
454
1106
|
"x": 15,
|
|
455
1107
|
"type": "metric",
|
|
456
1108
|
"properties": {
|
|
457
1109
|
"metrics": [
|
|
458
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1110
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "p90", "color": "#d62728" } ]
|
|
459
1111
|
],
|
|
460
1112
|
"view": "singleValue",
|
|
461
1113
|
"region": "us-east-1",
|
|
462
1114
|
"stat": "p90",
|
|
463
1115
|
"period": 60,
|
|
464
|
-
"sparkline":
|
|
465
|
-
"title": "
|
|
1116
|
+
"sparkline": true,
|
|
1117
|
+
"title": "HelloWorker p90"
|
|
466
1118
|
}
|
|
467
1119
|
},
|
|
468
1120
|
{
|
|
469
|
-
"height":
|
|
1121
|
+
"height": 3,
|
|
470
1122
|
"width": 3,
|
|
471
|
-
"y":
|
|
1123
|
+
"y": 63,
|
|
472
1124
|
"x": 18,
|
|
473
1125
|
"type": "metric",
|
|
474
1126
|
"properties": {
|
|
475
1127
|
"metrics": [
|
|
476
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1128
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "Min" } ]
|
|
477
1129
|
],
|
|
478
1130
|
"view": "singleValue",
|
|
479
1131
|
"region": "us-east-1",
|
|
480
1132
|
"stat": "Minimum",
|
|
481
1133
|
"period": 60,
|
|
482
|
-
"sparkline":
|
|
483
|
-
"title": "
|
|
1134
|
+
"sparkline": true,
|
|
1135
|
+
"title": "HelloWorker Min"
|
|
484
1136
|
}
|
|
485
1137
|
},
|
|
486
1138
|
{
|
|
487
|
-
"height":
|
|
1139
|
+
"height": 3,
|
|
488
1140
|
"width": 3,
|
|
489
|
-
"y":
|
|
1141
|
+
"y": 63,
|
|
490
1142
|
"x": 21,
|
|
491
1143
|
"type": "metric",
|
|
492
1144
|
"properties": {
|
|
493
1145
|
"metrics": [
|
|
494
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1146
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "label": "Max", "color": "#d62728" } ]
|
|
495
1147
|
],
|
|
496
1148
|
"view": "singleValue",
|
|
497
1149
|
"region": "us-east-1",
|
|
498
1150
|
"stat": "Maximum",
|
|
499
1151
|
"period": 60,
|
|
500
|
-
"sparkline":
|
|
501
|
-
"title": "
|
|
1152
|
+
"sparkline": true,
|
|
1153
|
+
"title": "HelloWorker Max"
|
|
502
1154
|
}
|
|
503
1155
|
},
|
|
504
1156
|
|
|
@@ -509,17 +1161,17 @@ Resources:
|
|
|
509
1161
|
{
|
|
510
1162
|
"height": 3,
|
|
511
1163
|
"width": 3,
|
|
512
|
-
"y":
|
|
1164
|
+
"y": 66,
|
|
513
1165
|
"x": 0,
|
|
514
1166
|
"type": "metric",
|
|
515
1167
|
"properties": {
|
|
516
1168
|
"metrics": [
|
|
517
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "
|
|
1169
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ]
|
|
518
1170
|
],
|
|
519
1171
|
"view": "timeSeries",
|
|
520
1172
|
"stacked": false,
|
|
521
1173
|
"region": "us-east-1",
|
|
522
|
-
"title": "
|
|
1174
|
+
"title": "HelloWorker Processed Jobs",
|
|
523
1175
|
"period": 60,
|
|
524
1176
|
"stat": "Sum",
|
|
525
1177
|
"legend": {
|
|
@@ -530,17 +1182,17 @@ Resources:
|
|
|
530
1182
|
{
|
|
531
1183
|
"height": 3,
|
|
532
1184
|
"width": 3,
|
|
533
|
-
"y":
|
|
1185
|
+
"y": 66,
|
|
534
1186
|
"x": 3,
|
|
535
1187
|
"type": "metric",
|
|
536
1188
|
"properties": {
|
|
537
1189
|
"metrics": [
|
|
538
|
-
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "
|
|
1190
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "HelloWorker", { "color": "#d62728" }]
|
|
539
1191
|
],
|
|
540
1192
|
"view": "timeSeries",
|
|
541
1193
|
"stacked": false,
|
|
542
1194
|
"region": "us-east-1",
|
|
543
|
-
"title": "
|
|
1195
|
+
"title": "HelloWorker Failed Jobs",
|
|
544
1196
|
"period": 60,
|
|
545
1197
|
"stat": "Sum",
|
|
546
1198
|
"legend": {
|
|
@@ -551,12 +1203,12 @@ Resources:
|
|
|
551
1203
|
{
|
|
552
1204
|
"height": 3,
|
|
553
1205
|
"width": 12,
|
|
554
|
-
"y":
|
|
1206
|
+
"y": 66,
|
|
555
1207
|
"x": 6,
|
|
556
1208
|
"type": "metric",
|
|
557
1209
|
"properties": {
|
|
558
1210
|
"metrics": [
|
|
559
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1211
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "stat": "p90", "color": "#d62728" } ],
|
|
560
1212
|
[ "...", { "stat": "p80", "color": "#2ca02c" } ],
|
|
561
1213
|
[ "...", { "stat": "p70", "color": "#ff7f0e" } ],
|
|
562
1214
|
[ "...", { "color": "#1f77b4" } ]
|
|
@@ -566,7 +1218,7 @@ Resources:
|
|
|
566
1218
|
"region": "us-east-1",
|
|
567
1219
|
"stat": "p60",
|
|
568
1220
|
"period": 60,
|
|
569
|
-
"title": "
|
|
1221
|
+
"title": "HelloWorker Duration Percentiles",
|
|
570
1222
|
"legend": {
|
|
571
1223
|
"position": "right"
|
|
572
1224
|
}
|
|
@@ -575,19 +1227,19 @@ Resources:
|
|
|
575
1227
|
{
|
|
576
1228
|
"height": 3,
|
|
577
1229
|
"width": 3,
|
|
578
|
-
"y":
|
|
1230
|
+
"y": 66,
|
|
579
1231
|
"x": 18,
|
|
580
1232
|
"type": "metric",
|
|
581
1233
|
"properties": {
|
|
582
1234
|
"metrics": [
|
|
583
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1235
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ]
|
|
584
1236
|
],
|
|
585
1237
|
"view": "timeSeries",
|
|
586
1238
|
"stacked": false,
|
|
587
1239
|
"region": "us-east-1",
|
|
588
1240
|
"stat": "Minimum",
|
|
589
1241
|
"period": 60,
|
|
590
|
-
"title": "
|
|
1242
|
+
"title": "HelloWorker Min",
|
|
591
1243
|
"legend": {
|
|
592
1244
|
"position": "hidden"
|
|
593
1245
|
}
|
|
@@ -596,30 +1248,29 @@ Resources:
|
|
|
596
1248
|
{
|
|
597
1249
|
"height": 3,
|
|
598
1250
|
"width": 3,
|
|
599
|
-
"y":
|
|
1251
|
+
"y": 66,
|
|
600
1252
|
"x": 21,
|
|
601
1253
|
"type": "metric",
|
|
602
1254
|
"properties": {
|
|
603
1255
|
"metrics": [
|
|
604
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1256
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "color": "#d62728" } ]
|
|
605
1257
|
],
|
|
606
1258
|
"view": "timeSeries",
|
|
607
1259
|
"stacked": false,
|
|
608
1260
|
"region": "us-east-1",
|
|
609
1261
|
"stat": "Maximum",
|
|
610
1262
|
"period": 60,
|
|
611
|
-
"title": "
|
|
1263
|
+
"title": "HelloWorker Max",
|
|
612
1264
|
"legend": {
|
|
613
1265
|
"position": "hidden"
|
|
614
1266
|
}
|
|
615
1267
|
}
|
|
616
1268
|
},
|
|
617
1269
|
|
|
618
|
-
|
|
619
1270
|
{
|
|
620
1271
|
"height": 1,
|
|
621
1272
|
"width": 24,
|
|
622
|
-
"y":
|
|
1273
|
+
"y": 72,
|
|
623
1274
|
"x": 0,
|
|
624
1275
|
"type": "text",
|
|
625
1276
|
"properties": {
|
|
@@ -629,9 +1280,9 @@ Resources:
|
|
|
629
1280
|
|
|
630
1281
|
|
|
631
1282
|
{
|
|
632
|
-
"height":
|
|
1283
|
+
"height": 3,
|
|
633
1284
|
"width": 3,
|
|
634
|
-
"y":
|
|
1285
|
+
"y": 73,
|
|
635
1286
|
"x": 0,
|
|
636
1287
|
"type": "metric",
|
|
637
1288
|
"properties": {
|
|
@@ -642,14 +1293,14 @@ Resources:
|
|
|
642
1293
|
"region": "us-east-1",
|
|
643
1294
|
"stat": "Sum",
|
|
644
1295
|
"period": 60,
|
|
645
|
-
"sparkline":
|
|
1296
|
+
"sparkline": true,
|
|
646
1297
|
"title": "GreetingsWorker Processed/Min"
|
|
647
1298
|
}
|
|
648
1299
|
},
|
|
649
1300
|
{
|
|
650
|
-
"height":
|
|
1301
|
+
"height": 3,
|
|
651
1302
|
"width": 3,
|
|
652
|
-
"y":
|
|
1303
|
+
"y": 73,
|
|
653
1304
|
"x": 3,
|
|
654
1305
|
"type": "metric",
|
|
655
1306
|
"properties": {
|
|
@@ -660,14 +1311,14 @@ Resources:
|
|
|
660
1311
|
"region": "us-east-1",
|
|
661
1312
|
"stat": "Sum",
|
|
662
1313
|
"period": 60,
|
|
663
|
-
"sparkline":
|
|
1314
|
+
"sparkline": true,
|
|
664
1315
|
"title": "GreetingsWorker Failed/Min"
|
|
665
1316
|
}
|
|
666
1317
|
},
|
|
667
1318
|
{
|
|
668
|
-
"height":
|
|
1319
|
+
"height": 3,
|
|
669
1320
|
"width": 3,
|
|
670
|
-
"y":
|
|
1321
|
+
"y": 73,
|
|
671
1322
|
"x": 6,
|
|
672
1323
|
"type": "metric",
|
|
673
1324
|
"properties": {
|
|
@@ -678,14 +1329,14 @@ Resources:
|
|
|
678
1329
|
"region": "us-east-1",
|
|
679
1330
|
"stat": "p60",
|
|
680
1331
|
"period": 60,
|
|
681
|
-
"sparkline":
|
|
1332
|
+
"sparkline": true,
|
|
682
1333
|
"title": "GreetingsWorker p60"
|
|
683
1334
|
}
|
|
684
1335
|
},
|
|
685
1336
|
{
|
|
686
|
-
"height":
|
|
1337
|
+
"height": 3,
|
|
687
1338
|
"width": 3,
|
|
688
|
-
"y":
|
|
1339
|
+
"y": 73,
|
|
689
1340
|
"x": 9,
|
|
690
1341
|
"type": "metric",
|
|
691
1342
|
"properties": {
|
|
@@ -696,14 +1347,14 @@ Resources:
|
|
|
696
1347
|
"region": "us-east-1",
|
|
697
1348
|
"stat": "p70",
|
|
698
1349
|
"period": 60,
|
|
699
|
-
"sparkline":
|
|
1350
|
+
"sparkline": true,
|
|
700
1351
|
"title": "GreetingsWorker p70"
|
|
701
1352
|
}
|
|
702
1353
|
},
|
|
703
1354
|
{
|
|
704
|
-
"height":
|
|
1355
|
+
"height": 3,
|
|
705
1356
|
"width": 3,
|
|
706
|
-
"y":
|
|
1357
|
+
"y": 73,
|
|
707
1358
|
"x": 12,
|
|
708
1359
|
"type": "metric",
|
|
709
1360
|
"properties": {
|
|
@@ -714,14 +1365,14 @@ Resources:
|
|
|
714
1365
|
"region": "us-east-1",
|
|
715
1366
|
"stat": "p80",
|
|
716
1367
|
"period": 60,
|
|
717
|
-
"sparkline":
|
|
1368
|
+
"sparkline": true,
|
|
718
1369
|
"title": "GreetingsWorker p80"
|
|
719
1370
|
}
|
|
720
1371
|
},
|
|
721
1372
|
{
|
|
722
|
-
"height":
|
|
1373
|
+
"height": 3,
|
|
723
1374
|
"width": 3,
|
|
724
|
-
"y":
|
|
1375
|
+
"y": 73,
|
|
725
1376
|
"x": 15,
|
|
726
1377
|
"type": "metric",
|
|
727
1378
|
"properties": {
|
|
@@ -732,14 +1383,14 @@ Resources:
|
|
|
732
1383
|
"region": "us-east-1",
|
|
733
1384
|
"stat": "p90",
|
|
734
1385
|
"period": 60,
|
|
735
|
-
"sparkline":
|
|
1386
|
+
"sparkline": true,
|
|
736
1387
|
"title": "GreetingsWorker p90"
|
|
737
1388
|
}
|
|
738
1389
|
},
|
|
739
1390
|
{
|
|
740
|
-
"height":
|
|
1391
|
+
"height": 3,
|
|
741
1392
|
"width": 3,
|
|
742
|
-
"y":
|
|
1393
|
+
"y": 73,
|
|
743
1394
|
"x": 18,
|
|
744
1395
|
"type": "metric",
|
|
745
1396
|
"properties": {
|
|
@@ -750,14 +1401,14 @@ Resources:
|
|
|
750
1401
|
"region": "us-east-1",
|
|
751
1402
|
"stat": "Minimum",
|
|
752
1403
|
"period": 60,
|
|
753
|
-
"sparkline":
|
|
1404
|
+
"sparkline": true,
|
|
754
1405
|
"title": "GreetingsWorker Min"
|
|
755
1406
|
}
|
|
756
1407
|
},
|
|
757
1408
|
{
|
|
758
|
-
"height":
|
|
1409
|
+
"height": 3,
|
|
759
1410
|
"width": 3,
|
|
760
|
-
"y":
|
|
1411
|
+
"y": 73,
|
|
761
1412
|
"x": 21,
|
|
762
1413
|
"type": "metric",
|
|
763
1414
|
"properties": {
|
|
@@ -768,7 +1419,7 @@ Resources:
|
|
|
768
1419
|
"region": "us-east-1",
|
|
769
1420
|
"stat": "Maximum",
|
|
770
1421
|
"period": 60,
|
|
771
|
-
"sparkline":
|
|
1422
|
+
"sparkline": true,
|
|
772
1423
|
"title": "GreetingsWorker Max"
|
|
773
1424
|
}
|
|
774
1425
|
},
|
|
@@ -780,7 +1431,7 @@ Resources:
|
|
|
780
1431
|
{
|
|
781
1432
|
"height": 3,
|
|
782
1433
|
"width": 3,
|
|
783
|
-
"y":
|
|
1434
|
+
"y": 76,
|
|
784
1435
|
"x": 0,
|
|
785
1436
|
"type": "metric",
|
|
786
1437
|
"properties": {
|
|
@@ -801,7 +1452,7 @@ Resources:
|
|
|
801
1452
|
{
|
|
802
1453
|
"height": 3,
|
|
803
1454
|
"width": 3,
|
|
804
|
-
"y":
|
|
1455
|
+
"y": 76,
|
|
805
1456
|
"x": 3,
|
|
806
1457
|
"type": "metric",
|
|
807
1458
|
"properties": {
|
|
@@ -822,7 +1473,7 @@ Resources:
|
|
|
822
1473
|
{
|
|
823
1474
|
"height": 3,
|
|
824
1475
|
"width": 12,
|
|
825
|
-
"y":
|
|
1476
|
+
"y": 76,
|
|
826
1477
|
"x": 6,
|
|
827
1478
|
"type": "metric",
|
|
828
1479
|
"properties": {
|
|
@@ -846,7 +1497,7 @@ Resources:
|
|
|
846
1497
|
{
|
|
847
1498
|
"height": 3,
|
|
848
1499
|
"width": 3,
|
|
849
|
-
"y":
|
|
1500
|
+
"y": 76,
|
|
850
1501
|
"x": 18,
|
|
851
1502
|
"type": "metric",
|
|
852
1503
|
"properties": {
|
|
@@ -867,7 +1518,7 @@ Resources:
|
|
|
867
1518
|
{
|
|
868
1519
|
"height": 3,
|
|
869
1520
|
"width": 3,
|
|
870
|
-
"y":
|
|
1521
|
+
"y": 76,
|
|
871
1522
|
"x": 21,
|
|
872
1523
|
"type": "metric",
|
|
873
1524
|
"properties": {
|
|
@@ -886,161 +1537,160 @@ Resources:
|
|
|
886
1537
|
}
|
|
887
1538
|
},
|
|
888
1539
|
|
|
889
|
-
|
|
890
1540
|
{
|
|
891
1541
|
"height": 1,
|
|
892
1542
|
"width": 24,
|
|
893
|
-
"y":
|
|
1543
|
+
"y": 82,
|
|
894
1544
|
"x": 0,
|
|
895
1545
|
"type": "text",
|
|
896
1546
|
"properties": {
|
|
897
|
-
"markdown": "\n#
|
|
1547
|
+
"markdown": "\n# AuditWorker\n"
|
|
898
1548
|
}
|
|
899
1549
|
},
|
|
900
1550
|
|
|
901
1551
|
|
|
902
1552
|
{
|
|
903
|
-
"height":
|
|
1553
|
+
"height": 3,
|
|
904
1554
|
"width": 3,
|
|
905
|
-
"y":
|
|
1555
|
+
"y": 83,
|
|
906
1556
|
"x": 0,
|
|
907
1557
|
"type": "metric",
|
|
908
1558
|
"properties": {
|
|
909
1559
|
"metrics": [
|
|
910
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "
|
|
1560
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
|
|
911
1561
|
],
|
|
912
1562
|
"view": "singleValue",
|
|
913
1563
|
"region": "us-east-1",
|
|
914
1564
|
"stat": "Sum",
|
|
915
1565
|
"period": 60,
|
|
916
|
-
"sparkline":
|
|
917
|
-
"title": "
|
|
1566
|
+
"sparkline": true,
|
|
1567
|
+
"title": "AuditWorker Processed/Min"
|
|
918
1568
|
}
|
|
919
1569
|
},
|
|
920
1570
|
{
|
|
921
|
-
"height":
|
|
1571
|
+
"height": 3,
|
|
922
1572
|
"width": 3,
|
|
923
|
-
"y":
|
|
1573
|
+
"y": 83,
|
|
924
1574
|
"x": 3,
|
|
925
1575
|
"type": "metric",
|
|
926
1576
|
"properties": {
|
|
927
1577
|
"metrics": [
|
|
928
|
-
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "
|
|
1578
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
|
|
929
1579
|
],
|
|
930
1580
|
"view": "singleValue",
|
|
931
1581
|
"region": "us-east-1",
|
|
932
1582
|
"stat": "Sum",
|
|
933
1583
|
"period": 60,
|
|
934
|
-
"sparkline":
|
|
935
|
-
"title": "
|
|
1584
|
+
"sparkline": true,
|
|
1585
|
+
"title": "AuditWorker Failed/Min"
|
|
936
1586
|
}
|
|
937
1587
|
},
|
|
938
1588
|
{
|
|
939
|
-
"height":
|
|
1589
|
+
"height": 3,
|
|
940
1590
|
"width": 3,
|
|
941
|
-
"y":
|
|
1591
|
+
"y": 83,
|
|
942
1592
|
"x": 6,
|
|
943
1593
|
"type": "metric",
|
|
944
1594
|
"properties": {
|
|
945
1595
|
"metrics": [
|
|
946
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1596
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p60", "color": "#1f77b4" } ]
|
|
947
1597
|
],
|
|
948
1598
|
"view": "singleValue",
|
|
949
1599
|
"region": "us-east-1",
|
|
950
1600
|
"stat": "p60",
|
|
951
1601
|
"period": 60,
|
|
952
|
-
"sparkline":
|
|
953
|
-
"title": "
|
|
1602
|
+
"sparkline": true,
|
|
1603
|
+
"title": "AuditWorker p60"
|
|
954
1604
|
}
|
|
955
1605
|
},
|
|
956
1606
|
{
|
|
957
|
-
"height":
|
|
1607
|
+
"height": 3,
|
|
958
1608
|
"width": 3,
|
|
959
|
-
"y":
|
|
1609
|
+
"y": 83,
|
|
960
1610
|
"x": 9,
|
|
961
1611
|
"type": "metric",
|
|
962
1612
|
"properties": {
|
|
963
1613
|
"metrics": [
|
|
964
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1614
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p70", "color": "#ff7f0e" } ]
|
|
965
1615
|
],
|
|
966
1616
|
"view": "singleValue",
|
|
967
1617
|
"region": "us-east-1",
|
|
968
1618
|
"stat": "p70",
|
|
969
1619
|
"period": 60,
|
|
970
|
-
"sparkline":
|
|
971
|
-
"title": "
|
|
1620
|
+
"sparkline": true,
|
|
1621
|
+
"title": "AuditWorker p70"
|
|
972
1622
|
}
|
|
973
1623
|
},
|
|
974
1624
|
{
|
|
975
|
-
"height":
|
|
1625
|
+
"height": 3,
|
|
976
1626
|
"width": 3,
|
|
977
|
-
"y":
|
|
1627
|
+
"y": 83,
|
|
978
1628
|
"x": 12,
|
|
979
1629
|
"type": "metric",
|
|
980
1630
|
"properties": {
|
|
981
1631
|
"metrics": [
|
|
982
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1632
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p80", "color": "#2ca02c" } ]
|
|
983
1633
|
],
|
|
984
1634
|
"view": "singleValue",
|
|
985
1635
|
"region": "us-east-1",
|
|
986
1636
|
"stat": "p80",
|
|
987
1637
|
"period": 60,
|
|
988
|
-
"sparkline":
|
|
989
|
-
"title": "
|
|
1638
|
+
"sparkline": true,
|
|
1639
|
+
"title": "AuditWorker p80"
|
|
990
1640
|
}
|
|
991
1641
|
},
|
|
992
1642
|
{
|
|
993
|
-
"height":
|
|
1643
|
+
"height": 3,
|
|
994
1644
|
"width": 3,
|
|
995
|
-
"y":
|
|
1645
|
+
"y": 83,
|
|
996
1646
|
"x": 15,
|
|
997
1647
|
"type": "metric",
|
|
998
1648
|
"properties": {
|
|
999
1649
|
"metrics": [
|
|
1000
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1650
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "p90", "color": "#d62728" } ]
|
|
1001
1651
|
],
|
|
1002
1652
|
"view": "singleValue",
|
|
1003
1653
|
"region": "us-east-1",
|
|
1004
1654
|
"stat": "p90",
|
|
1005
1655
|
"period": 60,
|
|
1006
|
-
"sparkline":
|
|
1007
|
-
"title": "
|
|
1656
|
+
"sparkline": true,
|
|
1657
|
+
"title": "AuditWorker p90"
|
|
1008
1658
|
}
|
|
1009
1659
|
},
|
|
1010
1660
|
{
|
|
1011
|
-
"height":
|
|
1661
|
+
"height": 3,
|
|
1012
1662
|
"width": 3,
|
|
1013
|
-
"y":
|
|
1663
|
+
"y": 83,
|
|
1014
1664
|
"x": 18,
|
|
1015
1665
|
"type": "metric",
|
|
1016
1666
|
"properties": {
|
|
1017
1667
|
"metrics": [
|
|
1018
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1668
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Min" } ]
|
|
1019
1669
|
],
|
|
1020
1670
|
"view": "singleValue",
|
|
1021
1671
|
"region": "us-east-1",
|
|
1022
1672
|
"stat": "Minimum",
|
|
1023
1673
|
"period": 60,
|
|
1024
|
-
"sparkline":
|
|
1025
|
-
"title": "
|
|
1674
|
+
"sparkline": true,
|
|
1675
|
+
"title": "AuditWorker Min"
|
|
1026
1676
|
}
|
|
1027
1677
|
},
|
|
1028
1678
|
{
|
|
1029
|
-
"height":
|
|
1679
|
+
"height": 3,
|
|
1030
1680
|
"width": 3,
|
|
1031
|
-
"y":
|
|
1681
|
+
"y": 83,
|
|
1032
1682
|
"x": 21,
|
|
1033
1683
|
"type": "metric",
|
|
1034
1684
|
"properties": {
|
|
1035
1685
|
"metrics": [
|
|
1036
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1686
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "label": "Max", "color": "#d62728" } ]
|
|
1037
1687
|
],
|
|
1038
1688
|
"view": "singleValue",
|
|
1039
1689
|
"region": "us-east-1",
|
|
1040
1690
|
"stat": "Maximum",
|
|
1041
1691
|
"period": 60,
|
|
1042
|
-
"sparkline":
|
|
1043
|
-
"title": "
|
|
1692
|
+
"sparkline": true,
|
|
1693
|
+
"title": "AuditWorker Max"
|
|
1044
1694
|
}
|
|
1045
1695
|
},
|
|
1046
1696
|
|
|
@@ -1051,17 +1701,17 @@ Resources:
|
|
|
1051
1701
|
{
|
|
1052
1702
|
"height": 3,
|
|
1053
1703
|
"width": 3,
|
|
1054
|
-
"y":
|
|
1704
|
+
"y": 86,
|
|
1055
1705
|
"x": 0,
|
|
1056
1706
|
"type": "metric",
|
|
1057
1707
|
"properties": {
|
|
1058
1708
|
"metrics": [
|
|
1059
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "
|
|
1709
|
+
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ]
|
|
1060
1710
|
],
|
|
1061
1711
|
"view": "timeSeries",
|
|
1062
1712
|
"stacked": false,
|
|
1063
1713
|
"region": "us-east-1",
|
|
1064
|
-
"title": "
|
|
1714
|
+
"title": "AuditWorker Processed Jobs",
|
|
1065
1715
|
"period": 60,
|
|
1066
1716
|
"stat": "Sum",
|
|
1067
1717
|
"legend": {
|
|
@@ -1072,17 +1722,17 @@ Resources:
|
|
|
1072
1722
|
{
|
|
1073
1723
|
"height": 3,
|
|
1074
1724
|
"width": 3,
|
|
1075
|
-
"y":
|
|
1725
|
+
"y": 86,
|
|
1076
1726
|
"x": 3,
|
|
1077
1727
|
"type": "metric",
|
|
1078
1728
|
"properties": {
|
|
1079
1729
|
"metrics": [
|
|
1080
|
-
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "
|
|
1730
|
+
[ "${self:custom.funktor.DashboardNamespace}", "failed", "WorkerClassName", "AuditWorker", { "color": "#d62728" }]
|
|
1081
1731
|
],
|
|
1082
1732
|
"view": "timeSeries",
|
|
1083
1733
|
"stacked": false,
|
|
1084
1734
|
"region": "us-east-1",
|
|
1085
|
-
"title": "
|
|
1735
|
+
"title": "AuditWorker Failed Jobs",
|
|
1086
1736
|
"period": 60,
|
|
1087
1737
|
"stat": "Sum",
|
|
1088
1738
|
"legend": {
|
|
@@ -1093,12 +1743,12 @@ Resources:
|
|
|
1093
1743
|
{
|
|
1094
1744
|
"height": 3,
|
|
1095
1745
|
"width": 12,
|
|
1096
|
-
"y":
|
|
1746
|
+
"y": 86,
|
|
1097
1747
|
"x": 6,
|
|
1098
1748
|
"type": "metric",
|
|
1099
1749
|
"properties": {
|
|
1100
1750
|
"metrics": [
|
|
1101
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1751
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
|
|
1102
1752
|
[ "...", { "stat": "p80", "color": "#2ca02c" } ],
|
|
1103
1753
|
[ "...", { "stat": "p70", "color": "#ff7f0e" } ],
|
|
1104
1754
|
[ "...", { "color": "#1f77b4" } ]
|
|
@@ -1108,7 +1758,7 @@ Resources:
|
|
|
1108
1758
|
"region": "us-east-1",
|
|
1109
1759
|
"stat": "p60",
|
|
1110
1760
|
"period": 60,
|
|
1111
|
-
"title": "
|
|
1761
|
+
"title": "AuditWorker Duration Percentiles",
|
|
1112
1762
|
"legend": {
|
|
1113
1763
|
"position": "right"
|
|
1114
1764
|
}
|
|
@@ -1117,19 +1767,19 @@ Resources:
|
|
|
1117
1767
|
{
|
|
1118
1768
|
"height": 3,
|
|
1119
1769
|
"width": 3,
|
|
1120
|
-
"y":
|
|
1770
|
+
"y": 86,
|
|
1121
1771
|
"x": 18,
|
|
1122
1772
|
"type": "metric",
|
|
1123
1773
|
"properties": {
|
|
1124
1774
|
"metrics": [
|
|
1125
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1775
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ]
|
|
1126
1776
|
],
|
|
1127
1777
|
"view": "timeSeries",
|
|
1128
1778
|
"stacked": false,
|
|
1129
1779
|
"region": "us-east-1",
|
|
1130
1780
|
"stat": "Minimum",
|
|
1131
1781
|
"period": 60,
|
|
1132
|
-
"title": "
|
|
1782
|
+
"title": "AuditWorker Min",
|
|
1133
1783
|
"legend": {
|
|
1134
1784
|
"position": "hidden"
|
|
1135
1785
|
}
|
|
@@ -1138,30 +1788,29 @@ Resources:
|
|
|
1138
1788
|
{
|
|
1139
1789
|
"height": 3,
|
|
1140
1790
|
"width": 3,
|
|
1141
|
-
"y":
|
|
1791
|
+
"y": 86,
|
|
1142
1792
|
"x": 21,
|
|
1143
1793
|
"type": "metric",
|
|
1144
1794
|
"properties": {
|
|
1145
1795
|
"metrics": [
|
|
1146
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
1796
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "color": "#d62728" } ]
|
|
1147
1797
|
],
|
|
1148
1798
|
"view": "timeSeries",
|
|
1149
1799
|
"stacked": false,
|
|
1150
1800
|
"region": "us-east-1",
|
|
1151
1801
|
"stat": "Maximum",
|
|
1152
1802
|
"period": 60,
|
|
1153
|
-
"title": "
|
|
1803
|
+
"title": "AuditWorker Max",
|
|
1154
1804
|
"legend": {
|
|
1155
1805
|
"position": "hidden"
|
|
1156
1806
|
}
|
|
1157
1807
|
}
|
|
1158
1808
|
},
|
|
1159
1809
|
|
|
1160
|
-
|
|
1161
1810
|
{
|
|
1162
1811
|
"height": 1,
|
|
1163
1812
|
"width": 24,
|
|
1164
|
-
"y":
|
|
1813
|
+
"y": 92,
|
|
1165
1814
|
"x": 0,
|
|
1166
1815
|
"type": "text",
|
|
1167
1816
|
"properties": {
|
|
@@ -1171,9 +1820,9 @@ Resources:
|
|
|
1171
1820
|
|
|
1172
1821
|
|
|
1173
1822
|
{
|
|
1174
|
-
"height":
|
|
1823
|
+
"height": 3,
|
|
1175
1824
|
"width": 3,
|
|
1176
|
-
"y":
|
|
1825
|
+
"y": 93,
|
|
1177
1826
|
"x": 0,
|
|
1178
1827
|
"type": "metric",
|
|
1179
1828
|
"properties": {
|
|
@@ -1184,14 +1833,14 @@ Resources:
|
|
|
1184
1833
|
"region": "us-east-1",
|
|
1185
1834
|
"stat": "Sum",
|
|
1186
1835
|
"period": 60,
|
|
1187
|
-
"sparkline":
|
|
1836
|
+
"sparkline": true,
|
|
1188
1837
|
"title": "SingleThreadAuditWorker Processed/Min"
|
|
1189
1838
|
}
|
|
1190
1839
|
},
|
|
1191
1840
|
{
|
|
1192
|
-
"height":
|
|
1841
|
+
"height": 3,
|
|
1193
1842
|
"width": 3,
|
|
1194
|
-
"y":
|
|
1843
|
+
"y": 93,
|
|
1195
1844
|
"x": 3,
|
|
1196
1845
|
"type": "metric",
|
|
1197
1846
|
"properties": {
|
|
@@ -1202,14 +1851,14 @@ Resources:
|
|
|
1202
1851
|
"region": "us-east-1",
|
|
1203
1852
|
"stat": "Sum",
|
|
1204
1853
|
"period": 60,
|
|
1205
|
-
"sparkline":
|
|
1854
|
+
"sparkline": true,
|
|
1206
1855
|
"title": "SingleThreadAuditWorker Failed/Min"
|
|
1207
1856
|
}
|
|
1208
1857
|
},
|
|
1209
1858
|
{
|
|
1210
|
-
"height":
|
|
1859
|
+
"height": 3,
|
|
1211
1860
|
"width": 3,
|
|
1212
|
-
"y":
|
|
1861
|
+
"y": 93,
|
|
1213
1862
|
"x": 6,
|
|
1214
1863
|
"type": "metric",
|
|
1215
1864
|
"properties": {
|
|
@@ -1220,14 +1869,14 @@ Resources:
|
|
|
1220
1869
|
"region": "us-east-1",
|
|
1221
1870
|
"stat": "p60",
|
|
1222
1871
|
"period": 60,
|
|
1223
|
-
"sparkline":
|
|
1872
|
+
"sparkline": true,
|
|
1224
1873
|
"title": "SingleThreadAuditWorker p60"
|
|
1225
1874
|
}
|
|
1226
1875
|
},
|
|
1227
1876
|
{
|
|
1228
|
-
"height":
|
|
1877
|
+
"height": 3,
|
|
1229
1878
|
"width": 3,
|
|
1230
|
-
"y":
|
|
1879
|
+
"y": 93,
|
|
1231
1880
|
"x": 9,
|
|
1232
1881
|
"type": "metric",
|
|
1233
1882
|
"properties": {
|
|
@@ -1238,14 +1887,14 @@ Resources:
|
|
|
1238
1887
|
"region": "us-east-1",
|
|
1239
1888
|
"stat": "p70",
|
|
1240
1889
|
"period": 60,
|
|
1241
|
-
"sparkline":
|
|
1890
|
+
"sparkline": true,
|
|
1242
1891
|
"title": "SingleThreadAuditWorker p70"
|
|
1243
1892
|
}
|
|
1244
1893
|
},
|
|
1245
1894
|
{
|
|
1246
|
-
"height":
|
|
1895
|
+
"height": 3,
|
|
1247
1896
|
"width": 3,
|
|
1248
|
-
"y":
|
|
1897
|
+
"y": 93,
|
|
1249
1898
|
"x": 12,
|
|
1250
1899
|
"type": "metric",
|
|
1251
1900
|
"properties": {
|
|
@@ -1256,14 +1905,14 @@ Resources:
|
|
|
1256
1905
|
"region": "us-east-1",
|
|
1257
1906
|
"stat": "p80",
|
|
1258
1907
|
"period": 60,
|
|
1259
|
-
"sparkline":
|
|
1908
|
+
"sparkline": true,
|
|
1260
1909
|
"title": "SingleThreadAuditWorker p80"
|
|
1261
1910
|
}
|
|
1262
1911
|
},
|
|
1263
1912
|
{
|
|
1264
|
-
"height":
|
|
1913
|
+
"height": 3,
|
|
1265
1914
|
"width": 3,
|
|
1266
|
-
"y":
|
|
1915
|
+
"y": 93,
|
|
1267
1916
|
"x": 15,
|
|
1268
1917
|
"type": "metric",
|
|
1269
1918
|
"properties": {
|
|
@@ -1274,14 +1923,14 @@ Resources:
|
|
|
1274
1923
|
"region": "us-east-1",
|
|
1275
1924
|
"stat": "p90",
|
|
1276
1925
|
"period": 60,
|
|
1277
|
-
"sparkline":
|
|
1926
|
+
"sparkline": true,
|
|
1278
1927
|
"title": "SingleThreadAuditWorker p90"
|
|
1279
1928
|
}
|
|
1280
1929
|
},
|
|
1281
1930
|
{
|
|
1282
|
-
"height":
|
|
1931
|
+
"height": 3,
|
|
1283
1932
|
"width": 3,
|
|
1284
|
-
"y":
|
|
1933
|
+
"y": 93,
|
|
1285
1934
|
"x": 18,
|
|
1286
1935
|
"type": "metric",
|
|
1287
1936
|
"properties": {
|
|
@@ -1292,14 +1941,14 @@ Resources:
|
|
|
1292
1941
|
"region": "us-east-1",
|
|
1293
1942
|
"stat": "Minimum",
|
|
1294
1943
|
"period": 60,
|
|
1295
|
-
"sparkline":
|
|
1944
|
+
"sparkline": true,
|
|
1296
1945
|
"title": "SingleThreadAuditWorker Min"
|
|
1297
1946
|
}
|
|
1298
1947
|
},
|
|
1299
1948
|
{
|
|
1300
|
-
"height":
|
|
1949
|
+
"height": 3,
|
|
1301
1950
|
"width": 3,
|
|
1302
|
-
"y":
|
|
1951
|
+
"y": 93,
|
|
1303
1952
|
"x": 21,
|
|
1304
1953
|
"type": "metric",
|
|
1305
1954
|
"properties": {
|
|
@@ -1310,7 +1959,7 @@ Resources:
|
|
|
1310
1959
|
"region": "us-east-1",
|
|
1311
1960
|
"stat": "Maximum",
|
|
1312
1961
|
"period": 60,
|
|
1313
|
-
"sparkline":
|
|
1962
|
+
"sparkline": true,
|
|
1314
1963
|
"title": "SingleThreadAuditWorker Max"
|
|
1315
1964
|
}
|
|
1316
1965
|
},
|
|
@@ -1322,7 +1971,7 @@ Resources:
|
|
|
1322
1971
|
{
|
|
1323
1972
|
"height": 3,
|
|
1324
1973
|
"width": 3,
|
|
1325
|
-
"y":
|
|
1974
|
+
"y": 96,
|
|
1326
1975
|
"x": 0,
|
|
1327
1976
|
"type": "metric",
|
|
1328
1977
|
"properties": {
|
|
@@ -1343,7 +1992,7 @@ Resources:
|
|
|
1343
1992
|
{
|
|
1344
1993
|
"height": 3,
|
|
1345
1994
|
"width": 3,
|
|
1346
|
-
"y":
|
|
1995
|
+
"y": 96,
|
|
1347
1996
|
"x": 3,
|
|
1348
1997
|
"type": "metric",
|
|
1349
1998
|
"properties": {
|
|
@@ -1364,7 +2013,7 @@ Resources:
|
|
|
1364
2013
|
{
|
|
1365
2014
|
"height": 3,
|
|
1366
2015
|
"width": 12,
|
|
1367
|
-
"y":
|
|
2016
|
+
"y": 96,
|
|
1368
2017
|
"x": 6,
|
|
1369
2018
|
"type": "metric",
|
|
1370
2019
|
"properties": {
|
|
@@ -1388,7 +2037,7 @@ Resources:
|
|
|
1388
2037
|
{
|
|
1389
2038
|
"height": 3,
|
|
1390
2039
|
"width": 3,
|
|
1391
|
-
"y":
|
|
2040
|
+
"y": 96,
|
|
1392
2041
|
"x": 18,
|
|
1393
2042
|
"type": "metric",
|
|
1394
2043
|
"properties": {
|
|
@@ -1409,7 +2058,7 @@ Resources:
|
|
|
1409
2058
|
{
|
|
1410
2059
|
"height": 3,
|
|
1411
2060
|
"width": 3,
|
|
1412
|
-
"y":
|
|
2061
|
+
"y": 96,
|
|
1413
2062
|
"x": 21,
|
|
1414
2063
|
"type": "metric",
|
|
1415
2064
|
"properties": {
|
|
@@ -1428,22 +2077,46 @@ Resources:
|
|
|
1428
2077
|
}
|
|
1429
2078
|
},
|
|
1430
2079
|
|
|
1431
|
-
|
|
1432
2080
|
|
|
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
|
+
},
|
|
1433
2106
|
|
|
1434
2107
|
{
|
|
1435
2108
|
"height": 6,
|
|
1436
2109
|
"width": 12,
|
|
1437
|
-
"y":
|
|
2110
|
+
"y": 102,
|
|
1438
2111
|
"x": 12,
|
|
1439
2112
|
"type": "metric",
|
|
1440
2113
|
"properties": {
|
|
1441
2114
|
"metrics": [
|
|
1442
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
2115
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker" ],
|
|
1443
2116
|
[ "...", { "stat": "p99" } ],
|
|
1444
2117
|
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker" ],
|
|
1445
2118
|
[ "...", { "stat": "p99" } ],
|
|
1446
|
-
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "
|
|
2119
|
+
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker" ],
|
|
1447
2120
|
[ "...", { "stat": "p99" } ],
|
|
1448
2121
|
[ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker" ],
|
|
1449
2122
|
[ "...", { "stat": "p99" } ]
|
|
@@ -1457,37 +2130,13 @@ Resources:
|
|
|
1457
2130
|
}
|
|
1458
2131
|
},
|
|
1459
2132
|
|
|
1460
|
-
|
|
1461
|
-
"height": 6,
|
|
1462
|
-
"width": 12,
|
|
1463
|
-
"y": 55,
|
|
1464
|
-
"x": 0,
|
|
1465
|
-
"type": "metric",
|
|
1466
|
-
"properties": {
|
|
1467
|
-
"metrics": [
|
|
1468
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "AuditWorker" ],
|
|
1469
|
-
[ ".", "failed", ".", "." ],
|
|
1470
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "GreetingsWorker" ],
|
|
1471
|
-
[ ".", "failed", ".", "." ],
|
|
1472
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "HelloWorker" ],
|
|
1473
|
-
[ ".", "failed", ".", "." ],
|
|
1474
|
-
[ "${self:custom.funktor.DashboardNamespace}", "processed", "WorkerClassName", "SingleThreadAuditWorker" ],
|
|
1475
|
-
[ ".", "failed", ".", "." ]
|
|
1476
|
-
],
|
|
1477
|
-
"view": "timeSeries",
|
|
1478
|
-
"stacked": false,
|
|
1479
|
-
"region": "us-east-1",
|
|
1480
|
-
"title": "Process/Failed Jobs By Worker",
|
|
1481
|
-
"period": 60,
|
|
1482
|
-
"stat": "Sum"
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
2133
|
+
|
|
1485
2134
|
|
|
1486
2135
|
|
|
1487
2136
|
{
|
|
1488
2137
|
"height": 6,
|
|
1489
2138
|
"width": 12,
|
|
1490
|
-
"y":
|
|
2139
|
+
"y": 108,
|
|
1491
2140
|
"x": 12,
|
|
1492
2141
|
"type": "metric",
|
|
1493
2142
|
"properties": {
|
|
@@ -1508,7 +2157,7 @@ Resources:
|
|
|
1508
2157
|
{
|
|
1509
2158
|
"height": 6,
|
|
1510
2159
|
"width": 12,
|
|
1511
|
-
"y":
|
|
2160
|
+
"y": 108,
|
|
1512
2161
|
"x": 0,
|
|
1513
2162
|
"type": "metric",
|
|
1514
2163
|
"properties": {
|
|
@@ -1532,7 +2181,7 @@ Resources:
|
|
|
1532
2181
|
{
|
|
1533
2182
|
"height": 3,
|
|
1534
2183
|
"width": 24,
|
|
1535
|
-
"y":
|
|
2184
|
+
"y": 111,
|
|
1536
2185
|
"x": 0,
|
|
1537
2186
|
"type": "text",
|
|
1538
2187
|
"properties": {
|
|
@@ -1545,7 +2194,7 @@ Resources:
|
|
|
1545
2194
|
{
|
|
1546
2195
|
"height": 3,
|
|
1547
2196
|
"width": 6,
|
|
1548
|
-
"y":
|
|
2197
|
+
"y": 117,
|
|
1549
2198
|
"x": 0,
|
|
1550
2199
|
"type": "text",
|
|
1551
2200
|
"properties": {
|
|
@@ -1555,7 +2204,7 @@ Resources:
|
|
|
1555
2204
|
{
|
|
1556
2205
|
"height": 3,
|
|
1557
2206
|
"width": 3,
|
|
1558
|
-
"y":
|
|
2207
|
+
"y": 117,
|
|
1559
2208
|
"x": 6,
|
|
1560
2209
|
"type": "metric",
|
|
1561
2210
|
"properties": {
|
|
@@ -1573,22 +2222,22 @@ Resources:
|
|
|
1573
2222
|
{
|
|
1574
2223
|
"height": 3,
|
|
1575
2224
|
"width": 15,
|
|
1576
|
-
"y":
|
|
2225
|
+
"y": 117,
|
|
1577
2226
|
"x": 9,
|
|
1578
2227
|
"type": "metric",
|
|
1579
2228
|
"properties": {
|
|
1580
2229
|
"metrics": [
|
|
1581
|
-
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", "Resource", "${self:custom.funktor.IncomingJobHandlerName}", { "label": "
|
|
1582
|
-
[ "...", { "label": "
|
|
1583
|
-
[ "...", { "label": "
|
|
1584
|
-
[ "...", { "label": "
|
|
2230
|
+
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", "Resource", "${self:custom.funktor.IncomingJobHandlerName}", { "label": "p60" } ],
|
|
2231
|
+
[ "...", { "label": "p70", "stat": "p70" } ],
|
|
2232
|
+
[ "...", { "label": "p80", "stat": "p80" } ],
|
|
2233
|
+
[ "...", { "label": "p90", "stat": "p90" } ]
|
|
1585
2234
|
],
|
|
1586
2235
|
"view": "singleValue",
|
|
1587
2236
|
"region": "us-east-1",
|
|
1588
|
-
"stat": "
|
|
2237
|
+
"stat": "p60",
|
|
1589
2238
|
"period": 60,
|
|
1590
2239
|
"sparkline": true,
|
|
1591
|
-
"title": "Handler Duration"
|
|
2240
|
+
"title": "Handler Duration Percentiles"
|
|
1592
2241
|
}
|
|
1593
2242
|
},
|
|
1594
2243
|
|
|
@@ -1597,7 +2246,7 @@ Resources:
|
|
|
1597
2246
|
{
|
|
1598
2247
|
"height": 6,
|
|
1599
2248
|
"width": 9,
|
|
1600
|
-
"y":
|
|
2249
|
+
"y": 120,
|
|
1601
2250
|
"x": 0,
|
|
1602
2251
|
"type": "metric",
|
|
1603
2252
|
"properties": {
|
|
@@ -1623,15 +2272,16 @@ Resources:
|
|
|
1623
2272
|
{
|
|
1624
2273
|
"height": 6,
|
|
1625
2274
|
"width": 9,
|
|
1626
|
-
"y":
|
|
2275
|
+
"y": 120,
|
|
1627
2276
|
"x": 9,
|
|
1628
2277
|
"type": "metric",
|
|
1629
2278
|
"properties": {
|
|
1630
2279
|
"period": 60,
|
|
1631
2280
|
"metrics": [
|
|
1632
|
-
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "stat": "
|
|
1633
|
-
[ "...", { "stat": "
|
|
1634
|
-
[ "...", { "stat": "
|
|
2281
|
+
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "stat": "p60" } ],
|
|
2282
|
+
[ "...", { "stat": "p70" } ],
|
|
2283
|
+
[ "...", { "stat": "p80" } ],
|
|
2284
|
+
[ "...", { "stat": "p90" } ]
|
|
1635
2285
|
],
|
|
1636
2286
|
"region": "us-east-1",
|
|
1637
2287
|
"title": "Incoming Job Handler Duration in Milliseconds",
|
|
@@ -1643,7 +2293,7 @@ Resources:
|
|
|
1643
2293
|
{
|
|
1644
2294
|
"height": 3,
|
|
1645
2295
|
"width": 6,
|
|
1646
|
-
"y":
|
|
2296
|
+
"y": 120,
|
|
1647
2297
|
"x": 18,
|
|
1648
2298
|
"type": "metric",
|
|
1649
2299
|
"properties": {
|
|
@@ -1670,7 +2320,7 @@ Resources:
|
|
|
1670
2320
|
{
|
|
1671
2321
|
"height": 3,
|
|
1672
2322
|
"width": 6,
|
|
1673
|
-
"y":
|
|
2323
|
+
"y": 123,
|
|
1674
2324
|
"x": 18,
|
|
1675
2325
|
"type": "metric",
|
|
1676
2326
|
"properties": {
|
|
@@ -1692,7 +2342,7 @@ Resources:
|
|
|
1692
2342
|
{
|
|
1693
2343
|
"height": 3,
|
|
1694
2344
|
"width": 6,
|
|
1695
|
-
"y":
|
|
2345
|
+
"y": 126,
|
|
1696
2346
|
"x": 0,
|
|
1697
2347
|
"type": "text",
|
|
1698
2348
|
"properties": {
|
|
@@ -1702,7 +2352,7 @@ Resources:
|
|
|
1702
2352
|
{
|
|
1703
2353
|
"height": 3,
|
|
1704
2354
|
"width": 3,
|
|
1705
|
-
"y":
|
|
2355
|
+
"y": 126,
|
|
1706
2356
|
"x": 6,
|
|
1707
2357
|
"type": "metric",
|
|
1708
2358
|
"properties": {
|
|
@@ -1721,21 +2371,21 @@ Resources:
|
|
|
1721
2371
|
{
|
|
1722
2372
|
"height": 3,
|
|
1723
2373
|
"width": 15,
|
|
1724
|
-
"y":
|
|
2374
|
+
"y": 126,
|
|
1725
2375
|
"x": 9,
|
|
1726
2376
|
"type": "metric",
|
|
1727
2377
|
"properties": {
|
|
1728
2378
|
"metrics": [
|
|
1729
2379
|
[ "AWS/Lambda", "Duration", "FunctionName",
|
|
1730
2380
|
"${self:custom.funktor.DefaultQueueHandlerName}", "Resource",
|
|
1731
|
-
"${self:custom.funktor.DefaultQueueHandlerName}", { "label": "
|
|
1732
|
-
[ "...", { "label": "
|
|
1733
|
-
[ "...", { "label": "
|
|
1734
|
-
[ "...", { "label": "
|
|
2381
|
+
"${self:custom.funktor.DefaultQueueHandlerName}", { "label": "p60" } ],
|
|
2382
|
+
[ "...", { "label": "p70", "stat": "p70" } ],
|
|
2383
|
+
[ "...", { "label": "p80", "stat": "p80" } ],
|
|
2384
|
+
[ "...", { "label": "p90", "stat": "p90" } ]
|
|
1735
2385
|
],
|
|
1736
2386
|
"view": "singleValue",
|
|
1737
2387
|
"region": "us-east-1",
|
|
1738
|
-
"stat": "
|
|
2388
|
+
"stat": "p60",
|
|
1739
2389
|
"period": 60,
|
|
1740
2390
|
"sparkline": true,
|
|
1741
2391
|
"title": "Handler Duration"
|
|
@@ -1744,7 +2394,7 @@ Resources:
|
|
|
1744
2394
|
{
|
|
1745
2395
|
"height": 6,
|
|
1746
2396
|
"width": 9,
|
|
1747
|
-
"y":
|
|
2397
|
+
"y": 129,
|
|
1748
2398
|
"x": 0,
|
|
1749
2399
|
"type": "metric",
|
|
1750
2400
|
"properties": {
|
|
@@ -1774,15 +2424,16 @@ Resources:
|
|
|
1774
2424
|
{
|
|
1775
2425
|
"height": 6,
|
|
1776
2426
|
"width": 9,
|
|
1777
|
-
"y":
|
|
2427
|
+
"y": 129,
|
|
1778
2428
|
"x": 9,
|
|
1779
2429
|
"type": "metric",
|
|
1780
2430
|
"properties": {
|
|
1781
2431
|
"period": 60,
|
|
1782
2432
|
"metrics": [
|
|
1783
|
-
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "stat": "
|
|
1784
|
-
[ "...", { "stat": "
|
|
1785
|
-
[ "...", { "stat": "
|
|
2433
|
+
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "stat": "p60" } ],
|
|
2434
|
+
[ "...", { "stat": "p70" } ],
|
|
2435
|
+
[ "...", { "stat": "p80" } ],
|
|
2436
|
+
[ "...", { "stat": "p90" } ]
|
|
1786
2437
|
],
|
|
1787
2438
|
"region": "us-east-1",
|
|
1788
2439
|
"title": "Default Queue Handler Duration in Milliseconds",
|
|
@@ -1794,7 +2445,7 @@ Resources:
|
|
|
1794
2445
|
{
|
|
1795
2446
|
"height": 3,
|
|
1796
2447
|
"width": 6,
|
|
1797
|
-
"y":
|
|
2448
|
+
"y": 129,
|
|
1798
2449
|
"x": 18,
|
|
1799
2450
|
"type": "metric",
|
|
1800
2451
|
"properties": {
|
|
@@ -1820,7 +2471,7 @@ Resources:
|
|
|
1820
2471
|
{
|
|
1821
2472
|
"height": 3,
|
|
1822
2473
|
"width": 6,
|
|
1823
|
-
"y":
|
|
2474
|
+
"y": 132,
|
|
1824
2475
|
"x": 18,
|
|
1825
2476
|
"type": "metric",
|
|
1826
2477
|
"properties": {
|
|
@@ -1841,7 +2492,7 @@ Resources:
|
|
|
1841
2492
|
{
|
|
1842
2493
|
"height": 3,
|
|
1843
2494
|
"width": 6,
|
|
1844
|
-
"y":
|
|
2495
|
+
"y": 135,
|
|
1845
2496
|
"x": 0,
|
|
1846
2497
|
"type": "text",
|
|
1847
2498
|
"properties": {
|
|
@@ -1851,7 +2502,7 @@ Resources:
|
|
|
1851
2502
|
{
|
|
1852
2503
|
"height": 3,
|
|
1853
2504
|
"width": 3,
|
|
1854
|
-
"y":
|
|
2505
|
+
"y": 135,
|
|
1855
2506
|
"x": 6,
|
|
1856
2507
|
"type": "metric",
|
|
1857
2508
|
"properties": {
|
|
@@ -1870,21 +2521,21 @@ Resources:
|
|
|
1870
2521
|
{
|
|
1871
2522
|
"height": 3,
|
|
1872
2523
|
"width": 15,
|
|
1873
|
-
"y":
|
|
2524
|
+
"y": 135,
|
|
1874
2525
|
"x": 9,
|
|
1875
2526
|
"type": "metric",
|
|
1876
2527
|
"properties": {
|
|
1877
2528
|
"metrics": [
|
|
1878
2529
|
[ "AWS/Lambda", "Duration", "FunctionName",
|
|
1879
2530
|
"${self:custom.funktor.LowConcurrencyQueueHandlerName}", "Resource",
|
|
1880
|
-
"${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "label": "
|
|
1881
|
-
[ "...", { "label": "
|
|
1882
|
-
[ "...", { "label": "
|
|
1883
|
-
[ "...", { "label": "
|
|
2531
|
+
"${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "label": "p60" } ],
|
|
2532
|
+
[ "...", { "label": "p70", "stat": "p70" } ],
|
|
2533
|
+
[ "...", { "label": "p80", "stat": "p80" } ],
|
|
2534
|
+
[ "...", { "label": "p90", "stat": "p90" } ]
|
|
1884
2535
|
],
|
|
1885
2536
|
"view": "singleValue",
|
|
1886
2537
|
"region": "us-east-1",
|
|
1887
|
-
"stat": "
|
|
2538
|
+
"stat": "p60",
|
|
1888
2539
|
"period": 60,
|
|
1889
2540
|
"sparkline": true,
|
|
1890
2541
|
"title": "Handler Duration"
|
|
@@ -1893,7 +2544,7 @@ Resources:
|
|
|
1893
2544
|
{
|
|
1894
2545
|
"height": 6,
|
|
1895
2546
|
"width": 9,
|
|
1896
|
-
"y":
|
|
2547
|
+
"y": 138,
|
|
1897
2548
|
"x": 0,
|
|
1898
2549
|
"type": "metric",
|
|
1899
2550
|
"properties": {
|
|
@@ -1923,15 +2574,16 @@ Resources:
|
|
|
1923
2574
|
{
|
|
1924
2575
|
"height": 6,
|
|
1925
2576
|
"width": 9,
|
|
1926
|
-
"y":
|
|
2577
|
+
"y": 138,
|
|
1927
2578
|
"x": 9,
|
|
1928
2579
|
"type": "metric",
|
|
1929
2580
|
"properties": {
|
|
1930
2581
|
"period": 60,
|
|
1931
2582
|
"metrics": [
|
|
1932
|
-
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "stat": "
|
|
1933
|
-
[ "...", { "stat": "
|
|
1934
|
-
[ "...", { "stat": "
|
|
2583
|
+
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "stat": "p60" } ],
|
|
2584
|
+
[ "...", { "stat": "p70" } ],
|
|
2585
|
+
[ "...", { "stat": "p80" } ],
|
|
2586
|
+
[ "...", { "stat": "p90" } ]
|
|
1935
2587
|
],
|
|
1936
2588
|
"region": "us-east-1",
|
|
1937
2589
|
"title": "LowConcurrency Queue Handler Duration in Milliseconds",
|
|
@@ -1943,7 +2595,7 @@ Resources:
|
|
|
1943
2595
|
{
|
|
1944
2596
|
"height": 3,
|
|
1945
2597
|
"width": 6,
|
|
1946
|
-
"y":
|
|
2598
|
+
"y": 138,
|
|
1947
2599
|
"x": 18,
|
|
1948
2600
|
"type": "metric",
|
|
1949
2601
|
"properties": {
|
|
@@ -1969,7 +2621,7 @@ Resources:
|
|
|
1969
2621
|
{
|
|
1970
2622
|
"height": 3,
|
|
1971
2623
|
"width": 6,
|
|
1972
|
-
"y":
|
|
2624
|
+
"y": 141,
|
|
1973
2625
|
"x": 18,
|
|
1974
2626
|
"type": "metric",
|
|
1975
2627
|
"properties": {
|
|
@@ -1993,7 +2645,7 @@ Resources:
|
|
|
1993
2645
|
{
|
|
1994
2646
|
"height": 3,
|
|
1995
2647
|
"width": 6,
|
|
1996
|
-
"y":
|
|
2648
|
+
"y": 144,
|
|
1997
2649
|
"x": 0,
|
|
1998
2650
|
"type": "text",
|
|
1999
2651
|
"properties": {
|
|
@@ -2003,7 +2655,7 @@ Resources:
|
|
|
2003
2655
|
{
|
|
2004
2656
|
"height": 3,
|
|
2005
2657
|
"width": 3,
|
|
2006
|
-
"y":
|
|
2658
|
+
"y": 144,
|
|
2007
2659
|
"x": 6,
|
|
2008
2660
|
"type": "metric",
|
|
2009
2661
|
"properties": {
|
|
@@ -2021,19 +2673,19 @@ Resources:
|
|
|
2021
2673
|
{
|
|
2022
2674
|
"height": 3,
|
|
2023
2675
|
"width": 15,
|
|
2024
|
-
"y":
|
|
2676
|
+
"y": 144,
|
|
2025
2677
|
"x": 9,
|
|
2026
2678
|
"type": "metric",
|
|
2027
2679
|
"properties": {
|
|
2028
2680
|
"metrics": [
|
|
2029
|
-
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", "Resource", "${self:custom.funktor.JobActivatorName}", { "label": "
|
|
2030
|
-
[ "...", { "label": "
|
|
2031
|
-
[ "...", { "label": "
|
|
2032
|
-
[ "...", { "label": "
|
|
2681
|
+
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", "Resource", "${self:custom.funktor.JobActivatorName}", { "label": "p60" } ],
|
|
2682
|
+
[ "...", { "label": "p70", "stat": "p70" } ],
|
|
2683
|
+
[ "...", { "label": "p80", "stat": "p80" } ],
|
|
2684
|
+
[ "...", { "label": "p90", "stat": "p90" } ]
|
|
2033
2685
|
],
|
|
2034
2686
|
"view": "singleValue",
|
|
2035
2687
|
"region": "us-east-1",
|
|
2036
|
-
"stat": "
|
|
2688
|
+
"stat": "p60",
|
|
2037
2689
|
"period": 60,
|
|
2038
2690
|
"sparkline": true,
|
|
2039
2691
|
"title": "Handler Duration"
|
|
@@ -2046,7 +2698,7 @@ Resources:
|
|
|
2046
2698
|
{
|
|
2047
2699
|
"height": 3,
|
|
2048
2700
|
"width": 6,
|
|
2049
|
-
"y":
|
|
2701
|
+
"y": 147,
|
|
2050
2702
|
"x": 18,
|
|
2051
2703
|
"type": "metric",
|
|
2052
2704
|
"properties": {
|
|
@@ -2071,15 +2723,16 @@ Resources:
|
|
|
2071
2723
|
{
|
|
2072
2724
|
"height": 3,
|
|
2073
2725
|
"width": 9,
|
|
2074
|
-
"y":
|
|
2726
|
+
"y": 147,
|
|
2075
2727
|
"x": 9,
|
|
2076
2728
|
"type": "metric",
|
|
2077
2729
|
"properties": {
|
|
2078
2730
|
"period": 60,
|
|
2079
2731
|
"metrics": [
|
|
2080
|
-
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "stat": "
|
|
2081
|
-
[ "...", { "stat": "
|
|
2082
|
-
[ "...", { "stat": "
|
|
2732
|
+
[ "AWS/Lambda", "Duration", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "stat": "p60" } ],
|
|
2733
|
+
[ "...", { "stat": "p70" } ],
|
|
2734
|
+
[ "...", { "stat": "p80" } ],
|
|
2735
|
+
[ "...", { "stat": "p90" } ]
|
|
2083
2736
|
],
|
|
2084
2737
|
"region": "us-east-1",
|
|
2085
2738
|
"title": "Delayed Job Scheduler Duration",
|
|
@@ -2091,7 +2744,7 @@ Resources:
|
|
|
2091
2744
|
{
|
|
2092
2745
|
"height": 3,
|
|
2093
2746
|
"width": 9,
|
|
2094
|
-
"y":
|
|
2747
|
+
"y": 147,
|
|
2095
2748
|
"x": 0,
|
|
2096
2749
|
"type": "metric",
|
|
2097
2750
|
"properties": {
|
|
@@ -2113,7 +2766,7 @@ Resources:
|
|
|
2113
2766
|
{
|
|
2114
2767
|
"height": 3,
|
|
2115
2768
|
"width": 9,
|
|
2116
|
-
"y":
|
|
2769
|
+
"y": 150,
|
|
2117
2770
|
"x": 0,
|
|
2118
2771
|
"type": "metric",
|
|
2119
2772
|
"properties": {
|
|
@@ -2135,7 +2788,7 @@ Resources:
|
|
|
2135
2788
|
{
|
|
2136
2789
|
"height": 3,
|
|
2137
2790
|
"width": 6,
|
|
2138
|
-
"y":
|
|
2791
|
+
"y": 150,
|
|
2139
2792
|
"x": 18,
|
|
2140
2793
|
"type": "metric",
|
|
2141
2794
|
"properties": {
|
|
@@ -2153,7 +2806,7 @@ Resources:
|
|
|
2153
2806
|
{
|
|
2154
2807
|
"height": 3,
|
|
2155
2808
|
"width": 9,
|
|
2156
|
-
"y":
|
|
2809
|
+
"y": 150,
|
|
2157
2810
|
"x": 9,
|
|
2158
2811
|
"type": "metric",
|
|
2159
2812
|
"properties": {
|
|
@@ -2179,7 +2832,7 @@ Resources:
|
|
|
2179
2832
|
{
|
|
2180
2833
|
"height": 3,
|
|
2181
2834
|
"width": 18,
|
|
2182
|
-
"y":
|
|
2835
|
+
"y": 153,
|
|
2183
2836
|
"x": 0,
|
|
2184
2837
|
"type": "metric",
|
|
2185
2838
|
"properties": {
|
|
@@ -2203,7 +2856,7 @@ Resources:
|
|
|
2203
2856
|
{
|
|
2204
2857
|
"height": 3,
|
|
2205
2858
|
"width": 6,
|
|
2206
|
-
"y":
|
|
2859
|
+
"y": 153,
|
|
2207
2860
|
"x": 18,
|
|
2208
2861
|
"type": "metric",
|
|
2209
2862
|
"properties": {
|