How can I customize Spring Sleuth so that it uses other names as traceId and span Id in the body of the HTTP request and response? That is, I need everything to work the same way, but the traceId and span Id are transmitted through the HTTP body with different names
Alternatively, process the request and response BEFORE it is processed by SLeuth. Does anyone know how to do this? The HandlerInterceptor does not help
Екатерина Запольская is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.