Services are called by feign,but not multi-application http call tracing,like this
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
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
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
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
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
So I chose method one for the time being
Does pinpoint really not support feign?