Skip to content

Commit 611a582

Browse files
authored
Merge pull request #596 from everclearorg/fix/alerts_hotfix
fix: update from dual to legacy in production configuration
2 parents 31196aa + ca5ed38 commit 611a582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ops/mainnet/prod/core/config.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ locals {
3636
{ name = "STAGE", value = var.stage },
3737
{ name = "GRAPH_API_KEY", value = var.graph_api_key },
3838
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
39-
{ name = "ALERT_PIPELINE_MODE", value = "dual" },
39+
{ name = "ALERT_PIPELINE_MODE", value = "legacy" },
4040
{ name = "ALERT_EVENT_WEBHOOK_URL", value = var.monitor_webhook_url },
4141
{ name = "ALERT_EVENT_WEBHOOK_SECRET", value = var.monitor_webhook_secret },
4242
{ name = "MONITOR_WEBHOOK_URL", value = var.monitor_webhook_url },
@@ -52,7 +52,7 @@ locals {
5252
DD_API_KEY = var.dd_api_key,
5353
DD_LAMBDA_HANDLER = "packages/agents/monitor/dist/lambda.handler"
5454
GRAPH_API_KEY = var.graph_api_key
55-
ALERT_PIPELINE_MODE = "dual"
55+
ALERT_PIPELINE_MODE = "legacy"
5656
ALERT_EVENT_WEBHOOK_URL = var.monitor_webhook_url
5757
ALERT_EVENT_WEBHOOK_SECRET = var.monitor_webhook_secret
5858
MONITOR_WEBHOOK_URL = var.monitor_webhook_url

0 commit comments

Comments
 (0)