Skip to content

Commit a670285

Browse files
committed
fix: DD 서비스명 수정
1 parent 1bb0848 commit a670285

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

terraform/dev/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ecs_task_definitions_base = {
115115
DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL = "true"
116116
DD_EC2_USE_IMDSV2 = "true"
117117
DD_DOGSTATSD_NON_LOCAL_TRAFFIC = "true"
118-
DD_SERVICE = "eatda-api"
118+
DD_SERVICE = "eatda-api-dev"
119119
DD_ENV = "dev"
120120
DD_VERSION = "v1"
121121
}

terraform/prod/terraform.tfvars

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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_SERVICE = "eatda-api-prod"
53+
DD_ENV = "prod"
54+
DD_VERSION = "v1"
5255
}
5356
volumes = [
5457
{

0 commit comments

Comments
 (0)