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
Our agent has the capability to capture HTTP request bodies for server frameworks (e.g. servlet api).
A requested feature is to also capture the first few (e.g. 1024) bytes of HTTP client request bodies aswell:
Decide on how the data is tranferred to APM-server (e.g. dedicated IntakeV2 field or otel attirbute) and how it is stored
- we decided to keep it in labels for now as the feature is experimental anyway
Our agent has the capability to capture HTTP request bodies for server frameworks (e.g. servlet api).
A requested feature is to also capture the first few (e.g. 1024) bytes of HTTP client request bodies aswell:
- we decided to keep it in
labelsfor now as the feature is experimental anywayContent-Typeheader when converting the bytes back to strings Perform charset-aware decoding of request bodies #3726