From 5cd060ff5cea40b0ce841152fbac0bec8874250e Mon Sep 17 00:00:00 2001 From: alex boten <223565+codeboten@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:14:09 -0700 Subject: [PATCH] [chore] update test config This updates the test configuration to explicitly set the endpoint to insecure. This will address a test failure caused by https://github.com/open-telemetry/opentelemetry-collector/pull/13691 Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com> --- .../integration_test_internal_metrics_config.yaml | 1 + .../integrationtest/integration_test_logs_config.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/exporter/datadogexporter/integrationtest/integration_test_internal_metrics_config.yaml b/exporter/datadogexporter/integrationtest/integration_test_internal_metrics_config.yaml index 941cacf8cdaa8..ac9cf383ba864 100644 --- a/exporter/datadogexporter/integrationtest/integration_test_internal_metrics_config.yaml +++ b/exporter/datadogexporter/integrationtest/integration_test_internal_metrics_config.yaml @@ -30,6 +30,7 @@ service: exporter: otlp: protocol: http/protobuf + insecure: true endpoint: ${env:OTLP_HTTP_SERVER} pipelines: traces: diff --git a/exporter/datadogexporter/integrationtest/integration_test_logs_config.yaml b/exporter/datadogexporter/integrationtest/integration_test_logs_config.yaml index 5a5684eb0eca5..226022b4aba12 100644 --- a/exporter/datadogexporter/integrationtest/integration_test_logs_config.yaml +++ b/exporter/datadogexporter/integrationtest/integration_test_logs_config.yaml @@ -30,6 +30,7 @@ service: exporter: otlp: protocol: http/protobuf + insecure: true endpoint: ${env:OTLP_HTTP_SERVER} pipelines: logs: