Skip to content

Commit 9b2f5e6

Browse files
authored
infra: Enable Prometheus in production (#6088)
1 parent 9ad9230 commit 9b2f5e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
"name": "FLAGSMITH_ON_FLAGSMITH_SERVER_OFFLINE_MODE",
154154
"value": "False"
155155
},
156+
{
157+
"name": "PROMETHEUS_ENABLED",
158+
"value": "True"
159+
},
156160
{
157161
"name": "ENABLE_API_USAGE_ALERTING",
158162
"value": "True"

infrastructure/aws/production/ecs-task-definition-web.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@
205205
"name": "FLAGSMITH_ON_FLAGSMITH_SERVER_OFFLINE_MODE",
206206
"value": "False"
207207
},
208+
{
209+
"name": "PROMETHEUS_ENABLED",
210+
"value": "True"
211+
},
208212
{
209213
"name": "FLAGSMITH_ON_FLAGSMITH_SERVER_API_URL",
210214
"value": "https://edge.api.flagsmith.com/api/v1/"

0 commit comments

Comments
 (0)