Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ locals {
{ name = "STAGE", value = var.stage },
{ name = "GRAPH_API_KEY", value = var.graph_api_key },
{ name = "DD_ENV", value = "${var.environment}-${var.stage}" },
{ name = "ALERT_PIPELINE_MODE", value = "dual" },
{ name = "ALERT_PIPELINE_MODE", value = "legacy" },
{ name = "ALERT_EVENT_WEBHOOK_URL", value = var.monitor_webhook_url },
{ name = "ALERT_EVENT_WEBHOOK_SECRET", value = var.monitor_webhook_secret },
{ name = "MONITOR_WEBHOOK_URL", value = var.monitor_webhook_url },
Expand All @@ -52,7 +52,7 @@ locals {
DD_API_KEY = var.dd_api_key,
DD_LAMBDA_HANDLER = "packages/agents/monitor/dist/lambda.handler"
GRAPH_API_KEY = var.graph_api_key
ALERT_PIPELINE_MODE = "dual"
ALERT_PIPELINE_MODE = "legacy"
ALERT_EVENT_WEBHOOK_URL = var.monitor_webhook_url
ALERT_EVENT_WEBHOOK_SECRET = var.monitor_webhook_secret
MONITOR_WEBHOOK_URL = var.monitor_webhook_url
Expand Down
Loading