Skip to content

Commit 4c7b92e

Browse files
authored
Merge pull request #7 from hazelops/feature/enable-profiling-and-logs
Enable profiling, enable logs injection by default
2 parents 6db556c + 48eb05e commit 4c7b92e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ locals {
1515
DD_TAGS = "env:${var.env} app:${var.app_name}"
1616
DD_TRACE_ANALYTICS_ENABLED = "true"
1717
DD_RUNTIME_METRICS_ENABLED = "true"
18-
18+
DD_PROFILING_ENABLED = "true"
19+
DD_LOGS_INJECTION = "true"
1920

2021
// https://www.datadoghq.com/blog/monitor-aws-fargate/
2122
ECS_FARGATE = var.ecs_launch_type == "FARGATE" ? "true" : "false"

0 commit comments

Comments
 (0)