Skip to content

Commit

Permalink
Fix gRPC endpoint configurations (#1674)
Browse files Browse the repository at this point in the history
* fix gRPC listener configuration for testbed x-ray tests

Signed-off-by: Anthony J Mirabella <[email protected]>

* set explicit gRPC listen port for k8sattr processor tests

Signed-off-by: Anthony J Mirabella <[email protected]>

---------

Signed-off-by: Anthony J Mirabella <[email protected]>
  • Loading branch information
Aneurysm9 authored Oct 1, 2024
1 parent 609ec95 commit 8d6a080
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ receivers:
otlp:
protocols:
grpc:
endpoint: "0.0.0.0:4317"

exporters:
awsxray:
Expand Down
1 change: 1 addition & 0 deletions terraform/testcases/otlp_metric_k8sattr/otconfig.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:${grpc_port}

processors:
k8sattributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ receivers:
otlp/proxy:
protocols:
grpc:
endpoint: 0.0.0.0:${grpc_port}

processors:
k8sattributes:
Expand Down
1 change: 1 addition & 0 deletions terraform/testcases/otlp_trace_k8sattr/otconfig.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:${grpc_port}

processors:
k8sattributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ receivers:
otlp/proxy:
protocols:
grpc:
endpoint: 0.0.0.0:${grpc_port}

processors:
k8sattributes:
Expand Down

0 comments on commit 8d6a080

Please sign in to comment.