pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.42k stars 3.75k forks source link

Does pinpoint not support springcloud feign? #7513

Open RaelLiu opened 3 years ago

RaelLiu commented 3 years ago

Enviroment:

pinpoint 2.1.0 springboot 1.4.5-release spring-cloud-starter-feign:1.4.5-release

Describe your problem**

Services are called by feign,but not multi-application http call tracing,like this image image

Scene one: When I open hystrix setting, multi-application http call tracing work normal,but there are too many logs,I don't want that. profiler.rxjava=true profiler.hystrix=true image image

Scene two: When I changed the Enviroment to : pinpoint 2.1.0 springboot 2.0.6-release spring-cloud-starter-openfeign 2.0.0.RELEASE

multi-application http call tracing work normal,not too many logs. That's what I want,But too many projects need to be modified. It's not realistic image

So I chose method one for the time being

Does pinpoint really not support feign?

galenzhao commented 3 years ago

same here!

yamoe commented 1 year ago

same here!