elastic / elastic-otel-java

Apache License 2.0
18 stars 14 forks source link

[Config] Capture body #309

Open jackshirazi opened 5 months ago

jackshirazi commented 5 months 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

akhileshpok commented 2 months ago

@jackshirazi - I have not heard that this parameter needs to be dynamic. Let me check with the customer!

akhileshpok commented 2 months ago

@jackshirazi - Yes, this parameter needs to be dynamic.