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 weighted round robin in clickhouse output plugin #550

Merged
merged 8 commits into from
Dec 12, 2023

Conversation

HeadHunter483
Copy link
Collaborator

Fixes #549

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (044151e) 69.73% compared to head (c36bf07) 69.61%.

Files Patch % Lines
plugin/output/clickhouse/clickhouse.go 91.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #550      +/-   ##
==========================================
- Coverage   69.73%   69.61%   -0.13%     
==========================================
  Files         109      109              
  Lines       11330    11350      +20     
==========================================
  Hits         7901     7901              
- Misses       2946     2971      +25     
+ Partials      483      478       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HeadHunter483 HeadHunter483 merged commit 1156024 into master Dec 12, 2023
9 of 10 checks passed
@HeadHunter483 HeadHunter483 deleted the 549-clickhouse-wrr branch December 12, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: weighted round robin for clickhouse output plugin
3 participants