funktor 0.7.22 → 0.7.23
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14f8da493fd4bd44a1261a69e6ad6e2452ffd585727b0b9e462cffb48c806984
|
|
4
|
+
data.tar.gz: ea7f0a7d7e0ac3763a08b97065ea326e3717f81e8f83367369c9058921698eab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58cadf75691cd1836f4c2219a5725d3157872951c183843429d343cc9d1028769169a1163f6e6a1ba2d916c8d1c40c4a2103862d8fa7cf9b7b1c00b5fecb5e52
|
|
7
|
+
data.tar.gz: 8a0a0dd7aa9e0dd5cb7f84dd6741d22ed7107777c390e1914f9987e8f525339835bb82b5d5bccf80e64ddd704142905877218309b64ee511001dfb012d2da99f
|
data/Gemfile.lock
CHANGED
|
@@ -1363,7 +1363,8 @@ Resources:
|
|
|
1363
1363
|
"metrics": [
|
|
1364
1364
|
[ "AWS/Lambda", "Errors", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
1365
1365
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
1366
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
1366
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
1367
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
1367
1368
|
],
|
|
1368
1369
|
"region": "us-east-1",
|
|
1369
1370
|
"title": "Incoming Job Handler Error count and success rate (%)",
|
|
@@ -1545,7 +1546,8 @@ Resources:
|
|
|
1545
1546
|
[ "AWS/Lambda", "Errors", "FunctionName",
|
|
1546
1547
|
"${self:custom.funktor.DefaultQueueHandlerName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
1547
1548
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
1548
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
1549
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
1550
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.DefaultQueueHandlerName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
1549
1551
|
],
|
|
1550
1552
|
"region": "us-east-1",
|
|
1551
1553
|
"title": "Default Queue Handler Error count and success rate (%)",
|
|
@@ -1725,7 +1727,8 @@ Resources:
|
|
|
1725
1727
|
[ "AWS/Lambda", "Errors", "FunctionName",
|
|
1726
1728
|
"${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
1727
1729
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
1728
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
1730
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
1731
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.LowConcurrencyQueueHandlerName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
1729
1732
|
],
|
|
1730
1733
|
"region": "us-east-1",
|
|
1731
1734
|
"title": "LowConcurrency Queue Handler Error count and success rate (%)",
|
|
@@ -1877,7 +1880,8 @@ Resources:
|
|
|
1877
1880
|
"metrics": [
|
|
1878
1881
|
[ "AWS/Lambda", "Errors", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
1879
1882
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
1880
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
1883
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
1884
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
1881
1885
|
],
|
|
1882
1886
|
"region": "us-east-1",
|
|
1883
1887
|
"title": "Job Activator Error count and success rate (%)",
|
|
@@ -449,7 +449,8 @@ Resources:
|
|
|
449
449
|
"metrics": [
|
|
450
450
|
[ "AWS/Lambda", "Errors", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
451
451
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
452
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
452
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
453
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.IncomingJobHandlerName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
453
454
|
],
|
|
454
455
|
"region": "us-east-1",
|
|
455
456
|
"title": "Incoming Job Handler Error count and success rate (%)",
|
|
@@ -632,7 +633,8 @@ Resources:
|
|
|
632
633
|
[ "AWS/Lambda", "Errors", "FunctionName",
|
|
633
634
|
"${self:custom.funktor.<%= queue_name.camelize %>QueueHandlerName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
634
635
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
635
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
636
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
637
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.<%= queue_name.camelize %>QueueHandlerName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
636
638
|
],
|
|
637
639
|
"region": "us-east-1",
|
|
638
640
|
"title": "<%= queue_name.camelize %> Queue Handler Error count and success rate (%)",
|
|
@@ -785,7 +787,8 @@ Resources:
|
|
|
785
787
|
"metrics": [
|
|
786
788
|
[ "AWS/Lambda", "Errors", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "id": "errors", "stat": "Sum", "color": "#d13212" } ],
|
|
787
789
|
[ ".", "Invocations", ".", ".", { "id": "invocations", "stat": "Sum", "visible": false } ],
|
|
788
|
-
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ]
|
|
790
|
+
[ { "expression": "100 - 100 * errors / MAX([errors, invocations])", "label": "Success rate (%)", "id": "availability", "yAxis": "right", "region": "us-east-1" } ],
|
|
791
|
+
[ "AWS/Lambda", "Throttles", "FunctionName", "${self:custom.funktor.JobActivatorName}", { "id": "throttles", "color": "#ff7f0e" } ]
|
|
789
792
|
],
|
|
790
793
|
"region": "us-east-1",
|
|
791
794
|
"title": "Job Activator Error count and success rate (%)",
|
data/lib/funktor/version.rb
CHANGED