pinpoint icon indicating copy to clipboard operation
pinpoint copied to clipboard

[#noissue]dubbo bugfix: cross-process propagation

Open tydhot opened this issue 3 years ago • 2 comments

we have fixed same problem in opentelemtery-java https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/3442

tydhot avatar Nov 16 '21 14:11 tydhot

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 16 '21 14:11 CLAassistant

Codecov Report

Merging #8411 (2869b91) into master (97f6e54) will decrease coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #8411      +/-   ##
============================================
- Coverage     39.77%   39.74%   -0.03%     
+ Complexity    11404    11398       -6     
============================================
  Files          3351     3351              
  Lines         89453    89451       -2     
  Branches       9911     9911              
============================================
- Hits          35579    35554      -25     
- Misses        50822    50858      +36     
+ Partials       3052     3039      -13     
Impacted Files Coverage Δ
...bo/interceptor/ApacheDubboProviderInterceptor.java 51.19% <40.00%> (-9.99%) :arrow_down:
...bo/interceptor/ApacheDubboConsumerInterceptor.java 63.79% <90.90%> (-0.62%) :arrow_down:
.../plugin/apache/dubbo/interceptor/NetworkUtils.java 0.00% <0.00%> (-53.85%) :arrow_down:
.../navercorp/pinpoint/rpc/client/RequestManager.java 66.66% <0.00%> (-7.58%) :arrow_down:
...rc/main/java/com/navercorp/pinpoint/test/Item.java 75.92% <0.00%> (+3.70%) :arrow_up:
...pinpoint/rpc/ChannelWriteFailListenableFuture.java 71.42% <0.00%> (+28.57%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 97f6e54...2869b91. Read the comment docs.

codecov[bot] avatar Nov 16 '21 15:11 codecov[bot]