opentracing-contrib / java-specialagent

Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
Apache License 2.0
185 stars 46 forks source link

dubbo2.7.x agent rule does not take effect #603

Closed zshi456 closed 3 years ago

zshi456 commented 3 years ago

dubbo demo project: https://github.com/zshi456/dubbo-demo java-specialagent version: 1.7.4 arguments : -javaagent:/xxxx/opentracing-specialagent-1.7.4.jar -DJAEGER_SAMPLER_TYPE=const -DJAEGER_SAMPLER_PARAM=1 -Dsa.exporter=jaeger -DJAEGER_SERVICE_NAME=jaeger-demo-xxx1 -Dsa.log.level=INFO -DJAEGER_REPORTER_LOG_SPANS=true

acess url: localhost:8080/sayHello

for jaeger ui can see image have a span don't contain dubbo image

zshi456 commented 3 years ago

add -Dsa.init.defer=false