Skip to content

Commit fa2208d

Browse files
rafaelroquettocarsontham
authored andcommitted
Increase grpc max recv size (open-telemetry#633)
1 parent 4d7f023 commit fa2208d

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)