Skip to content

Commit f6dca99

Browse files
authored
[TEST] Fix opentelemetry-collector bind address (#2989)
1 parent 42563e4 commit f6dca99

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

functional/otlp/otel-config-http.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ receivers:
1010
otlp:
1111
protocols:
1212
http:
13+
endpoint: 0.0.0.0:4318
1314

1415
processors:
1516
batch:

functional/otlp/otel-config-https.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ receivers:
1010
otlp:
1111
protocols:
1212
http:
13+
endpoint: 0.0.0.0:4318
1314
tls:
1415
ca_file: ../cert/ca.pem
1516
cert_file: ../cert/server_cert.pem

functional/otlp/otel-docker-config-http.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ receivers:
99
otlp:
1010
protocols:
1111
http:
12+
endpoint: 0.0.0.0:4318
1213

1314
processors:
1415
batch:

functional/otlp/otel-docker-config-https.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ receivers:
99
otlp:
1010
protocols:
1111
http:
12+
endpoint: 0.0.0.0:4318
1213
tls:
1314
ca_file: /otel-cpp/ca.pem
1415
cert_file: /otel-cpp/server_cert.pem

0 commit comments

Comments
 (0)