Closed
Description
Use Case
A spring pet clinic app (having POST service) was running which was instrumented by hypertrace java-agent. The app was loaded with multiple POST requests having body ~1MB.
hypertrace traces has the body of a http post request. By default it should capture 128 KB.
Issue
We are only capturing 512 bytes of post request body. See attached images/files.
Solution
The post request body should be 128KB by default.
input_1MB.txt
output_512B.txt