elastic / apm-agent-java

https://www.elastic.co/guide/en/apm/agent/java/current/index.html
Apache License 2.0
567 stars 321 forks source link

Add support for capturing HTTP Client request bodies #3725

Closed JonasKunz closed 2 months ago

JonasKunz commented 4 months ago

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: