We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db556c commit 48eb05eCopy full SHA for 48eb05e
main.tf
@@ -15,7 +15,8 @@ locals {
15
DD_TAGS = "env:${var.env} app:${var.app_name}"
16
DD_TRACE_ANALYTICS_ENABLED = "true"
17
DD_RUNTIME_METRICS_ENABLED = "true"
18
-
+ DD_PROFILING_ENABLED = "true"
19
+ DD_LOGS_INJECTION = "true"
20
21
// https://www.datadoghq.com/blog/monitor-aws-fargate/
22
ECS_FARGATE = var.ecs_launch_type == "FARGATE" ? "true" : "false"
0 commit comments