我开始将一个服务迁移到SpringBoot 3,现在遇到了一个使用org.springframework.cloud.sleuth.instrument.web.mvc.TracingInterceptor
的问题代码
restTemplate.getInterceptors().add(0,tracingInterceptor);
在新的测微仪追踪API中没有找到org.springframework.cloud.sleuth.instrument.web.mvc.TracingInterceptor
的类比,如何在使用restTemplate
调用其他服务时传播traceId
和spanId
?
1条答案
按热度按时间vulvrdjw1#
RestTemplate本身使用测微仪观察API。您不需要在RestTemplate上添加任何内容即可观察