diff --git a/terraform/templates/defaults/ecs_taskdef.tpl b/terraform/templates/defaults/ecs_taskdef.tpl index 0c14d9f77..56c3c8657 100644 --- a/terraform/templates/defaults/ecs_taskdef.tpl +++ b/terraform/templates/defaults/ecs_taskdef.tpl @@ -49,14 +49,6 @@ "name": "ZIPKIN_RECEIVER_ENDPOINT", "value": "127.0.0.1:${http_port}" }, - { - "name": "OTEL_METRICS_EXPORTER", - "value": "none" - }, - { - "name": "OTEL_TRACES_EXPORTER", - "value": "otlp" - }, { "name": "OTEL_LOGS_EXPORTER", "value": "otlp"