Skip to content
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

Open
dellaChoi opened this issue Nov 19, 2024 · 4 comments
Open

I have an inquiry regarding GRPC in the pinpoint-node-agent #235

dellaChoi opened this issue Nov 19, 2024 · 4 comments

Comments

@dellaChoi
Copy link

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?

@feelform
Copy link
Collaborator

Do your projects have any problems for max_receive_message_length and max_send_message_length ?

@dellaChoi
Copy link
Author

dellaChoi commented Nov 20, 2024

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:

  • reject message queue size: 1000

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.

  • profiler.transport.grpc.span.sender.executor.queue.size=1000
  • profiler.transport.grpc.span.sender.channel.executor.queue.size=1000

@feelform
Copy link
Collaborator

@dellaChoi
I am validating v1.0 release version. I will have to add configurations in v1.0 for max_receive_message_length and max_send_message_length.

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.

@dellaChoi
Copy link
Author

@feelform
Thank you for considering this! Could you let me know when the release version of pinpoint-node-agent v1.0 will be available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants