Request description:.
I want disable jaeger client remoteReporter, I don't nee send to agent, Because istio would make it.
Tried:.
Add quarkus.jaeger.sender-factory
prop in my application.properties
but I not has lucky, and can't find when use this prop in source code.
env infomation:
java version: 1.8.
quarkus version: 1.13.2.Final
example project.
GitLab link