We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31196aa + ca5ed38 commit 611a582Copy full SHA for 611a582
ops/mainnet/prod/core/config.tf
@@ -36,7 +36,7 @@ locals {
36
{ name = "STAGE", value = var.stage },
37
{ name = "GRAPH_API_KEY", value = var.graph_api_key },
38
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
39
- { name = "ALERT_PIPELINE_MODE", value = "dual" },
+ { name = "ALERT_PIPELINE_MODE", value = "legacy" },
40
{ name = "ALERT_EVENT_WEBHOOK_URL", value = var.monitor_webhook_url },
41
{ name = "ALERT_EVENT_WEBHOOK_SECRET", value = var.monitor_webhook_secret },
42
{ name = "MONITOR_WEBHOOK_URL", value = var.monitor_webhook_url },
@@ -52,7 +52,7 @@ locals {
52
DD_API_KEY = var.dd_api_key,
53
DD_LAMBDA_HANDLER = "packages/agents/monitor/dist/lambda.handler"
54
GRAPH_API_KEY = var.graph_api_key
55
- ALERT_PIPELINE_MODE = "dual"
+ ALERT_PIPELINE_MODE = "legacy"
56
ALERT_EVENT_WEBHOOK_URL = var.monitor_webhook_url
57
ALERT_EVENT_WEBHOOK_SECRET = var.monitor_webhook_secret
58
MONITOR_WEBHOOK_URL = var.monitor_webhook_url
0 commit comments