Skip to content

Commit

Permalink
[TEST] Fix opentelemetry-collector bind address (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Jul 3, 2024
1 parent 42563e4 commit f6dca99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions functional/otlp/otel-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ receivers:
otlp:
protocols:
http:
endpoint: 0.0.0.0:4318

processors:
batch:
Expand Down
1 change: 1 addition & 0 deletions functional/otlp/otel-config-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ receivers:
otlp:
protocols:
http:
endpoint: 0.0.0.0:4318
tls:
ca_file: ../cert/ca.pem
cert_file: ../cert/server_cert.pem
Expand Down
1 change: 1 addition & 0 deletions functional/otlp/otel-docker-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ receivers:
otlp:
protocols:
http:
endpoint: 0.0.0.0:4318

processors:
batch:
Expand Down
1 change: 1 addition & 0 deletions functional/otlp/otel-docker-config-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ receivers:
otlp:
protocols:
http:
endpoint: 0.0.0.0:4318
tls:
ca_file: /otel-cpp/ca.pem
cert_file: /otel-cpp/server_cert.pem
Expand Down

1 comment on commit f6dca99

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: f6dca99 Previous: 42563e4 Ratio
BM_SpinLockThrashing/1/process_time/real_time 0.4235263929968779 ms/iter 0.09091423705437 ms/iter 4.66
BM_SpanCreationWithManualSpanContextPropagation 225.9009146068583 ns/iter 112.64535307329113 ns/iter 2.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.