You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: