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

Implement initialSendDelay feature #860

Merged
merged 1 commit into from
Sep 22, 2022
Merged

Conversation

brenuart
Copy link
Collaborator

The initialSendDelay feature adds an optional wait time before a new connection can be used to write events.

closes #855

The initialSendDelay feature adds an optional wait time before a newly established connection can be used to write events.

See #855
@brenuart brenuart linked an issue Sep 22, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Merging #860 (66fd077) into main (f6ea70f) will increase coverage by 0.39%.
The diff coverage is 93.75%.

@@             Coverage Diff              @@
##               main     #860      +/-   ##
============================================
+ Coverage     70.88%   71.28%   +0.39%     
- Complexity     1272     1283      +11     
============================================
  Files           170      170              
  Lines          4857     4865       +8     
  Branches        508      508              
============================================
+ Hits           3443     3468      +25     
+ Misses         1160     1145      -15     
+ Partials        254      252       -2     
Impacted Files Coverage Δ
...ck/appender/AbstractLogstashTcpSocketAppender.java 72.86% <93.75%> (+3.12%) ⬆️
...sh/logback/appender/listener/AppenderListener.java 75.00% <0.00%> (+75.00%) ⬆️
...logback/appender/listener/TcpAppenderListener.java 80.00% <0.00%> (+80.00%) ⬆️

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

@brenuart brenuart merged commit 589cf00 into main Sep 22, 2022
@brenuart brenuart deleted the 855-initial-sending-delay branch September 22, 2022 17:15
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.

Initial Sending Delay
2 participants