Replies: 1 comment 1 reply
-
That requires code-level changes, as we don't plan to manipulate the response. Because response could be very complex, such as binary streaming(media), pic, and audio. You need to change codes and use this API to get the current trace ID and inject it into any place you like |
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
-
I would include the unique traceid, auto-generated by java agent, in the http response head. In this way, SREs may accurately trace a specific http request processing, according to the traceID included in the response, as a customized header, say x-traceID, in browser. may anyone advises how ? much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions