-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an inquiry regarding GRPC in the pinpoint-node-agent #235
Comments
Do your projects have any problems for max_receive_message_length and max_send_message_length ? |
Occasionally, there is an issue where the Pinpoint Apdex graph is not rendered, and currently, we cannot check the logs on the application side configured with Node.js. Even in the application side configured with Java, there are occasional instances where the Pinpoint Apdex graph is not rendered, but the error log is as follows:
I suspect that increasing the following configuration values in the pinpoint-agent might resolve the issue, but I couldn't find the configuration values in the pinpoint-node-agent, so I'm reaching out for assistance.
|
@dellaChoi I know that max_receive_message_length is 4 MB default value. It is not queue size. You can check constants.ts in grpc-node github project Thank you for your requests. |
@feelform |
I am curious about the default values for max_receive_message_length and max_send_message_length regarding GRPC in the Pinpoint Node Agent, and whether it is possible to change these settings.
In the case of the pinpoint-agent made with Java, there is a setting called "profiler.transport.grpc.span.sender.executor.queue.size".
Is there an equivalent setting for Node.js?
The text was updated successfully, but these errors were encountered: