@fjall/components-infrastructure 26.0.0 → 27.0.0
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.
|
@@ -1070,9 +1070,11 @@ export interface EcsComputeProps {
|
|
|
1070
1070
|
/**
|
|
1071
1071
|
* CloudWatch Container Insights (default off). Enabling it bills
|
|
1072
1072
|
* ~$0.30/metric-month of custom `ECS/ContainerInsights` metrics per cluster
|
|
1073
|
-
* plus performance-log ingestion
|
|
1074
|
-
*
|
|
1075
|
-
*
|
|
1073
|
+
* plus performance-log ingestion, and also arms the per-service
|
|
1074
|
+
* `RunningTaskCount` liveness alarms (`ecsAlarms.ts` gates them on this
|
|
1075
|
+
* flag because the metric only exists in `ECS/ContainerInsights`).
|
|
1076
|
+
* Scale-to-zero services should pair it with
|
|
1077
|
+
* `alarms: { runningTasksMinimum: 0 }` or they idle in ALARM.
|
|
1076
1078
|
*/
|
|
1077
1079
|
containerInsights?: true;
|
|
1078
1080
|
/** Application ID for alarm tagging (used by webhook to map alarms to applications). */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/components-infrastructure",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/fjall-tech/fjall.git",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@aws-sdk/client-organizations": "^3.1098.0",
|
|
81
|
-
"@fjall/generator": "^
|
|
82
|
-
"@fjall/util": "^
|
|
81
|
+
"@fjall/generator": "^27.0.0",
|
|
82
|
+
"@fjall/util": "^27.0.0",
|
|
83
83
|
"constructs": "^10.7.2",
|
|
84
84
|
"zod": "^4.4.3"
|
|
85
85
|
},
|