gpt4 book ai didi

java - sleuth 与 Retrofit2 兼容吗

转载 作者:太空宇宙 更新时间:2023-11-04 09:41:37 25 4
gpt4 key购买 nike

spring-cloud-sleuth retrofit2 兼容

我知道 sleuth 可以使用 Spring MVC RestTemplate 开箱即用,但我无法在网上找到任何资源来了解如何使其与 Retrofit2 一起使用。

最佳答案

您可以使用 Sleuth 配置的 HttpTracing bean 和 OkHttp 实例来配置 Brave 的 Call.Factory 并进行改造

retrofitBuilder.callFactory(TracingCallFactory.create(httpTracing, okhttp))

https://github.com/openzipkin/brave/blob/master/instrumentation/okhttp3/README.md#tracingcallfactory https://github.com/square/retrofit/blob/63cf3e66c4b661170a34a396e9be8a2a01c0e57f/retrofit/src/main/java/retrofit2/Retrofit.java#L484

关于java - sleuth 与 Retrofit2 兼容吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55917911/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com