sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

allow custom caller app name #1215

Closed OrezzerO closed 1 year ago

OrezzerO commented 2 years ago

Motivation:

For some transmit situation , we do not want to change caller app name after transmit. So we provided an api to custom caller app name.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1215 (2b10119) into master (bb7c51b) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1215      +/-   ##
============================================
+ Coverage     71.56%   71.58%   +0.01%     
+ Complexity      832      831       -1     
============================================
  Files           408      408              
  Lines         17224    17231       +7     
  Branches       2684     2685       +1     
============================================
+ Hits          12327    12335       +8     
+ Misses         3533     3531       -2     
- Partials       1364     1365       +1     
Impacted Files Coverage Δ
.../java/com/alipay/sofa/rpc/common/RpcConstants.java 100.00% <ø> (ø)
.../sofa/rpc/bootstrap/DefaultClientProxyInvoker.java 63.76% <100.00%> (+4.09%) :arrow_up:
...ofa/rpc/registry/zk/ZookeeperProviderObserver.java 72.50% <0.00%> (-2.50%) :arrow_down:
.../alipay/sofa/rpc/metrics/lookout/RpcLookoutId.java 87.30% <0.00%> (-1.59%) :arrow_down:
...om/alipay/sofa/rpc/server/triple/TripleServer.java 75.00% <0.00%> (+1.11%) :arrow_up:
...n/java/com/alipay/sofa/rpc/log/TimeWaitLogger.java 84.00% <0.00%> (+4.00%) :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 bb7c51b...2b10119. Read the comment docs.