hypertrace / javaagent

Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Apache License 2.0
33 stars 15 forks source link

Capture servlet request bodies explicitly #270

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

Signed-off-by: Pavol Loffay p.loffay@gmail.com

Capture request body explicitly, some APIs (e.g. jackson) do not call stream#read until it returns -1 nor call stream#available.

pavolloffay commented 3 years ago

@samarth-gupta-traceable the smoketest CI is failing for PRs

pavolloffay commented 3 years ago

yeah the docker failed to authenticate, on PRs the creds are not present.