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

Implement custom DataWriter to support journeys with loading static resources #299

Open
dmlemeshko opened this issue Sep 1, 2022 · 0 comments

Comments

@dmlemeshko
Copy link
Member

In order to run scalability tests with static resources been loaded, we can't use the default DataWriter.

Default one is not configurable and stores response body for each request that causes out of memory exception.

At the moment we exclude static resources from APM traces and can use existing DataWriter. But if we won't to include it, we need to consider our own implementation. There are already existing ones:

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

1 participant