want to create a demo to print request response payloads #9491
Unanswered
Rajdeep-Bhattacharya
asked this question in
Q&A
Replies: 2 comments 1 reply
-
other things ive tried
|
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @Rajdeep-Bhattacharya! check out the related #8778 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
im trying to create a demo where i can run the java agent with one of my services, which is built on spring boot, and collect traces to zipkin i also want to add the request response payloads for the apis of my service without making client changes
what is the best way to go about doing this?
i thought i could look at the java-http-client instrumentation implementation and create my own instrumentation override which can add these fields but i dont see the prints or the attributes added to the spans
is this the correct way to proceed or should i be looking somewhere else?
let me know if i need to provide more details
Beta Was this translation helpful? Give feedback.
All reactions