Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#9371] Add agent load-balancer which periodically change collector server #9372

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

smilu97
Copy link
Contributor

@smilu97 smilu97 commented Nov 3, 2022

resolves #9371

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Merging #9372 (525b36f) into master (e421457) will increase coverage by 0.02%.
The diff coverage is 63.37%.

@@             Coverage Diff              @@
##             master    #9372      +/-   ##
============================================
+ Coverage     39.52%   39.54%   +0.02%     
- Complexity    11800    11825      +25     
============================================
  Files          3411     3413       +2     
  Lines         91322    91500     +178     
  Branches      10124    10149      +25     
============================================
+ Hits          36097    36188      +91     
- Misses        52107    52178      +71     
- Partials       3118     3134      +16     
Impacted Files Coverage Δ
...p/pinpoint/profiler/context/module/GrpcModule.java 0.00% <0.00%> (ø)
...text/provider/grpc/SpanGrpcDataSenderProvider.java 0.00% <0.00%> (ø)
...point/profiler/sender/grpc/SpanGrpcDataSender.java 0.00% <0.00%> (ø)
...rpc/SubconnectionExpiringLoadBalancerProvider.java 0.00% <0.00%> (ø)
...filer/context/grpc/config/GrpcTransportConfig.java 58.86% <50.00%> (-0.26%) ⬇️
...sender/grpc/SubconnectionExpiringLoadBalancer.java 77.61% <77.61%> (ø)
...rp/pinpoint/grpc/client/DefaultChannelFactory.java 72.54% <100.00%> (ø)
...corp/pinpoint/grpc/client/config/ClientOption.java 68.85% <100.00%> (+1.05%) ⬆️
...p/pinpoint/rpc/client/WriteFailFutureListener.java 56.25% <0.00%> (-25.00%) ⬇️
...p/pinpoint/rpc/stream/StreamChannelRepository.java 57.89% <0.00%> (-21.06%) ⬇️
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@smilu97 smilu97 force-pushed the #9371_renew_lls branch 2 times, most recently from fd2fe94 to 452eb76 Compare November 4, 2022 02:22
@smilu97 smilu97 self-assigned this Nov 4, 2022
@smilu97 smilu97 marked this pull request as ready for review November 4, 2022 03:40
@smilu97 smilu97 requested a review from emeroad November 4, 2022 03:40
@smilu97 smilu97 force-pushed the #9371_renew_lls branch 10 times, most recently from 50ef8eb to 8b5e033 Compare November 11, 2022 04:04
@smilu97 smilu97 changed the title [#9371] Periodically renew SendSpan with transport [#9371] Add agent load-balancer which periodically change collector server Nov 15, 2022
@smilu97 smilu97 merged commit 2813dde into pinpoint-apm:master Nov 16, 2022
@smilu97 smilu97 deleted the #9371_renew_lls branch November 16, 2022 08:47
@emeroad emeroad added this to the 2.5.0 milestone Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add agent load-balancer which periodically change collector server
2 participants