Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/integration/configs/otelcol-config-4017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ receivers:
protocols:
grpc:
endpoint: 0.0.0.0:4017
max_recv_msg_size_mib: 100
http:
endpoint: 0.0.0.0:4018
cors:
Expand Down
1 change: 1 addition & 0 deletions test/integration/configs/otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ receivers:
protocols:
grpc:
endpoint: 0.0.0.0:4317
max_recv_msg_size_mib: 100
http:
endpoint: 0.0.0.0:4318
cors:
Expand Down
Loading