-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Moving fluentextension to contrib repo. #2794
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #2794 +/- ##
==========================================
- Coverage 91.57% 91.56% -0.01%
==========================================
Files 447 450 +3
Lines 22077 22184 +107
==========================================
+ Hits 20216 20313 +97
- Misses 1392 1398 +6
- Partials 469 473 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Only windows tests are failing. AFAIK Windows could restrict ports for some reasons netsh interface ipv4 show excludedportrange protocol=tcp could provide more info. Probably thats the reason for failing windows tests |
@bogdandrutu Thank you for checking it out on a weekend man! |
* Moving fluentextension to contrib repo. * go mod file for fluentbitextension * fix mod file * fix imports
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Description: Fluentbit Extension migration from the core to the contrib repo
Link to tracking Issue: 2674
Testing: whole fluent bit extension without changes was moved. All tests succeed locally