diff --git a/tools/pipeline_perf_test/test_suites/integration/templates/configs/backend/config.yaml.j2 b/tools/pipeline_perf_test/test_suites/integration/templates/configs/backend/config.yaml.j2 index b05cf63f9d..ec6c8b45c2 100644 --- a/tools/pipeline_perf_test/test_suites/integration/templates/configs/backend/config.yaml.j2 +++ b/tools/pipeline_perf_test/test_suites/integration/templates/configs/backend/config.yaml.j2 @@ -42,6 +42,7 @@ groups: {%- if receiver_type == "otlp" %} protocols: grpc: + max_decoding_message_size: 32MiB listening_addr: "{{ listen_addr }}" {%- for k, v in extra_config.items() %} {{ k }}: {{ v }}