funktor 0.7.9 → 0.7.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6223487c9bd2388ca7f831765d17c9976844f5b2314c54be70adc04b28b5febf
4
- data.tar.gz: 4f4d08b269e377195eda7c2ee2796b7c7e8fad22a45527b58cbae8ef059bacd5
3
+ metadata.gz: 80be720c0e865556f5e19e57d67e75900dedfbef939dd8324dfd307fe7925f6b
4
+ data.tar.gz: 1adf8c4735c7a4ddb7f56ba19a6074163b3ccc02e7a9ee2cadcf07957cc69dee
5
5
  SHA512:
6
- metadata.gz: a7e3a6ceb5e56dccf8a2d4740afd5b4e5ff52b19f9baca7b36577b3a00839aa2689ba5e5e8380e6ef5e492052097f6a6830140162c55556b50e67dfd493cd70e
7
- data.tar.gz: 71e629835a09f399d329f422d56f570d709276bd04a50b368a3afa0e2037ed17aa7ec99f4308e7da1328e00d89d0ee114a5fd9ee83a50051486bdc8bada37acb
6
+ metadata.gz: 765ac51a223256ec863c15754a02bf0699e7c60d8f065e177d83ace359ee5dc29ba5834f2cf1eb4d94d085fdb2f81916d70e24c3b829b733ed3a4c460af3f1cf
7
+ data.tar.gz: 62a7045606b669e7dd0d5c663d7e337fe32fae85a12cd6936a642a09cc51f2ca267ffbd83a08ad7ec4a08a73bcd7da50d261485c4b2b1ee8a8746657fdd1e968
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funktor (0.7.9)
4
+ funktor (0.7.10)
5
5
  activesupport
6
6
  aws-sdk-dynamodb (~> 1.62)
7
7
  aws-sdk-sqs (~> 1.37)
@@ -22,7 +22,7 @@ GEM
22
22
  addressable (2.8.0)
23
23
  public_suffix (>= 2.0.2, < 5.0)
24
24
  aws-eventstream (1.2.0)
25
- aws-partitions (1.587.0)
25
+ aws-partitions (1.588.0)
26
26
  aws-sdk-core (3.131.0)
27
27
  aws-eventstream (~> 1, >= 1.0.2)
28
28
  aws-partitions (~> 1, >= 1.525.0)
@@ -48,7 +48,7 @@ Resources:
48
48
  "region": "us-east-1",
49
49
  "stat": "Sum",
50
50
  "period": 60,
51
- "sparkline": true,
51
+ "sparkline": false,
52
52
  "title": "AuditWorker Processed/Min"
53
53
  }
54
54
  },
@@ -66,7 +66,7 @@ Resources:
66
66
  "region": "us-east-1",
67
67
  "stat": "Sum",
68
68
  "period": 60,
69
- "sparkline": true,
69
+ "sparkline": false,
70
70
  "title": "AuditWorker Failed/Min"
71
71
  }
72
72
  },
@@ -84,7 +84,7 @@ Resources:
84
84
  "region": "us-east-1",
85
85
  "stat": "p60",
86
86
  "period": 60,
87
- "sparkline": true,
87
+ "sparkline": false,
88
88
  "title": "AuditWorker p60"
89
89
  }
90
90
  },
@@ -102,7 +102,7 @@ Resources:
102
102
  "region": "us-east-1",
103
103
  "stat": "p70",
104
104
  "period": 60,
105
- "sparkline": true,
105
+ "sparkline": false,
106
106
  "title": "AuditWorker p70"
107
107
  }
108
108
  },
@@ -120,7 +120,7 @@ Resources:
120
120
  "region": "us-east-1",
121
121
  "stat": "p80",
122
122
  "period": 60,
123
- "sparkline": true,
123
+ "sparkline": false,
124
124
  "title": "AuditWorker p80"
125
125
  }
126
126
  },
@@ -138,7 +138,7 @@ Resources:
138
138
  "region": "us-east-1",
139
139
  "stat": "p90",
140
140
  "period": 60,
141
- "sparkline": true,
141
+ "sparkline": false,
142
142
  "title": "AuditWorker p90"
143
143
  }
144
144
  },
@@ -156,7 +156,7 @@ Resources:
156
156
  "region": "us-east-1",
157
157
  "stat": "Minimum",
158
158
  "period": 60,
159
- "sparkline": true,
159
+ "sparkline": false,
160
160
  "title": "AuditWorker Min"
161
161
  }
162
162
  },
@@ -174,7 +174,7 @@ Resources:
174
174
  "region": "us-east-1",
175
175
  "stat": "Maximum",
176
176
  "period": 60,
177
- "sparkline": true,
177
+ "sparkline": false,
178
178
  "title": "AuditWorker Max"
179
179
  }
180
180
  },
@@ -233,7 +233,7 @@ Resources:
233
233
  "type": "metric",
234
234
  "properties": {
235
235
  "metrics": [
236
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
236
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
237
237
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
238
238
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
239
239
  [ "...", { "color": "#1f77b4" } ]
@@ -319,7 +319,7 @@ Resources:
319
319
  "region": "us-east-1",
320
320
  "stat": "Sum",
321
321
  "period": 60,
322
- "sparkline": true,
322
+ "sparkline": false,
323
323
  "title": "GreetingsWorker Processed/Min"
324
324
  }
325
325
  },
@@ -337,7 +337,7 @@ Resources:
337
337
  "region": "us-east-1",
338
338
  "stat": "Sum",
339
339
  "period": 60,
340
- "sparkline": true,
340
+ "sparkline": false,
341
341
  "title": "GreetingsWorker Failed/Min"
342
342
  }
343
343
  },
@@ -355,7 +355,7 @@ Resources:
355
355
  "region": "us-east-1",
356
356
  "stat": "p60",
357
357
  "period": 60,
358
- "sparkline": true,
358
+ "sparkline": false,
359
359
  "title": "GreetingsWorker p60"
360
360
  }
361
361
  },
@@ -373,7 +373,7 @@ Resources:
373
373
  "region": "us-east-1",
374
374
  "stat": "p70",
375
375
  "period": 60,
376
- "sparkline": true,
376
+ "sparkline": false,
377
377
  "title": "GreetingsWorker p70"
378
378
  }
379
379
  },
@@ -391,7 +391,7 @@ Resources:
391
391
  "region": "us-east-1",
392
392
  "stat": "p80",
393
393
  "period": 60,
394
- "sparkline": true,
394
+ "sparkline": false,
395
395
  "title": "GreetingsWorker p80"
396
396
  }
397
397
  },
@@ -409,7 +409,7 @@ Resources:
409
409
  "region": "us-east-1",
410
410
  "stat": "p90",
411
411
  "period": 60,
412
- "sparkline": true,
412
+ "sparkline": false,
413
413
  "title": "GreetingsWorker p90"
414
414
  }
415
415
  },
@@ -427,7 +427,7 @@ Resources:
427
427
  "region": "us-east-1",
428
428
  "stat": "Minimum",
429
429
  "period": 60,
430
- "sparkline": true,
430
+ "sparkline": false,
431
431
  "title": "GreetingsWorker Min"
432
432
  }
433
433
  },
@@ -445,7 +445,7 @@ Resources:
445
445
  "region": "us-east-1",
446
446
  "stat": "Maximum",
447
447
  "period": 60,
448
- "sparkline": true,
448
+ "sparkline": false,
449
449
  "title": "GreetingsWorker Max"
450
450
  }
451
451
  },
@@ -504,7 +504,7 @@ Resources:
504
504
  "type": "metric",
505
505
  "properties": {
506
506
  "metrics": [
507
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
507
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "GreetingsWorker", { "stat": "p90", "color": "#d62728" } ],
508
508
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
509
509
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
510
510
  [ "...", { "color": "#1f77b4" } ]
@@ -590,7 +590,7 @@ Resources:
590
590
  "region": "us-east-1",
591
591
  "stat": "Sum",
592
592
  "period": 60,
593
- "sparkline": true,
593
+ "sparkline": false,
594
594
  "title": "HelloWorker Processed/Min"
595
595
  }
596
596
  },
@@ -608,7 +608,7 @@ Resources:
608
608
  "region": "us-east-1",
609
609
  "stat": "Sum",
610
610
  "period": 60,
611
- "sparkline": true,
611
+ "sparkline": false,
612
612
  "title": "HelloWorker Failed/Min"
613
613
  }
614
614
  },
@@ -626,7 +626,7 @@ Resources:
626
626
  "region": "us-east-1",
627
627
  "stat": "p60",
628
628
  "period": 60,
629
- "sparkline": true,
629
+ "sparkline": false,
630
630
  "title": "HelloWorker p60"
631
631
  }
632
632
  },
@@ -644,7 +644,7 @@ Resources:
644
644
  "region": "us-east-1",
645
645
  "stat": "p70",
646
646
  "period": 60,
647
- "sparkline": true,
647
+ "sparkline": false,
648
648
  "title": "HelloWorker p70"
649
649
  }
650
650
  },
@@ -662,7 +662,7 @@ Resources:
662
662
  "region": "us-east-1",
663
663
  "stat": "p80",
664
664
  "period": 60,
665
- "sparkline": true,
665
+ "sparkline": false,
666
666
  "title": "HelloWorker p80"
667
667
  }
668
668
  },
@@ -680,7 +680,7 @@ Resources:
680
680
  "region": "us-east-1",
681
681
  "stat": "p90",
682
682
  "period": 60,
683
- "sparkline": true,
683
+ "sparkline": false,
684
684
  "title": "HelloWorker p90"
685
685
  }
686
686
  },
@@ -698,7 +698,7 @@ Resources:
698
698
  "region": "us-east-1",
699
699
  "stat": "Minimum",
700
700
  "period": 60,
701
- "sparkline": true,
701
+ "sparkline": false,
702
702
  "title": "HelloWorker Min"
703
703
  }
704
704
  },
@@ -716,7 +716,7 @@ Resources:
716
716
  "region": "us-east-1",
717
717
  "stat": "Maximum",
718
718
  "period": 60,
719
- "sparkline": true,
719
+ "sparkline": false,
720
720
  "title": "HelloWorker Max"
721
721
  }
722
722
  },
@@ -775,7 +775,7 @@ Resources:
775
775
  "type": "metric",
776
776
  "properties": {
777
777
  "metrics": [
778
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
778
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "HelloWorker", { "stat": "p90", "color": "#d62728" } ],
779
779
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
780
780
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
781
781
  [ "...", { "color": "#1f77b4" } ]
@@ -861,7 +861,7 @@ Resources:
861
861
  "region": "us-east-1",
862
862
  "stat": "Sum",
863
863
  "period": 60,
864
- "sparkline": true,
864
+ "sparkline": false,
865
865
  "title": "SingleThreadAuditWorker Processed/Min"
866
866
  }
867
867
  },
@@ -879,7 +879,7 @@ Resources:
879
879
  "region": "us-east-1",
880
880
  "stat": "Sum",
881
881
  "period": 60,
882
- "sparkline": true,
882
+ "sparkline": false,
883
883
  "title": "SingleThreadAuditWorker Failed/Min"
884
884
  }
885
885
  },
@@ -897,7 +897,7 @@ Resources:
897
897
  "region": "us-east-1",
898
898
  "stat": "p60",
899
899
  "period": 60,
900
- "sparkline": true,
900
+ "sparkline": false,
901
901
  "title": "SingleThreadAuditWorker p60"
902
902
  }
903
903
  },
@@ -915,7 +915,7 @@ Resources:
915
915
  "region": "us-east-1",
916
916
  "stat": "p70",
917
917
  "period": 60,
918
- "sparkline": true,
918
+ "sparkline": false,
919
919
  "title": "SingleThreadAuditWorker p70"
920
920
  }
921
921
  },
@@ -933,7 +933,7 @@ Resources:
933
933
  "region": "us-east-1",
934
934
  "stat": "p80",
935
935
  "period": 60,
936
- "sparkline": true,
936
+ "sparkline": false,
937
937
  "title": "SingleThreadAuditWorker p80"
938
938
  }
939
939
  },
@@ -951,7 +951,7 @@ Resources:
951
951
  "region": "us-east-1",
952
952
  "stat": "p90",
953
953
  "period": 60,
954
- "sparkline": true,
954
+ "sparkline": false,
955
955
  "title": "SingleThreadAuditWorker p90"
956
956
  }
957
957
  },
@@ -969,7 +969,7 @@ Resources:
969
969
  "region": "us-east-1",
970
970
  "stat": "Minimum",
971
971
  "period": 60,
972
- "sparkline": true,
972
+ "sparkline": false,
973
973
  "title": "SingleThreadAuditWorker Min"
974
974
  }
975
975
  },
@@ -987,7 +987,7 @@ Resources:
987
987
  "region": "us-east-1",
988
988
  "stat": "Maximum",
989
989
  "period": 60,
990
- "sparkline": true,
990
+ "sparkline": false,
991
991
  "title": "SingleThreadAuditWorker Max"
992
992
  }
993
993
  },
@@ -1046,7 +1046,7 @@ Resources:
1046
1046
  "type": "metric",
1047
1047
  "properties": {
1048
1048
  "metrics": [
1049
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
1049
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "SingleThreadAuditWorker", { "stat": "p90", "color": "#d62728" } ],
1050
1050
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
1051
1051
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
1052
1052
  [ "...", { "color": "#1f77b4" } ]
@@ -49,7 +49,7 @@ Resources:
49
49
  "region": "us-east-1",
50
50
  "stat": "Sum",
51
51
  "period": 60,
52
- "sparkline": true,
52
+ "sparkline": false,
53
53
  "title": "<%= worker_name %> Processed/Min"
54
54
  }
55
55
  },
@@ -67,7 +67,7 @@ Resources:
67
67
  "region": "us-east-1",
68
68
  "stat": "Sum",
69
69
  "period": 60,
70
- "sparkline": true,
70
+ "sparkline": false,
71
71
  "title": "<%= worker_name %> Failed/Min"
72
72
  }
73
73
  },
@@ -85,7 +85,7 @@ Resources:
85
85
  "region": "us-east-1",
86
86
  "stat": "p60",
87
87
  "period": 60,
88
- "sparkline": true,
88
+ "sparkline": false,
89
89
  "title": "<%= worker_name %> p60"
90
90
  }
91
91
  },
@@ -103,7 +103,7 @@ Resources:
103
103
  "region": "us-east-1",
104
104
  "stat": "p70",
105
105
  "period": 60,
106
- "sparkline": true,
106
+ "sparkline": false,
107
107
  "title": "<%= worker_name %> p70"
108
108
  }
109
109
  },
@@ -121,7 +121,7 @@ Resources:
121
121
  "region": "us-east-1",
122
122
  "stat": "p80",
123
123
  "period": 60,
124
- "sparkline": true,
124
+ "sparkline": false,
125
125
  "title": "<%= worker_name %> p80"
126
126
  }
127
127
  },
@@ -139,7 +139,7 @@ Resources:
139
139
  "region": "us-east-1",
140
140
  "stat": "p90",
141
141
  "period": 60,
142
- "sparkline": true,
142
+ "sparkline": false,
143
143
  "title": "<%= worker_name %> p90"
144
144
  }
145
145
  },
@@ -157,7 +157,7 @@ Resources:
157
157
  "region": "us-east-1",
158
158
  "stat": "Minimum",
159
159
  "period": 60,
160
- "sparkline": true,
160
+ "sparkline": false,
161
161
  "title": "<%= worker_name %> Min"
162
162
  }
163
163
  },
@@ -175,7 +175,7 @@ Resources:
175
175
  "region": "us-east-1",
176
176
  "stat": "Maximum",
177
177
  "period": 60,
178
- "sparkline": true,
178
+ "sparkline": false,
179
179
  "title": "<%= worker_name %> Max"
180
180
  }
181
181
  },
@@ -234,7 +234,7 @@ Resources:
234
234
  "type": "metric",
235
235
  "properties": {
236
236
  "metrics": [
237
- [ "funktor-testapp-dev", "Duration", "WorkerClassName", "AuditWorker", { "stat": "p90", "color": "#d62728" } ],
237
+ [ "${self:custom.funktor.DashboardNamespace}", "Duration", "WorkerClassName", "<%= worker_name %>", { "stat": "p90", "color": "#d62728" } ],
238
238
  [ "...", { "stat": "p80", "color": "#2ca02c" } ],
239
239
  [ "...", { "stat": "p70", "color": "#ff7f0e" } ],
240
240
  [ "...", { "color": "#1f77b4" } ]
@@ -1,3 +1,3 @@
1
1
  module Funktor
2
- VERSION = "0.7.9"
2
+ VERSION = "0.7.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funktor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green