elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

[Config] Capture body #309

Open jackshirazi opened 4 days ago

jackshirazi commented 4 days ago

Classic agent link

What it does

For transactions that are HTTP requests, the Java agent can optionally capture the request body (e.g. POST variables). For transactions that are initiated by receiving a message from a message broker, the agent can capture the textual message body.

Implementation difficulty, location, and dynamism

@akhileshpok please feedback on whether this really needs to be supported as a dynamic capability