-
Notifications
You must be signed in to change notification settings - Fork 347
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
use grafana alloy instead of fluent-bit #4525
base: main
Are you sure you want to change the base?
Conversation
zirain
commented
Oct 25, 2024
•
edited
Loading
edited
- this will make configuration simpler and test run faster
- easier to support IPv6 and Dual
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4525 +/- ##
==========================================
- Coverage 65.72% 65.50% -0.22%
==========================================
Files 211 211
Lines 31669 31858 +189
==========================================
+ Hits 20813 20870 +57
- Misses 9656 9746 +90
- Partials 1200 1242 +42 ☔ View full report in Codecov by Sentry. |
Hi @zirain curios why grafana alloy is faster than fluent-bit? |
There are two copies of logs in the loki? |
it's faster on my local cluster. |
I would prefer to keep the more popular one (for users who are using EG or likely to use it) rather than the faster one |
I want to bring this back cause I cannot figure out how to make fluent-bit support IPv6 and Dual. |
Signed-off-by: zirain <[email protected]>