From c00ee0aa4fc32153be7090ffe61127f0e8f112df Mon Sep 17 00:00:00 2001 From: Daniel Zolty Date: Tue, 31 Oct 2023 11:19:20 -0700 Subject: [PATCH] updated taskdef --- terraform/templates/defaults/ecs_taskdef.tpl | 8 -------- 1 file changed, 8 deletions(-) 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"