Skip to content

Commit 4cb0ee0

Browse files
Increase grpc max recv size (#633)
1 parent 0a0bab2 commit 4cb0ee0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/integration/configs/otelcol-config-4017.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ receivers:
33
protocols:
44
grpc:
55
endpoint: 0.0.0.0:4017
6+
max_recv_msg_size_mib: 100
67
http:
78
endpoint: 0.0.0.0:4018
89
cors:

test/integration/configs/otelcol-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ receivers:
33
protocols:
44
grpc:
55
endpoint: 0.0.0.0:4317
6+
max_recv_msg_size_mib: 100
67
http:
78
endpoint: 0.0.0.0:4318
89
cors:

0 commit comments

Comments
 (0)