sofastack / sofa-tracer

SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Apache License 2.0
1.09k stars 371 forks source link

dubbo trace cross-process invocation propagation #442

Open zmapleshine opened 3 years ago

zmapleshine commented 3 years ago

https://github.com/sofastack/sofa-tracer/blob/ca868465613c7cdd86b2de943e472201d8734469/sofa-tracer-plugins/sofa-tracer-dubbo-plugin/src/main/java/com/alipay/sofa/tracer/plugins/dubbo/DubboSofaTracerFilter.java#L160

when this filter invoking as client filter ,this line shows that use invocation as trace 'cross-process' propagation medium.

is this a deprecated filter?

glmapper commented 3 years ago

@zmapleshine 使用的 Dubbo 版本是多少?