Skip to content

Commit f1355b0

Browse files
committed
fix: prod Infrastructure Metrics 수집하도록 수정
1 parent 488c772 commit f1355b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

terraform/prod/terraform.tfvars

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ecs_services = {
1111
datadog = {
1212
task_definition = "datadog"
1313
launch_type = "EC2"
14-
scheduling_strategy = "REPLICA"
14+
scheduling_strategy = "DAEMON"
1515
}
1616
}
1717

@@ -49,6 +49,9 @@ ecs_task_definitions_base = {
4949
DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL = "true"
5050
DD_APM_RECEIVER_PORT = "8126"
5151
DD_APM_NON_LOCAL_TRAFFIC = "true"
52+
DD_EC2_USE_IMDSV2 = "true"
53+
DD_COLLECT_EC2_TAGS = "true"
54+
DD_COLLECT_EC2_METADATA = "true"
5255
DD_SERVICE = "eatda-api-prod"
5356
DD_ENV = "prod"
5457
DD_VERSION = "v1"

0 commit comments

Comments
 (0)