shulieTech / Takin

Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
Apache License 2.0
1.31k stars 330 forks source link

在gateway的demo中,加入了调用dubbo的service,数据能保存成功,http调用链路能看到,但是链路上看不到dubbo服务,并且dubbo服务的pradar_trace.log.0里面没有日志 #92

Open fanhongbiao001 opened 2 years ago

fanhongbiao001 commented 2 years ago

@Reference private UserService userService; /**

1638787105(1)
yriiolik commented 2 years ago

你们dubbo客户端是啥? 是什么版本的?

fanhongbiao001 commented 2 years ago

你们dubbo客户端是啥? 是什么版本的?

<dependency>
    <groupId>com.alibaba.spring.boot</groupId>
    <artifactId>dubbo-spring-boot-starter</artifactId>
    <version>2.0.0</version>
</dependency>

consumer里面,我看引用的jar包是dubbo2.6.0版本,我用哪个版本比较合适呢