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

Increase the coverage of the apiId cache #10866

Closed
jaehong-kim opened this issue Apr 9, 2024 · 1 comment
Closed

Increase the coverage of the apiId cache #10866

jaehong-kim opened this issue Apr 9, 2024 · 1 comment

Comments

@jaehong-kim
Copy link
Contributor

Increase the coverage of the apiId cache.

The Pinpoint agent uses the cache without sending method information (className + methodName + descriptor) to the collector every time.
If the information is already stored in the cache when the method calls, only int-type cache values (apiId) can be passed to the collector to reduce the amount of transmission.

Increase the cache size a little more and register additional frequently used methods.

@jaehong-kim
Copy link
Contributor Author

Applied to the 2.5.4-SNAPSHOT version.

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

No branches or pull requests

1 participant