Skip to content

Commit 9d4193b

Browse files
authored
[chore] update test config (#42225)
This updates the test configuration to explicitly set the endpoint to insecure. This will address a test failure caused by open-telemetry/opentelemetry-collector#13691 Signed-off-by: alex boten <[email protected]>
1 parent 93caa93 commit 9d4193b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

exporter/datadogexporter/integrationtest/integration_test_internal_metrics_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ service:
3030
exporter:
3131
otlp:
3232
protocol: http/protobuf
33+
insecure: true
3334
endpoint: ${env:OTLP_HTTP_SERVER}
3435
pipelines:
3536
traces:

exporter/datadogexporter/integrationtest/integration_test_logs_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ service:
3030
exporter:
3131
otlp:
3232
protocol: http/protobuf
33+
insecure: true
3334
endpoint: ${env:OTLP_HTTP_SERVER}
3435
pipelines:
3536
logs:

0 commit comments

Comments
 (0)