28 Nov 2024 10:46 AM - edited 28 Nov 2024 06:24 PM
Can anyone provide what the capture limits (oneagent) of business events are on the payload (request/response) are?
I have a situation where, although requests itself are captured and details are extracted from headers, the response payload (JSON) and the captured data fields that depend on it are empty. The current assumption is that (since the response can't be null) that a limit kicks in and the payload is ignored if it exceeds a certain size? (Which makes sense performance -wise, but it would be good to know)
Solved! Go to Solution.
29 Nov 2024 07:22 AM
@r_weber , looks like its 5 MB per request when ingesting via API, not sure if same applies for OneAgent?
https://docs.dynatrace.com/docs/shortlink/ba-api-ingest#payload-formats
02 Dec 2024 03:44 PM
It must be much less than that..more in the few kilobytes range.
02 Dec 2024 03:51 PM - edited 02 Dec 2024 03:53 PM
According with this information
Deep payload inspection extracts up to 64KB of business data from in-flight application requests and responses
https://www.dynatrace.com/news/blog/the-value-of-business-events-how-it-can-increase-business-agilit...
02 Dec 2024 04:32 PM
Confirmed the limits with support:
OneAgent limits:
• Max req/res body payload size 64132 bytes (~64 KiB)
• Period length 1000 (1 second)
• Max events in a period 200
• Max payload in a period (1 MiB)