Skip to content

Commit 0416c9e

Browse files
authored
chore: Enable Prometheus for staging task processor (#5317)
1 parent 3a98aca commit 0416c9e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

infrastructure/aws/staging/ecs-task-definition-task-processor.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
{
155155
"name": "FLAGSMITH_ON_FLAGSMITH_SERVER_OFFLINE_MODE",
156156
"value": "False"
157+
},
158+
{
159+
"name": "PROMETHEUS_ENABLED",
160+
"value": "True"
157161
}
158162
],
159163
"secrets": [
@@ -225,4 +229,4 @@
225229
],
226230
"cpu": "1024",
227231
"memory": "2048"
228-
}
232+
}

0 commit comments

Comments
 (0)